Cloud KMS V1 Client - Class UpdateAutokeyConfigRequest (1.23.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ autokey_config Google\Cloud\Kms\V1\AutokeyConfig

Required. AutokeyConfig with values to update.

↳ update_mask Google\Protobuf\FieldMask

Required. Masks which fields of the AutokeyConfig to update, e.g. keyProject.

getAutokeyConfig

Required. AutokeyConfig with values to update.

Returns
Type Description
Google\Cloud\Kms\V1\AutokeyConfig|null

hasAutokeyConfig

clearAutokeyConfig

setAutokeyConfig

Required. AutokeyConfig with values to update.

Parameter
Name Description
var Google\Cloud\Kms\V1\AutokeyConfig
Returns
Type Description
$this

getUpdateMask

Required. Masks which fields of the AutokeyConfig to update, e.g.

keyProject.

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Required. Masks which fields of the AutokeyConfig to update, e.g.

keyProject.

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

static::build

Parameters
Name Description
autokeyConfig Google\Cloud\Kms\V1\AutokeyConfig

Required. AutokeyConfig with values to update.

updateMask Google\Protobuf\FieldMask

Required. Masks which fields of the AutokeyConfig to update, e.g. keyProject.

Returns
Type Description
Google\Cloud\Kms\V1\UpdateAutokeyConfigRequest