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."],[[["This page 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 there are versions available down to 1.0.0, each link corresponding to the specified version's API reference for `CreateEntityRequest`."],["The `CreateEntityRequest` class is used to create a metadata entity request within Dataplex, and it inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateEntityRequest` class include `Entity` (the entity resource), `Parent` (the parent zone resource name), `ParentAsZoneName`, and `ValidateOnly` (for request validation)."],["The page documents two constructors for the `CreateEntityRequest` class, one being the default, and the other allowing another instance of `CreateEntityRequest` as a parameter."]]],[]]