Class: Google::Cloud::Kms::V1::UpdateCryptoKeyRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Kms::V1::UpdateCryptoKeyRequest
 
 
- Defined in:
 - lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb
 
Overview
Request message for KeyManagementService::UpdateCryptoKey.
Instance Attribute Summary collapse
- 
  
    
      #crypto_key  ⇒ Google::Cloud::Kms::V1::CryptoKey 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
CryptoKey with updated values.
 - 
  
    
      #update_mask  ⇒ Google::Protobuf::FieldMask 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required list of fields to be updated in this request.
 
Instance Attribute Details
#crypto_key ⇒ Google::Cloud::Kms::V1::CryptoKey
Returns CryptoKey with updated values.
      175  | 
    
      # File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 175 class UpdateCryptoKeyRequest; end  | 
  
#update_mask ⇒ Google::Protobuf::FieldMask
Returns Required list of fields to be updated in this request.
      175  | 
    
      # File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 175 class UpdateCryptoKeyRequest; end  |