Class: Google::Cloud::Kms::V1::CreateCryptoKeyVersionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::CreateCryptoKeyVersionRequest
- Defined in:
- lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb
Overview
Request message for KeyManagementService::CreateCryptoKeyVersion.
Instance Attribute Summary collapse
-
#crypto_key_version ⇒ Google::Cloud::Kms::V1::CryptoKeyVersion
A CryptoKeyVersion with initial field values.
-
#parent ⇒ String
Required.
Instance Attribute Details
#crypto_key_version ⇒ Google::Cloud::Kms::V1::CryptoKeyVersion
Returns A CryptoKeyVersion with initial field values.
166 |
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 166 class CreateCryptoKeyVersionRequest; end |
#parent ⇒ String
Returns Required. The name of the CryptoKey associated with the CryptoKeyVersions.
166 |
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 166 class CreateCryptoKeyVersionRequest; end |