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."],[[["The `CreateEntityRequest` class is part of the Google Cloud Dataplex V1 API and is used to create a metadata entity."],["The latest version of the `CreateEntityRequest` class is version 3.6.0, with multiple previous versions available, dating back to version 1.0.0."],["`CreateEntityRequest` implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of the `CreateEntityRequest` include `Entity` (the entity resource), `Parent` (the parent zone's resource name), `ParentAsZoneName` (a `ZoneName`-typed view of the parent), and `ValidateOnly` (for validating requests without mutations)."],["This class has two constructors, one empty and one that takes another `CreateEntityRequest` object."]]],[]]