Class: Google::Cloud::Dataplex::V1::CreatePartitionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/metadata.rb

Overview

Create metadata partition request.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The resource name of the parent zone: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.

Returns:

  • (::String)

    Required. The resource name of the parent zone: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.



216
217
218
219
# File 'proto_docs/google/cloud/dataplex/v1/metadata.rb', line 216

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

#partition::Google::Cloud::Dataplex::V1::Partition

Returns Required. Partition resource.

Returns:



216
217
218
219
# File 'proto_docs/google/cloud/dataplex/v1/metadata.rb', line 216

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

#validate_only::Boolean

Returns Optional. Only validate the request, but do not perform mutations. The default is false.

Returns:

  • (::Boolean)

    Optional. Only validate the request, but do not perform mutations. The default is false.



216
217
218
219
# File 'proto_docs/google/cloud/dataplex/v1/metadata.rb', line 216

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