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
Implements
IMessageGetEntryTypeRequest, IEquatableGetEntryTypeRequest, IDeepCloneableGetEntryTypeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
GetEntryTypeRequest()
public GetEntryTypeRequest()
GetEntryTypeRequest(GetEntryTypeRequest)
public GetEntryTypeRequest(GetEntryTypeRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetEntryTypeRequest |
Properties
EntryTypeName
public EntryTypeName EntryTypeName { get; set; }
EntryTypeName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |