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 information for the `GetEntryGroupRequest` class within the Data Catalog v1 API, specifically for .NET development, across multiple versions, with the latest being 2.14.0."],["The `GetEntryGroupRequest` class is used to formulate requests for retrieving entry group data from the Google Cloud Data Catalog and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers properties such as `EntryGroupName`, `Name`, and `ReadMask` for specifying the entry group to retrieve and the fields to include, with `Name` being a required field for the request."],["It also provides public constructors `GetEntryGroupRequest()` and `GetEntryGroupRequest(GetEntryGroupRequest other)` to create instances of the class."],["The documentation includes a list of all versions from 2.14.0 down to 1.2.0, with direct links to the corresponding reference pages for each `GetEntryGroupRequest` version."]]],[]]