Cloud KMS V1 Client - Class UpdateCryptoKeyPrimaryVersionRequest (2.3.0)

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
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ namestring

Required. The resource name of the CryptoKey to update.

↳ crypto_key_version_idstring

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

getName

Required. The resource name of the CryptoKey to update.

Returns
TypeDescription
string

setName

Required. The resource name of the CryptoKey to update.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getCryptoKeyVersionId

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

Returns
TypeDescription
string

setCryptoKeyVersionId

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

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
namestring

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

cryptoKeyVersionIdstring

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

Returns
TypeDescription
UpdateCryptoKeyPrimaryVersionRequest