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 \ V1Methods
__construct
Constructor.
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.
hasDataAsset
clearDataAsset
setDataAsset
Required. The data asset to update.
The data asset's name
field is used to identify the data asset to update.
$this
getUpdateMask
Optional. The list of fields to update.
If this is empty or not set, then all the fields will be updated.
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. The list of fields to update.
If this is empty or not set, then all the fields will be updated.
$this
getValidateOnly
Optional. Validates the request without actually updating the data asset.
Defaults to false.
bool
setValidateOnly
Optional. Validates the request without actually updating the data asset.
Defaults to false.
var
bool
$this
static::build
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.

