public sealed class CreateEntityRequest : IMessage<CreateEntityRequest>, IEquatable<CreateEntityRequest>, IDeepCloneable<CreateEntityRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class CreateEntityRequest.
Create a metadata entity request.
Implements
IMessageCreateEntityRequest, IEquatableCreateEntityRequest, IDeepCloneableCreateEntityRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
CreateEntityRequest()
public CreateEntityRequest()CreateEntityRequest(CreateEntityRequest)
public CreateEntityRequest(CreateEntityRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateEntityRequest |
Properties
Entity
public Entity Entity { get; set; }Required. Entity resource.
| Property Value | |
|---|---|
| Type | Description |
Entity |
|
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}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsZoneName
public ZoneName ParentAsZoneName { get; set; }| Property Value | |
|---|---|
| Type | Description |
ZoneName |
|
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 |
|