Class: Google::Cloud::Dataplex::V1::ListPartitionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::ListPartitionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/metadata.rb
Overview
List metadata partitions response.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no remaining results in the list.
-
#partitions ⇒ ::Array<::Google::Cloud::Dataplex::V1::Partition>
Partitions under the specified parent entity.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no remaining results in the list.
246 247 248 249 |
# File 'proto_docs/google/cloud/dataplex/v1/metadata.rb', line 246 class ListPartitionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#partitions ⇒ ::Array<::Google::Cloud::Dataplex::V1::Partition>
Returns Partitions under the specified parent entity.
246 247 248 249 |
# File 'proto_docs/google/cloud/dataplex/v1/metadata.rb', line 246 class ListPartitionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |