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