Class: Google::Cloud::Kms::V1::UpdateCryptoKeyVersionRequest

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. CryptoKeyVersion with updated values.

Returns:



489
490
491
492
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 489

class UpdateCryptoKeyVersionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Required. List of fields to be updated in this request.

Returns:



489
490
491
492
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 489

class UpdateCryptoKeyVersionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end