Class: Google::Cloud::Dataplex::V1::ListPartitionsResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    Token to retrieve the next page of results, or empty if there are no remaining results in the list.



245
246
247
248
# File 'proto_docs/google/cloud/dataplex/v1/metadata.rb', line 245

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.

Returns:



245
246
247
248
# File 'proto_docs/google/cloud/dataplex/v1/metadata.rb', line 245

class ListPartitionsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end