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 documentation for the `CreateEntryRequest` class within the Google Cloud Data Catalog v1 API, specifically for version 2.2.0."],["The `CreateEntryRequest` class is used to create a new entry in the Data Catalog, as indicated by its inheritance of `IMessage` and other related interfaces."],["The class includes properties such as `Entry`, `EntryId`, and `Parent` to define the entry being created and its location, and is also built with constructors that allow for creation of the object using a empty constructor, and a constructor that takes another instance of the object as a paramater."],["The documentation lists multiple historical versions of the API, including version 2.14.0 as the latest and also providing a list all the way down to 1.2.0, each version links to its own instance of the `CreateEntryRequest`."],["`CreateEntryRequest` implements multiple interfaces including IMessage\u003cCreateEntryRequest\u003e, IEquatable\u003cCreateEntryRequest\u003e, IDeepCloneable\u003cCreateEntryRequest\u003e, IBufferMessage, IMessage, and contains inherited methods from Object."]]],[]]