public sealed class CreatePartitionRequest : IMessage<CreatePartitionRequest>, IEquatable<CreatePartitionRequest>, IDeepCloneable<CreatePartitionRequest>, IBufferMessage, IMessage
Create metadata partition request.
Implements
IMessage<CreatePartitionRequest>, IEquatable<CreatePartitionRequest>, IDeepCloneable<CreatePartitionRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
CreatePartitionRequest()
public CreatePartitionRequest()
CreatePartitionRequest(CreatePartitionRequest)
public CreatePartitionRequest(CreatePartitionRequest other)
Parameter | |
---|---|
Name | Description |
other | CreatePartitionRequest |
Properties
Parent
public string Parent { get; set; }
Required. The resource name of the parent zone:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}
.
Property Value | |
---|---|
Type | Description |
String |
ParentAsEntityName
public EntityName ParentAsEntityName { get; set; }
EntityName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
EntityName |
Partition
public Partition Partition { get; set; }
Required. Partition resource.
Property Value | |
---|---|
Type | Description |
Partition |
ValidateOnly
public bool ValidateOnly { get; set; }
Optional. Only validate the request, but do not perform mutations. The default is false.
Property Value | |
---|---|
Type | Description |
Boolean |