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."],[[["The latest version of the `CreateEntityRequest` is 3.6.0, with various other versions available, spanning from 1.0.0 to 3.5.0."],["The `CreateEntityRequest` class is used to create a metadata entity request within the Google Cloud Dataplex V1 API, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateEntityRequest` class has a constructor that allows for the creation of an object, and a second constructor that allows creating an object based on an existing one."],["The `CreateEntityRequest` class contains properties like `Entity` which is the required entity resource, `Parent` which is the parent zone's resource name, `ParentAsZoneName` which is the view over the parent resource, and `ValidateOnly`, a boolean that can set the validation to true without performing mutations."],["The namespace for `CreateEntityRequest` is `Google.Cloud.Dataplex.V1`, and it's part of the `Google.Cloud.Dataplex.V1.dll` assembly."]]],[]]