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 webpage details the `GetEntryGroupRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used to request information about a specific entry group in the Data Catalog."],["The page offers documentation for numerous versions of the `GetEntryGroupRequest`, ranging from version 1.2.0 to the latest version 2.14.0."],["`GetEntryGroupRequest` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for managing and interacting with entry group data."],["The class includes properties such as `EntryGroupName`, `Name`, and `ReadMask` for specifying and customizing the entry group data to be retrieved."],["The class features two constructors, one parameterless and one that takes another instance of `GetEntryGroupRequest` as a parameter, for creating instances of the class."]]],[]]