public sealed class CreateEntryRequest : IMessage<CreateEntryRequest>, IEquatable<CreateEntryRequest>, IDeepCloneable<CreateEntryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class CreateEntryRequest.
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 provides reference documentation for the `CreateEntryRequest` class within the Google Cloud Data Catalog v1 API, specifically for version 2.5.0."],["The `CreateEntryRequest` class is used to create a new entry in the Data Catalog, as part of the `Google.Cloud.DataCatalog.V1` namespace and is found in the assembly `Google.Cloud.DataCatalog.V1.dll`."],["The documentation includes a list of all the versions, ranging from 2.14.0 down to 1.2.0, each with a link to the reference page for `CreateEntryRequest` in that specific version."],["The `CreateEntryRequest` class is made up of properties such as `Entry`, `EntryId`, and `Parent` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Two constructors are available for the class, `CreateEntryRequest()`, and `CreateEntryRequest(CreateEntryRequest other)`, with the second enabling the cloning of another `CreateEntryRequest` instance."]]],[]]