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 the 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 requires `Entry`, `EntryId`, and `Parent` properties to be set, with `EntryId` having constraints on allowed characters and length."],["The page displays a list of multiple versions of the CreateEntryRequest class, starting from version 1.2.0 all the way to 2.14.0, with the latest being version 2.14.0, which is linked at the top of the list."],["Two constructors are provided for the `CreateEntryRequest` class: a default constructor and one that takes another `CreateEntryRequest` object as a parameter for creating a copy."]]],[]]