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 information for the `CreateAssetRequest` class within the Google Cloud Dataplex V1 API, specifically version 2.5.0."],["The `CreateAssetRequest` class, designed for creating asset requests, inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateAssetRequest` class has several properties, including `Asset` (the asset resource), `AssetId` (the asset's unique identifier), `Parent` (the parent zone's resource name), `ParentAsZoneName` (a typed view of the parent resource name), and `ValidateOnly` (for request validation without mutations)."],["The documentation covers various older versions, such as version 3.6.0 being the latest and then stepping down to 1.0.0, all with links to access the `CreateAssetRequest` class in those versions."],["There are two constructors included in the reference: a default no-parameter constructor, and one with a parameter of the `CreateAssetRequest` class."]]],[]]