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 document provides reference information for the `CreateEntryRequest` class within the Google Cloud Data Catalog v1 API, specifically version 2.6.0, and shows that the latest version is 2.14.0."],["The `CreateEntryRequest` class is used to create a new entry in the Data Catalog, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateEntryRequest` class has three main properties: `Entry`, which specifies the entry to create; `EntryId`, which is the unique ID for the new entry; and `Parent`, which identifies the entry group to which the entry will belong."],["The document contains a list of hyperlinks to different versions of the `CreateEntryRequest` class, ranging from version 2.14.0 down to 1.2.0."],["The class contains two constructors, one empty, and the other to pass an existing `CreateEntryRequest` in to initialize the instance."]]],[]]