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."],[[["The `GetEntryGroupRequest` class is used to request and retrieve information about a specific entry group in Google Cloud Data Catalog."],["This class is part of the `Google.Cloud.DataCatalog.V1` namespace and is available in the `Google.Cloud.DataCatalog.V1.dll` assembly, and it implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version is `2.14.0`, with several previous versions available, spanning back to `1.2.0`."],["The `GetEntryGroupRequest` class includes properties such as `EntryGroupName`, `Name`, and `ReadMask`, enabling the specification of which entry group to retrieve and which fields to return."],["The `GetEntryGroupRequest` class has two constructors, one that can be blank, and another that takes in another instance of itself."]]],[]]