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 the .NET client library."],["The `CreateEntryRequest` class is used as a request message for creating an entry in the Data Catalog and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties like `Entry`, `EntryId`, and `Parent` (along with `ParentAsEntryGroupName`), which are essential for defining the new entry during creation."],["The latest version of the API class referenced is 2.14.0, and the page lists all previous versions down to 1.2.0, each version with its own respective link."],["This page details the constructors available for `CreateEntryRequest`, including a default constructor and one that accepts another `CreateEntryRequest` instance as a parameter for copy construction."]]],[]]