public sealed class CreateAssetRequest : IMessage<CreateAssetRequest>, IEquatable<CreateAssetRequest>, IDeepCloneable<CreateAssetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class CreateAssetRequest.
[[["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 `CreateAssetRequest` class within the Google Cloud Dataplex V1 API, specifically version 2.13.0."],["The `CreateAssetRequest` class is used to create asset resources in the Dataplex service, with methods for constructing instances and setting properties like `Asset`, `AssetId`, and `Parent`."],["It includes various properties that are required or optional when creating an asset, such as `AssetId`, which must meet specific formatting criteria, and `ValidateOnly`, which allows validation of the request without actual mutation."],["The document lists the available API versions, including the latest version (3.6.0) and all other previous versions."],["The `CreateAssetRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the base object class, and all of the respective methods and properties are listed in the documentation."]]],[]]