public sealed class GetEntryGroupRequest : IMessage<GetEntryGroupRequest>, IEquatable<GetEntryGroupRequest>, IDeepCloneable<GetEntryGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class GetEntryGroupRequest.
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 document provides reference documentation for the `GetEntryGroupRequest` class within the Google Cloud Data Catalog v1 API, including its properties, constructors, and implemented interfaces."],["The latest version of the documentation available is version 2.14.0, and there are various past versions of the documentation available dating back to 1.2.0."],["`GetEntryGroupRequest` is a request message used to retrieve a specific entry group and is implemented as a sealed class, which also implements multiple interfaces such as IMessage, IEquatable, IDeepCloneable and IBufferMessage."],["The `GetEntryGroupRequest` class has properties such as `EntryGroupName`, `Name`, and `ReadMask`, allowing specification of the entry group to be retrieved and the specific fields that should be included in the response."],["The document also shows the lineage of the `GetEntryGroupRequest` class, showing it inherits from `object` and provides links to inherited members such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]