public sealed class DeleteCryptoKeyMetadata : IMessage<DeleteCryptoKeyMetadata>, IEquatable<DeleteCryptoKeyMetadata>, IDeepCloneable<DeleteCryptoKeyMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Key Management Service v1 API class DeleteCryptoKeyMetadata.
Represents the metadata of the [KeyManagementService.DeleteCryptoKey][google.cloud.kms.v1.KeyManagementService.DeleteCryptoKey] long-running operation.
Implements
IMessageDeleteCryptoKeyMetadata, IEquatableDeleteCryptoKeyMetadata, IDeepCloneableDeleteCryptoKeyMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Constructors
DeleteCryptoKeyMetadata()
public DeleteCryptoKeyMetadata()DeleteCryptoKeyMetadata(DeleteCryptoKeyMetadata)
public DeleteCryptoKeyMetadata(DeleteCryptoKeyMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteCryptoKeyMetadata |
Properties
RetiredResource
public string RetiredResource { get; set; }Output only. The resource name of the
[RetiredResource][google.cloud.kms.v1.RetiredResource] created as a result
of this operation, in the format
projects/*/locations/*/retiredResources/*.
| Property Value | |
|---|---|
| Type | Description |
string |
|
RetiredResourceAsRetiredResourceName
public RetiredResourceName RetiredResourceAsRetiredResourceName { get; set; }RetiredResourceName-typed view over the RetiredResource resource name property.
| Property Value | |
|---|---|
| Type | Description |
RetiredResourceName |
|