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, including its properties and constructors."],["The latest version of the API is 3.6.0, and there are multiple previous versions available, with the documentation showing the change log history all the way to 1.0.0."],["The `CreateAssetRequest` class is used to create a request to add an asset within the Google Cloud Dataplex environment, requiring information such as the asset itself, its identifier, and the parent zone's resource name."],["The `CreateAssetRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role and capabilities in the API framework."],["The `AssetId` must conform to specific criteria, including starting with a letter, containing only lowercase letters, numbers, and hyphens, and being between 1-63 characters in length, as well as having the constraint of being unique within the zone."]]],[]]