Cloud Dataplex v1 API - Class GetEntryGroupRequest (2.15.0)

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

Reference documentation and code samples for the Cloud Dataplex v1 API class GetEntryGroupRequest.

Get EntryGroup request.

Inheritance

object > GetEntryGroupRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.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 resource name of the EntryGroup: projects/{project_number}/locations/{location_id}/entryGroups/{entry_group_id}.

Property Value
TypeDescription
string