public sealed class CreateEntityRequest : IMessage<CreateEntityRequest>, IEquatable<CreateEntityRequest>, IDeepCloneable<CreateEntityRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class CreateEntityRequest.
[[["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-25 UTC."],[[["The latest version available for the `CreateEntityRequest` class is 3.6.0, which can be found in the Google.Cloud.Dataplex.V1 namespace documentation."],["This documentation outlines the `CreateEntityRequest` class, which is used to create a metadata entity request within the Cloud Dataplex v1 API and implements various interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class `CreateEntityRequest` is part of the namespace `Google.Cloud.Dataplex.V1`, from the assembly `Google.Cloud.Dataplex.V1.dll`, and inherits from `Object`."],["Key properties for the `CreateEntityRequest` class include `Entity` (the required entity resource), `Parent` (the resource name of the parent zone), `ParentAsZoneName`, and `ValidateOnly`."],["The `CreateEntityRequest` class has two constructors, a default constructor and another taking an existing `CreateEntityRequest` object for copy."]]],[]]