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, specifically for version 2.2.0."],["The `GetEntryGroupRequest` class is used to define the request message for retrieving an entry group and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists available versions of the `GetEntryGroupRequest` class, ranging from the latest version 2.14.0 down to 1.2.0, with associated links to each version's specific documentation."],["The class has properties such as `EntryGroupName`, `Name`, and `ReadMask`, which are used to specify the entry group to be retrieved and control which fields are returned in the response."],["This class can be constructed with or without an existing instance, using `GetEntryGroupRequest()` or `GetEntryGroupRequest(GetEntryGroupRequest other)` respectively."]]],[]]