Class: Google::Cloud::Kms::V1::CreateCryptoKeyVersionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::CreateCryptoKeyVersionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/v1/service.rb
Overview
Request message for KeyManagementService.CreateCryptoKeyVersion.
Instance Attribute Summary collapse
-
#crypto_key_version ⇒ ::Google::Cloud::Kms::V1::CryptoKeyVersion
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#crypto_key_version ⇒ ::Google::Cloud::Kms::V1::CryptoKeyVersion
Returns Required. A CryptoKeyVersion with initial field values.
368 369 370 371 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 368 class CreateCryptoKeyVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the CryptoKey associated with the CryptoKeyVersions.
368 369 370 371 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 368 class CreateCryptoKeyVersionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |