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, which is used to create metadata entity requests within the Google Cloud Dataplex V1 API."],["The latest version of this class is 3.6.0, with several prior versions available, ranging back to version 1.0.0."],["`CreateEntityRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Entity`, `Parent`, `ParentAsZoneName`, and `ValidateOnly`, used for defining the entity, its location, and the validation status of the request."],["The class contains two contructors, `CreateEntityRequest()` and `CreateEntityRequest(CreateEntityRequest other)`."]]],[]]