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."],[[["The page provides reference documentation for the `GetEntryGroupRequest` class within the Google Cloud Data Catalog v1 API, spanning multiple versions from 1.2.0 to the latest 2.14.0."],["`GetEntryGroupRequest` is a class used to define the request message for the `GetEntryGroup` method within the Data Catalog API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The `GetEntryGroupRequest` class includes properties like `EntryGroupName`, `Name`, and `ReadMask` to configure the specific details of the request."],["The document provides two constructors for the GetEntryGroupRequest class: a parameterless constructor and one that takes another instance of GetEntryGroupRequest."]]],[]]