Reference documentation and code samples for the Google Cloud Data Catalog V1BETA1 API class Google::Cloud::DataCatalog::V1beta1::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) — The token that can be used to retrieve the next page of results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — The token that can be used to retrieve the next page of results.
Returns
- (::String) — The token that can be used to retrieve the next page of results.
#results
def results() -> ::Array<::Google::Cloud::DataCatalog::V1beta1::SearchCatalogResult>
Returns
- (::Array<::Google::Cloud::DataCatalog::V1beta1::SearchCatalogResult>) — Search results.
#results=
def results=(value) -> ::Array<::Google::Cloud::DataCatalog::V1beta1::SearchCatalogResult>
Parameter
- value (::Array<::Google::Cloud::DataCatalog::V1beta1::SearchCatalogResult>) — Search results.
Returns
- (::Array<::Google::Cloud::DataCatalog::V1beta1::SearchCatalogResult>) — Search results.
#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 result does not include data from those
locations. Users can get additional information on the error by repeating
the search request with a more restrictive parameter -- setting the value
for
SearchDataCatalogRequest.scope.restricted_locations
.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
-
value (::Array<::String>) — Unreachable locations. Search result does not include data from those
locations. Users can get additional information on the error by repeating
the search request with a more restrictive parameter -- setting the value
for
SearchDataCatalogRequest.scope.restricted_locations
.
Returns
-
(::Array<::String>) — Unreachable locations. Search result does not include data from those
locations. Users can get additional information on the error by repeating
the search request with a more restrictive parameter -- setting the value
for
SearchDataCatalogRequest.scope.restricted_locations
.