Google Cloud Dataplex V1 Client - Class UpdateDataAttributeBindingRequest (1.3.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Dataplex V1 Client class UpdateDataAttributeBindingRequest.
Update DataAttributeBinding request.
Generated from protobuf message google.cloud.dataplex.v1.UpdateDataAttributeBindingRequest
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ update_mask |
Google\Protobuf\FieldMask
Required. Mask of fields to update. |
↳ data_attribute_binding |
DataAttributeBinding
Required. Only fields specified in |
↳ validate_only |
bool
Optional. Only validate the request, but do not perform mutations. The default is false. |
getUpdateMask
Required. Mask of fields to update.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\FieldMask|null |
|
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. Mask of fields to update.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\FieldMask
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDataAttributeBinding
Required. Only fields specified in update_mask are updated.
| Returns | |
|---|---|
| Type | Description |
DataAttributeBinding|null |
|
hasDataAttributeBinding
clearDataAttributeBinding
setDataAttributeBinding
Required. Only fields specified in update_mask are updated.
| Parameter | |
|---|---|
| Name | Description |
var |
DataAttributeBinding
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getValidateOnly
Optional. Only validate the request, but do not perform mutations.
The default is false.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setValidateOnly
Optional. Only validate the request, but do not perform mutations.
The default is false.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
dataAttributeBinding |
DataAttributeBinding
Required. Only fields specified in |
updateMask |
Google\Protobuf\FieldMask
Required. Mask of fields to update. |
| Returns | |
|---|---|
| Type | Description |
UpdateDataAttributeBindingRequest |
|