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, which is used to send a request to create a new entry in Google Cloud Data Catalog."],["The `CreateEntryRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and protocol buffer message handling."],["The `CreateEntryRequest` class has three key properties: `Entry`, the actual entry to be created; `EntryId`, the unique identifier for the new entry, with restrictions on characters and length; and `Parent`, which specifies the entry group the entry belongs to."],["This page provides versioned links to documentation for `CreateEntryRequest`, from version 2.14.0 (latest) all the way down to 1.2.0, allowing developers to access the information for their specific version."]]],[]]