public sealed class CreatePartitionRequest : IMessage<CreatePartitionRequest>, IEquatable<CreatePartitionRequest>, IDeepCloneable<CreatePartitionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class CreatePartitionRequest.
Create metadata partition request.
Implements
IMessageCreatePartitionRequest, IEquatableCreatePartitionRequest, IDeepCloneableCreatePartitionRequest, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DataplexV1Assembly
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 |
bool |