Class: Google::Cloud::Dataplex::V1::ListEntitiesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::ListEntitiesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/metadata.rb
Overview
List metadata entities response.
Instance Attribute Summary collapse
-
#entities ⇒ ::Array<::Google::Cloud::Dataplex::V1::Entity>
Entities in the specified parent zone.
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no remaining results in the list.
Instance Attribute Details
#entities ⇒ ::Array<::Google::Cloud::Dataplex::V1::Entity>
Returns Entities in the specified parent zone.
127 128 129 130 |
# File 'proto_docs/google/cloud/dataplex/v1/metadata.rb', line 127 class ListEntitiesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no remaining results in the list.
127 128 129 130 |
# File 'proto_docs/google/cloud/dataplex/v1/metadata.rb', line 127 class ListEntitiesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |