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 details the `GetEntryGroupRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, specifically version 1.3.0."],["The `GetEntryGroupRequest` class is used to construct request messages for retrieving entry groups in Google Cloud Data Catalog, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a parameterless one and another that takes another `GetEntryGroupRequest` instance as an argument for creating a copy, the second constructor being called: `GetEntryGroupRequest(GetEntryGroupRequest other)`."],["Key properties of `GetEntryGroupRequest` include `EntryGroupName` (a typed view of the resource name), `Name` (the string name of the entry group), and `ReadMask` (specifying which fields to return in the request)."],["The document also contains links to the different versions of the class documentation, ranging from 1.2.0 to 2.14.0, where 2.14.0 is the most recent version."]]],[]]