Class: Google::Cloud::Kms::V1::GetCryptoKeyRequest

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.GetCryptoKey.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the CryptoKey to get.

Returns:



270
271
272
273
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 270

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