Reference documentation and code samples for the Cloud KMS V1 Client class DeleteCryptoKeyMetadata.
Represents the metadata of the KeyManagementService.DeleteCryptoKey long-running operation.
Generated from protobuf message google.cloud.kms.v1.DeleteCryptoKeyMetadata
Namespace
Google \ Cloud \ Kms \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ retired_resource |
string
Output only. The resource name of the RetiredResource created as a result of this operation, in the format |
getRetiredResource
Output only. The resource name of the
RetiredResource created as a result
of this operation, in the format
projects/*/locations/*/retiredResources/*.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRetiredResource
Output only. The resource name of the
RetiredResource created as a result
of this operation, in the format
projects/*/locations/*/retiredResources/*.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|