public sealed class CreateEntryGroupRequest : IMessage<CreateEntryGroupRequest>, IEquatable<CreateEntryGroupRequest>, IDeepCloneable<CreateEntryGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class CreateEntryGroupRequest.
Request message for
[CreateEntryGroup][google.cloud.datacatalog.v1.DataCatalog.CreateEntryGroup].
The ID must contain only letters (a-z, A-Z), numbers (0-9),
underscores (_), and must start with a letter or underscore.
The maximum size is 64 bytes when encoded in UTF-8.
[[["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 webpage provides reference documentation for the `CreateEntryGroupRequest` class within the Google Cloud Data Catalog v1 API, specifically for the .NET environment."],["The `CreateEntryGroupRequest` class is a request message used to create a new entry group in the Data Catalog, which has various properties such as `EntryGroup`, `EntryGroupId`, and `Parent`."],["The latest version of the Google Cloud Data Catalog v1 API in this content is version 2.14.0, and the webpage lists all available versions starting from 2.14.0 down to 1.2.0, with each version linking to its respective documentation for the `CreateEntryGroupRequest` class."],["The `CreateEntryGroupRequest` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable\u003cCreateEntryGroupRequest\u003e`, `IDeepCloneable\u003cCreateEntryGroupRequest\u003e`, and `IBufferMessage`, offering methods and properties to manage and work with entry group requests."],["It contains properties such as `EntryGroup`, `EntryGroupId`, and `Parent`, as well as two constructors, one default and one that accepts another `CreateEntryGroupRequest` instance."]]],[]]