Class: Google::Cloud::Kms::V1::GetCryptoKeyVersionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::GetCryptoKeyVersionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/v1/service.rb
Overview
Request message for KeyManagementService.GetCryptoKeyVersion.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the CryptoKeyVersion to get.
342 343 344 345 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 342 class GetCryptoKeyVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |