Data Catalog V1 API - Class Google::Cloud::DataCatalog::V1::SearchCatalogResponse (v0.17.0)

Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::SearchCatalogResponse.

Response message for SearchCatalog.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — Pagination token that can be used in subsequent calls to retrieve the next page of results.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — Pagination token that can be used in subsequent calls to retrieve the next page of results.
Returns
  • (::String) — Pagination token that can be used in subsequent calls to retrieve the next page of results.

#results

def results() -> ::Array<::Google::Cloud::DataCatalog::V1::SearchCatalogResult>
Returns

#results=

def results=(value) -> ::Array<::Google::Cloud::DataCatalog::V1::SearchCatalogResult>
Parameter
Returns

#total_size

def total_size() -> ::Integer
Returns
  • (::Integer) — The approximate total number of entries matched by the query.

#total_size=

def total_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The approximate total number of entries matched by the query.
Returns
  • (::Integer) — The approximate total number of entries matched by the query.

#unreachable

def unreachable() -> ::Array<::String>
Returns
  • (::Array<::String>) — Unreachable locations. Search results don't include data from those locations.

    To get additional information on an error, repeat the search request and restrict it to specific locations by setting the SearchCatalogRequest.scope.restricted_locations parameter.

#unreachable=

def unreachable=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Unreachable locations. Search results don't include data from those locations.

    To get additional information on an error, repeat the search request and restrict it to specific locations by setting the SearchCatalogRequest.scope.restricted_locations parameter.

Returns
  • (::Array<::String>) — Unreachable locations. Search results don't include data from those locations.

    To get additional information on an error, repeat the search request and restrict it to specific locations by setting the SearchCatalogRequest.scope.restricted_locations parameter.