Reference documentation and code samples for the Cloud Key Management Service (KMS) V1 API class Google::Cloud::Kms::V1::CreateCryptoKeyVersionRequest.
Request message for KeyManagementService.CreateCryptoKeyVersion.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#crypto_key_version
def crypto_key_version() -> ::Google::Cloud::Kms::V1::CryptoKeyVersion
Returns
- (::Google::Cloud::Kms::V1::CryptoKeyVersion) — Required. A CryptoKeyVersion with initial field values.
#crypto_key_version=
def crypto_key_version=(value) -> ::Google::Cloud::Kms::V1::CryptoKeyVersion
Parameter
- value (::Google::Cloud::Kms::V1::CryptoKeyVersion) — Required. A CryptoKeyVersion with initial field values.
Returns
- (::Google::Cloud::Kms::V1::CryptoKeyVersion) — Required. A CryptoKeyVersion with initial field values.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The name of the CryptoKey associated with the CryptoKeyVersions.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The name of the CryptoKey associated with the CryptoKeyVersions.
Returns
- (::String) — Required. The name of the CryptoKey associated with the CryptoKeyVersions.