public sealed class GetEntryGroupRequest : IMessage<GetEntryGroupRequest>, IEquatable<GetEntryGroupRequest>, IDeepCloneable<GetEntryGroupRequest>, IBufferMessage, IMessage
Request message for
[GetEntryGroup][google.cloud.datacatalog.v1.DataCatalog.GetEntryGroup].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `GetEntryGroupRequest` class within the `Google.Cloud.DataCatalog.V1` namespace in .NET."],["The `GetEntryGroupRequest` class is a request message used to retrieve an entry group, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has properties for `EntryGroupName`, `Name`, and `ReadMask`, which are used to specify the entry group to retrieve and the fields to be returned."],["The documentation covers versions ranging from 1.2.0 to the latest version 2.14.0, and all versions have the `GetEntryGroupRequest` document."],["The GetEntryGroupRequest class has a constructor with no parameters and a constructor that takes another GetEntryGroupRequest object as a parameter."]]],[]]