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 page details the `GetEntryGroupRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used to request an entry group from the Google Cloud Data Catalog."],["The latest version for this class is 2.14.0, and this webpage lists all versions from 2.0.0 to 2.14.0 and versions from 1.2.0 to 1.8.0 for reference, with 1.8.0 being the specific version detailed."],["The `GetEntryGroupRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like deep cloning and message handling."],["The class includes constructors, properties, and inherited members, with key properties being `EntryGroupName` (a typed view) and `Name` (the required entry group name), and `ReadMask` to specify returned fields."],["The message serves as a request message for \\[GetEntryGroup\\]\\[google.cloud.datacatalog.v1.DataCatalog.GetEntryGroup\\]."]]],[]]