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-21 UTC."],[[["The latest version of the `CreateEntityRequest` class in the Google Cloud Dataplex V1 API is 3.6.0, with multiple prior versions available."],["`CreateEntityRequest` is used to create a metadata entity and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties such as `Entity`, `Parent`, `ParentAsZoneName`, and `ValidateOnly`, which are essential for defining the entity and its location."],["The `CreateEntityRequest` class has two constructors, one default constructor and another that takes in another `CreateEntityRequest` object."],["The parent zone resource name, in the format `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}`, is required for creating an entity."]]],[]]