public sealed class CreateEntryRequest : IMessage<CreateEntryRequest>, IEquatable<CreateEntryRequest>, IDeepCloneable<CreateEntryRequest>, IBufferMessage, IMessage
Request message for
[CreateEntry][google.cloud.datacatalog.v1.DataCatalog.CreateEntry].
[[["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 `CreateEntryRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used for requesting the creation of an entry in Google Cloud Data Catalog."],["The latest version documented is 2.14.0, and the page provides access to documentation for versions ranging from 1.2.0 to 2.14.0."],["The `CreateEntryRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` enabling it to work with google protobuf."],["Key properties for `CreateEntryRequest` include `Entry`, `EntryId`, and `Parent`, where the entry object to create, the ID for the new entry, and name of the entry group are respectively defined."],["The `EntryId` property, when set, must adhere to specific formatting constraints, such as it can only contain letters, numbers, and underscores, with a maximum UTF-8 encoded size of 64 bytes."]]],[]]