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-21 UTC."],[[["This webpage provides reference documentation for the `CreateEntityRequest` class within the Google Cloud Dataplex V1 API, spanning multiple versions."],["The latest version documented is 3.6.0, and versions back to 1.0.0 are also included, providing documentation of prior versions."],["The `CreateEntityRequest` class is used to define the structure and properties required for creating a metadata entity within Dataplex, with requirements including an entity resource and parent zone."],["The `CreateEntityRequest` class inherits from the object class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and contains constructors to instantiate it."],["Key properties of the `CreateEntityRequest` class are `Entity` to define the entity resource, `Parent` and `ParentAsZoneName` to specify the parent zone, and `ValidateOnly` for request validation."]]],[]]