Cloud KMS V1 Client - Class UpdateCryptoKeyPrimaryVersionRequest (1.21.4)

Reference documentation and code samples for the Cloud KMS V1 Client class UpdateCryptoKeyPrimaryVersionRequest.

Request message for KeyManagementService.UpdateCryptoKeyPrimaryVersion.

Generated from protobuf message google.cloud.kms.v1.UpdateCryptoKeyPrimaryVersionRequest

Namespace

Google \ Cloud \ Kms \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The resource name of the CryptoKey to update.

↳ crypto_key_version_id string

Required. The id of the child CryptoKeyVersion to use as primary.

getName

Required. The resource name of the CryptoKey to update.

Returns
Type Description
string

setName

Required. The resource name of the CryptoKey to update.

Parameter
Name Description
var string
Returns
Type Description
$this

getCryptoKeyVersionId

Required. The id of the child CryptoKeyVersion to use as primary.

Returns
Type Description
string

setCryptoKeyVersionId

Required. The id of the child CryptoKeyVersion to use as primary.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameters
Name Description
name string

Required. The resource name of the CryptoKey to update. Please see Google\Cloud\Kms\V1\KeyManagementServiceClient::cryptoKeyName() for help formatting this field.

cryptoKeyVersionId string

Required. The id of the child CryptoKeyVersion to use as primary.

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