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-25 UTC."],[[["This document provides reference documentation for the `GetEntryGroupRequest` class within the Google Cloud Data Catalog v1 API, specifically for version 2.8.0."],["`GetEntryGroupRequest` is a message class used to request data from the `GetEntryGroup` method of the Data Catalog API, and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from `object` and has constructors for creating instances, including one for cloning from an existing `GetEntryGroupRequest` object."],["Key properties of the `GetEntryGroupRequest` class include `EntryGroupName` (a typed view over the resource name), `Name` (the required entry group name), and `ReadMask` (specifying which fields to return in the response)."],["The document also lists all prior versions of the `GetEntryGroupRequest`, going from 2.14.0 all the way to version 1.2.0."]]],[]]