Class: Google::Cloud::DataCatalog::V1::SearchCatalogResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::SearchCatalogResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/datacatalog.rb
Overview
Response message for SearchCatalog.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Pagination token that can be used in subsequent calls to retrieve the next page of results.
-
#results ⇒ ::Array<::Google::Cloud::DataCatalog::V1::SearchCatalogResult>
Search results.
-
#unreachable ⇒ ::Array<::String>
Unreachable locations.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Pagination token that can be used in subsequent calls to retrieve the next page of results.
144 145 146 147 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 144 class SearchCatalogResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#results ⇒ ::Array<::Google::Cloud::DataCatalog::V1::SearchCatalogResult>
Returns Search results.
144 145 146 147 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 144 class SearchCatalogResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns 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.
144 145 146 147 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 144 class SearchCatalogResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |