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."],[[["The latest version available for the `CreateAssetRequest` class in the Google Cloud Dataplex v1 API is 3.6.0, with the current page's documentation detailing version 3.5.0."],["The `CreateAssetRequest` class is used to initiate the creation of an asset within a specific zone, and it inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateAssetRequest` class has several properties including `Asset`, `AssetId`, `Parent`, `ParentAsZoneName` and `ValidateOnly`, which are used to define the properties of the asset to be created, including its ID, and the zone under which it is set to exist."],["There are multiple prior versions of the `CreateAssetRequest` class API available for use, ranging from version 3.4.0 down to version 1.0.0, offering a variety of stable options."],["The AssetId property must be unique within the zone, contain only lowercase letters, numbers, and hyphens, and must start and end with a letter or number, and must fall between 1 and 63 characters in length."]]],[]]