Cloud KMS V1 Client - Class UpdateCryptoKeyPrimaryVersionRequest (1.20.3)

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
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
TypeDescription
string

setName

Required. The resource name of the CryptoKey to update.

Parameter
NameDescription
var string
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
var string
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
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
TypeDescription
Google\Cloud\Kms\V1\UpdateCryptoKeyPrimaryVersionRequest