Data Catalog v1 API - Class GetEntryRequest (2.5.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
Name
Description

Properties

EntryName

 public EntryName EntryName { get; set; } 

EntryName -typed view over the Name resource name property.

Property Value
Type
Description

Name

 public string Name { get; set; } 

Required. The name of the entry to get.

Property Value
Type
Description