Data Catalog v1 API - Class GetEntryGroupRequest (2.11.0)

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

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

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

Inheritance

object > GetEntryGroupRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

GetEntryGroupRequest()

public GetEntryGroupRequest()

GetEntryGroupRequest(GetEntryGroupRequest)

public GetEntryGroupRequest(GetEntryGroupRequest other)
Parameter
NameDescription
otherGetEntryGroupRequest

Properties

EntryGroupName

public EntryGroupName EntryGroupName { get; set; }

EntryGroupName-typed view over the Name resource name property.

Property Value
TypeDescription
EntryGroupName

Name

public string Name { get; set; }

Required. The name of the entry group to get.

Property Value
TypeDescription
string

ReadMask

public FieldMask ReadMask { get; set; }

The fields to return. If empty or omitted, all fields are returned.

Property Value
TypeDescription
FieldMask