Cloud Dataplex v1 API - Class GetEntryTypeRequest (2.15.0)

public sealed class GetEntryTypeRequest : IMessage<GetEntryTypeRequest>, IEquatable<GetEntryTypeRequest>, IDeepCloneable<GetEntryTypeRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class GetEntryTypeRequest.

Get EntryType request

Inheritance

object > GetEntryTypeRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

GetEntryTypeRequest()

public GetEntryTypeRequest()

GetEntryTypeRequest(GetEntryTypeRequest)

public GetEntryTypeRequest(GetEntryTypeRequest other)
Parameter
NameDescription
otherGetEntryTypeRequest

Properties

EntryTypeName

public EntryTypeName EntryTypeName { get; set; }

EntryTypeName-typed view over the Name resource name property.

Property Value
TypeDescription
EntryTypeName

Name

public string Name { get; set; }

Required. The resource name of the EntryType: projects/{project_number}/locations/{location_id}/entryTypes/{entry_type_id}.

Property Value
TypeDescription
string