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 latest version available for the `CreateEntityRequest` class in the Cloud Dataplex v1 API is 3.6.0, with multiple prior versions dating back to 1.0.0 also accessible."],["The `CreateEntityRequest` class is used to create a metadata entity request within the Google Cloud Dataplex v1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateEntityRequest` class requires an `Entity` resource and a `Parent` zone resource name, and also supports a `ValidateOnly` option to perform mutations."],["The class includes a constructor with the parameter `other` allowing for the creation of a copy of the `CreateEntityRequest`."]]],[]]