Reference documentation and code samples for the Cloud KMS V1 Client class UpdateAutokeyConfigRequest.
Request message for UpdateAutokeyConfig .
Generated from protobuf message google.cloud.kms.v1.UpdateAutokeyConfigRequest
Namespace
Google \ Cloud \ Kms \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ autokey_config
↳ update_mask
Google\Protobuf\FieldMask
Required. Masks which fields of the AutokeyConfig
to update, e.g. keyProject
.
getAutokeyConfig
Required. AutokeyConfig with values to update.
hasAutokeyConfig
clearAutokeyConfig
setAutokeyConfig
Required. AutokeyConfig with values to update.
$this
getUpdateMask
Required. Masks which fields of the AutokeyConfig to update, e.g.
keyProject
.
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. Masks which fields of the AutokeyConfig to update, e.g.
keyProject
.
$this
static::build
autokeyConfig
updateMask
Google\Protobuf\FieldMask
Required. Masks which fields of the AutokeyConfig
to update, e.g. keyProject
.