Class: Google::Cloud::Kms::V1::CreateCryptoKeyVersionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/kms/v1/service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#crypto_key_version::Google::Cloud::Kms::V1::CryptoKeyVersion

Returns Required. A CryptoKeyVersion with initial field values.

Returns:



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.

Returns:



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