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 document provides reference documentation for the `CreateEntityRequest` class within the Google Cloud Dataplex v1 API, spanning versions from 1.0.0 to the latest 3.6.0."],["The `CreateEntityRequest` class is used to create a metadata entity request and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateEntityRequest` class include `Entity` (the resource to be created), `Parent` (the zone where the entity will reside), `ParentAsZoneName`, and `ValidateOnly` (for request validation without mutations)."],["There are also 2 constructors for creating instances of the class, with one used for copying existing instances."],["The latest version of the API is 3.6.0, while version 2.13.0, the page's default version, is among the many prior releases listed."]]],[]]