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
Pagination token.
-
#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>
Unreachable locations.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Pagination token.
1056 1057 1058 1059 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1056 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.
1056 1057 1058 1059 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1056 class SearchEntriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_size ⇒ ::Integer
Returns The estimated total number of matching entries. Not guaranteed to be accurate.
1056 1057 1058 1059 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1056 class SearchEntriesResponse 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.
1056 1057 1058 1059 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 1056 class SearchEntriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |