Google Cloud Dataplex V1 Client - Class UpdateDataAssetRequest (1.12.0)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class UpdateDataAssetRequest.

Request message for updating a data asset.

Generated from protobuf message google.cloud.dataplex.v1.UpdateDataAssetRequest

Namespace

Google \ Cloud \ Dataplex \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ data_asset DataAsset

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

↳ update_mask Google\Protobuf\FieldMask

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

↳ validate_only bool

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

getDataAsset

Required. The data asset to update.

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

Returns
Type Description
DataAsset|null

hasDataAsset

clearDataAsset

setDataAsset

Required. The data asset to update.

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

Parameter
Name Description
var DataAsset
Returns
Type Description
$this

getUpdateMask

Optional. The list of fields to update.

If this is empty or not set, then all the fields will be updated.

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Optional. The list of fields to update.

If this is empty or not set, then all the fields will be updated.

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

getValidateOnly

Optional. Validates the request without actually updating the data asset.

Defaults to false.

Returns
Type Description
bool

setValidateOnly

Optional. Validates the request without actually updating the data asset.

Defaults to false.

Parameter
Name Description
var bool
Returns
Type Description
$this

static::build

Parameters
Name Description
dataAsset DataAsset

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

updateMask Google\Protobuf\FieldMask

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

Returns
Type Description
UpdateDataAssetRequest