Reference documentation and code samples for the Google Cloud Dataplex V1 Client class UpdateDataProductRequest.
Request message for updating a data product.
Generated from protobuf message google.cloud.dataplex.v1.UpdateDataProductRequest
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ data_product
DataProduct
Required. The data product to update. The data product's name
field is used to identify the data product 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 product. Default: false.
getDataProduct
Required. The data product to update.
The data product's name
field is used to identify the data product to
update.
hasDataProduct
clearDataProduct
setDataProduct
Required. The data product to update.
The data product's name
field is used to identify the data product 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 product.
Default: false.
bool
setValidateOnly
Optional. Validates the request without actually updating the data product.
Default: false.
var
bool
$this
static::build
dataProduct
DataProduct
Required. The data product to update.
The data product's name
field is used to identify the data product 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.

