public sealed class CreateEntryGroupRequest : IMessage<CreateEntryGroupRequest>, IEquatable<CreateEntryGroupRequest>, IDeepCloneable<CreateEntryGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class CreateEntryGroupRequest.
Required. The resource name of the entryGroup, of the form:
projects/{project_number}/locations/{location_id}
where location_id refers to a GCP region.
[[["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 `CreateEntryGroupRequest` class within the Google Cloud Dataplex V1 API, specifically version 2.14.0."],["The `CreateEntryGroupRequest` class is used to define the parameters for creating an EntryGroup within Google Cloud Dataplex, including properties for the EntryGroup resource, identifier, and parent location."],["The page also details the inheritance and implementation hierarchy of the `CreateEntryGroupRequest` class, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The content lists all available versions of the CreateEntryGroupRequest, with the most current listed at 3.6.0 and going all the way back to version 1.0.0."],["The `CreateEntryGroupRequest` class has properties such as `EntryGroup`, `EntryGroupId`, `Parent`, `ParentAsLocationName`, and `ValidateOnly`, each with specific requirements and descriptions to set up an entry group."]]],[]]