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