Data Catalog v1 API - Class GetEntryRequest (2.11.0)

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

Reference documentation and code samples for the Data Catalog v1 API class GetEntryRequest.

Request message for [GetEntry][google.cloud.datacatalog.v1.DataCatalog.GetEntry].

Inheritance

object > GetEntryRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

GetEntryRequest()

public GetEntryRequest()

GetEntryRequest(GetEntryRequest)

public GetEntryRequest(GetEntryRequest other)
Parameter
NameDescription
otherGetEntryRequest

Properties

EntryName

public EntryName EntryName { get; set; }

EntryName-typed view over the Name resource name property.

Property Value
TypeDescription
EntryName

Name

public string Name { get; set; }

Required. The name of the entry to get.

Property Value
TypeDescription
string