Interface UpdateDataAssetRequestOrBuilder (1.86.0)

public interface UpdateDataAssetRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataAsset()

public abstract DataAsset getDataAsset()

Required. The data asset to update. The data asset's name field is used to identify the data asset to update.

.google.cloud.dataplex.v1.DataAsset data_asset = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DataAsset

The dataAsset.

getDataAssetOrBuilder()

public abstract DataAssetOrBuilder getDataAssetOrBuilder()

Required. The data asset to update. The data asset's name field is used to identify the data asset to update.

.google.cloud.dataplex.v1.DataAsset data_asset = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DataAssetOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. The list of fields to update. If this is empty or not set, then all the fields will be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. The list of fields to update. If this is empty or not set, then all the fields will be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMaskOrBuilder

getValidateOnly()

public abstract boolean getValidateOnly()

Optional. Validates the request without actually updating the data asset. Defaults to false.

bool validate_only = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The validateOnly.

hasDataAsset()

public abstract boolean hasDataAsset()

Required. The data asset to update. The data asset's name field is used to identify the data asset to update.

.google.cloud.dataplex.v1.DataAsset data_asset = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the dataAsset field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Optional. The list of fields to update. If this is empty or not set, then all the fields will be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the updateMask field is set.