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
- (::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
- value (::String) — Pagination token that can be used in subsequent calls to retrieve the next page of results.
- (::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>
- (::Array<::Google::Cloud::DataCatalog::V1::SearchCatalogResult>) — Search results.
#results=
def results=(value) -> ::Array<::Google::Cloud::DataCatalog::V1::SearchCatalogResult>
- value (::Array<::Google::Cloud::DataCatalog::V1::SearchCatalogResult>) — Search results.
- (::Array<::Google::Cloud::DataCatalog::V1::SearchCatalogResult>) — Search results.
#unreachable
def unreachable() -> ::Array<::String>
-
(::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>
-
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.
-
(::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.