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
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ data_scan
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
Optional. Mask of fields to update.
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. 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
static::build
dataScan
DataScan
Required. DataScan resource to be updated.
Only fields specified in update_mask
are updated.
updateMask