public sealed class CreateEntityRequest : IMessage<CreateEntityRequest>, IEquatable<CreateEntityRequest>, IDeepCloneable<CreateEntityRequest>, IBufferMessage, IMessage
[[["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 webpage details the `CreateEntityRequest` class within the `Google.Cloud.Dataplex.V1` namespace, used to create metadata entity requests in the Google Cloud Dataplex service."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["There are two constructors available for the `CreateEntityRequest` class, one default and another that copies an existing `CreateEntityRequest`."],["The `CreateEntityRequest` class has properties such as `Entity`, `Parent`, `ParentAsZoneName`, and `ValidateOnly`, which define the entity to be created, the parent zone, a typed view of the parent zone, and whether the request should be validated without mutation, respectively."],["The webpage displays a historical view of versions ranging from 1.0.0 up to the most recent version of 3.6.0, with direct links to each specific version's documentation page."]]],[]]