public sealed class UpdateDataAssetRequest : IMessage<UpdateDataAssetRequest>, IEquatable<UpdateDataAssetRequest>, IDeepCloneable<UpdateDataAssetRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class UpdateDataAssetRequest.
Request message for updating a data asset.
Implements
IMessageUpdateDataAssetRequest, IEquatableUpdateDataAssetRequest, IDeepCloneableUpdateDataAssetRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
UpdateDataAssetRequest()
public UpdateDataAssetRequest()UpdateDataAssetRequest(UpdateDataAssetRequest)
public UpdateDataAssetRequest(UpdateDataAssetRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateDataAssetRequest |
Properties
DataAsset
public DataAsset DataAsset { get; set; }Required. The data asset to update.
The data asset's name field is used to identify the data asset to update.
| Property Value | |
|---|---|
| Type | Description |
DataAsset |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Optional. The list of fields to update. If this is empty or not set, then all the fields will be updated.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|
ValidateOnly
public bool ValidateOnly { get; set; }Optional. Validates the request without actually updating the data asset. Defaults to false.
| Property Value | |
|---|---|
| Type | Description |
bool |
|