Class DeletePartitionRequest (1.1.0)

DeletePartitionRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Delete metadata partition request.

Attributes

NameDescription
name str
Required. The resource name of the partition. format: ``projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}/partitions/{partition_value_path}``. The {partition_value_path} segment consists of an ordered sequence of partition values separated by "/". All values must be provided.
etag str
Optional. The etag associated with the partition.

Inheritance

builtins.object > proto.message.Message > DeletePartitionRequest