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 for version 2.7.0."],["The `CreateEntryRequest` class is used to create a new entry in the Data Catalog, inheriting from object and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has three key properties: `Entry`, which is the data entry to be created; `EntryId`, a unique identifier for the new entry with specific formatting requirements; and `Parent`, which specifies the entry group to which the new entry belongs."],["The latest version available for reference in this API is 2.14.0, and includes links to previous versions all the way back to 1.2.0, showing the development history."],["The document shows that `CreateEntryRequest` class provides two constructors, one default constructor and another that allows copying the properties of another `CreateEntryRequest` object."]]],[]]