public sealed class CreateEntryTypeRequest : IMessage<CreateEntryTypeRequest>, IEquatable<CreateEntryTypeRequest>, IDeepCloneable<CreateEntryTypeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class CreateEntryTypeRequest.
Create EntryType Request
Implements
IMessageCreateEntryTypeRequest, IEquatableCreateEntryTypeRequest, IDeepCloneableCreateEntryTypeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
CreateEntryTypeRequest()
public CreateEntryTypeRequest()
CreateEntryTypeRequest(CreateEntryTypeRequest)
public CreateEntryTypeRequest(CreateEntryTypeRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateEntryTypeRequest |
Properties
EntryType
public EntryType EntryType { get; set; }
Required. EntryType Resource
Property Value | |
---|---|
Type | Description |
EntryType |
EntryTypeId
public string EntryTypeId { get; set; }
Required. EntryType identifier.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The resource name of the EntryType, of the form:
projects/{project_number}/locations/{location_id}
where location_id
refers to a GCP region.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
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 |