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 page provides documentation for the `CreateAssetRequest` class within the Google Cloud Dataplex v1 API, specifically for .NET."],["It lists available versions of the API, ranging from 1.0.0 to the latest 3.6.0, for which there are reference links to each version of `CreateAssetRequest`."],["The `CreateAssetRequest` class is used to create asset resources and includes properties like `Asset`, `AssetId`, `Parent`, `ParentAsZoneName`, and `ValidateOnly`, detailing how each is used and specified."],["`CreateAssetRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and can be constructed using the default parameterless constructor or by copying from another `CreateAssetRequest` object."],["The requirements for `AssetId` are well-defined, such as having to contain only lowercase letters, numbers and hyphens, starting with a letter, ending with a number or a letter, being between 1-63 characters long, and being unique within the zone."]]],[]]