public sealed class CreateEntryGroupRequest : IMessage<CreateEntryGroupRequest>, IEquatable<CreateEntryGroupRequest>, IDeepCloneable<CreateEntryGroupRequest>, IBufferMessage, IMessage
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-21 UTC."],[[["This page details the `CreateEntryGroupRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used to structure requests for creating entry groups in the Data Catalog."],["The latest version documented is 2.14.0, and the page provides links to documentation for versions ranging from 1.2.0 to 2.14.0 of the `CreateEntryGroupRequest` class."],["`CreateEntryGroupRequest` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message handling, equality checks, deep cloning, and buffered message support."],["The `CreateEntryGroupRequest` class has properties including `EntryGroup` (the group to be created), `EntryGroupId` (a unique identifier), `Parent` (the project and location for the new entry group), and `ParentAsLocationName` (a location name-typed view of the parent property)."],["It outlines the requirements for creating an entry group, including the format of the `EntryGroupId`, constraints for the `Parent` property, as well as the default values of the `EntryGroup`."]]],[]]