public sealed class GetPublicKeyRequest : IMessage<GetPublicKeyRequest>, IEquatable<GetPublicKeyRequest>, IDeepCloneable<GetPublicKeyRequest>, IBufferMessage, IMessage
Request message for [KeyManagementService.GetPublicKey][google.cloud.kms.v1.KeyManagementService.GetPublicKey].
Implements
IMessage<GetPublicKeyRequest>, IEquatable<GetPublicKeyRequest>, IDeepCloneable<GetPublicKeyRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Constructors
GetPublicKeyRequest()
public GetPublicKeyRequest()
GetPublicKeyRequest(GetPublicKeyRequest)
public GetPublicKeyRequest(GetPublicKeyRequest other)
Parameter | |
---|---|
Name | Description |
other | GetPublicKeyRequest |
Properties
CryptoKeyVersionName
public CryptoKeyVersionName CryptoKeyVersionName { get; set; }
CryptoKeyVersionName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
CryptoKeyVersionName |
Name
public string Name { get; set; }
Required. The [name][google.cloud.kms.v1.CryptoKeyVersion.name] of the [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] public key to get.
Property Value | |
---|---|
Type | Description |
String |