Class: Google::Cloud::Dataplex::V1::SearchEntriesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::SearchEntriesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/catalog.rb
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
-
#results ⇒ ::Array<::Google::Cloud::Dataplex::V1::SearchEntriesResult>
The results matching the search query.
-
#total_size ⇒ ::Integer
The estimated total number of matching entries.
-
#unreachable ⇒ ::Array<::String>
Locations that the service couldn't reach.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
1121 1122 1123 1124 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1121 class SearchEntriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#results ⇒ ::Array<::Google::Cloud::Dataplex::V1::SearchEntriesResult>
Returns The results matching the search query.
1121 1122 1123 1124 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1121 class SearchEntriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_size ⇒ ::Integer
Returns The estimated total number of matching entries. This number isn't guaranteed to be accurate.
1121 1122 1123 1124 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1121 class SearchEntriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that the service couldn't reach. Search results don't include data from these locations.
1121 1122 1123 1124 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1121 class SearchEntriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |