Reference documentation and code samples for the Google Cloud Dataplex V1 Client class UpdateEncryptionConfigRequest.
Update EncryptionConfig Request
Generated from protobuf message google.cloud.dataplex.v1.UpdateEncryptionConfigRequest
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ encryption_config
↳ update_mask
Google\Protobuf\FieldMask
Optional. Mask of fields to update. The service treats an omitted field mask as an implied field mask equivalent to all fields that are populated (have a non-empty value).
getEncryptionConfig
Required. The EncryptionConfig to update.
hasEncryptionConfig
clearEncryptionConfig
setEncryptionConfig
Required. The EncryptionConfig to update.
$this
getUpdateMask
Optional. Mask of fields to update.
The service treats an omitted field mask as an implied field mask equivalent to all fields that are populated (have a non-empty value).
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. Mask of fields to update.
The service treats an omitted field mask as an implied field mask equivalent to all fields that are populated (have a non-empty value).
$this
static::build
encryptionConfig
updateMask
Google\Protobuf\FieldMask
Optional. Mask of fields to update. The service treats an omitted field mask as an implied field mask equivalent to all fields that are populated (have a non-empty value).

