public sealed class GetEntryRequest : IMessage<GetEntryRequest>, IEquatable<GetEntryRequest>, IDeepCloneable<GetEntryRequest>, IBufferMessage, IMessageReference documentation and code samples for the Data Catalog v1 API class GetEntryRequest.
Request message for [GetEntry][google.cloud.datacatalog.v1.DataCatalog.GetEntry].
Implements
IMessageGetEntryRequest, IEquatableGetEntryRequest, IDeepCloneableGetEntryRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
GetEntryRequest()
public GetEntryRequest()GetEntryRequest(GetEntryRequest)
public GetEntryRequest(GetEntryRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetEntryRequest |
Properties
EntryName
public EntryName EntryName { get; set; }| Property Value | |
|---|---|
| Type | Description |
EntryName |
|
Name
public string Name { get; set; }Required. The name of the entry to get.
| Property Value | |
|---|---|
| Type | Description |
string |
|