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 offers access to documentation for versions ranging from 1.2.0 to 2.14.0 of `CreateEntryRequest`."],["`CreateEntryRequest` is part of the `Google.Cloud.DataCatalog.V1.dll` assembly, and is shown to inherit from `Object` and implement interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateEntryRequest` class include `Entry`, `EntryId`, `Parent`, and `ParentAsEntryGroupName`, which are all essential to define the entry being created and its placement within the Data Catalog."],["The `CreateEntryRequest` class has two constructors, one parameterless and one with `CreateEntryRequest` as a parameter, and the `CreateEntryRequest` itself is a request message for the `CreateEntry` function within DataCatalog."]]],[]]