Cloud Dataplex v1 API - Class CreateEntryTypeRequest (2.15.0)

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

Inheritance

object > CreateEntryTypeRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

CreateEntryTypeRequest()

public CreateEntryTypeRequest()

CreateEntryTypeRequest(CreateEntryTypeRequest)

public CreateEntryTypeRequest(CreateEntryTypeRequest other)
Parameter
NameDescription
otherCreateEntryTypeRequest

Properties

EntryType

public EntryType EntryType { get; set; }

Required. EntryType Resource

Property Value
TypeDescription
EntryType

EntryTypeId

public string EntryTypeId { get; set; }

Required. EntryType identifier.

Property Value
TypeDescription
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
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

ValidateOnly

public bool ValidateOnly { get; set; }

Optional. Only validate the request, but do not perform mutations. The default is false.

Property Value
TypeDescription
bool