Class: Google::Cloud::Kms::V1::GetPublicKeyRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/kms/v1/service.rb

Overview

Request message for KeyManagementService.GetPublicKey.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the CryptoKeyVersion public key to get.

Returns:



292
293
294
295
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 292

class GetPublicKeyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end