public sealed class GetCryptoKeyRequest : IMessage<GetCryptoKeyRequest>, IEquatable<GetCryptoKeyRequest>, IDeepCloneable<GetCryptoKeyRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Key Management Service v1 API class GetCryptoKeyRequest.
Request message for [KeyManagementService.GetCryptoKey][google.cloud.kms.v1.KeyManagementService.GetCryptoKey].
Implements
IMessageGetCryptoKeyRequest, IEquatableGetCryptoKeyRequest, IDeepCloneableGetCryptoKeyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Constructors
GetCryptoKeyRequest()
public GetCryptoKeyRequest()GetCryptoKeyRequest(GetCryptoKeyRequest)
public GetCryptoKeyRequest(GetCryptoKeyRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetCryptoKeyRequest |
Properties
CryptoKeyName
public CryptoKeyName CryptoKeyName { get; set; }CryptoKeyName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
CryptoKeyName |
|
Name
public string Name { get; set; }Required. The [name][google.cloud.kms.v1.CryptoKey.name] of the [CryptoKey][google.cloud.kms.v1.CryptoKey] to get.
| Property Value | |
|---|---|
| Type | Description |
string |
|