Reference documentation and code samples for the Google Cloud Dataplex V1 Client class UpdateDataScanRequest.
Update dataScan request.
Generated from protobuf message google.cloud.dataplex.v1.UpdateDataScanRequest
Methods
build
dataScan
Google\Cloud\Dataplex\V1\DataScan
Required. DataScan resource to be updated.
Only fields specified in update_mask
are updated.
updateMask
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ data_scan
Google\Cloud\Dataplex\V1\DataScan
Required. DataScan resource to be updated. Only fields specified in update_mask
are updated.
↳ update_mask
↳ validate_only
bool
Optional. Only validate the request, but do not perform mutations. The default is false
.
getDataScan
Required. DataScan resource to be updated.
Only fields specified in update_mask
are updated.
hasDataScan
clearDataScan
setDataScan
Required. DataScan resource to be updated.
Only fields specified in update_mask
are updated.
$this
getUpdateMask
Required. Mask of fields to update.
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. Mask of fields to update.
$this
getValidateOnly
Optional. Only validate the request, but do not perform mutations.
The default is false
.
bool
setValidateOnly
Optional. Only validate the request, but do not perform mutations.
The default is false
.
var
bool
$this

