Class: Google::Cloud::Kms::V1::UpdateCryptoKeyPrimaryVersionRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Kms::V1::UpdateCryptoKeyPrimaryVersionRequest
 
 
- Defined in:
 - lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb
 
Overview
Request message for KeyManagementService::UpdateCryptoKeyPrimaryVersion.
Instance Attribute Summary collapse
- 
  
    
      #crypto_key_version_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The id of the child CryptoKeyVersion to use as primary.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource name of the CryptoKey to update.
 
Instance Attribute Details
#crypto_key_version_id ⇒ String
Returns The id of the child CryptoKeyVersion to use as primary.
      242  | 
    
      # File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 242 class UpdateCryptoKeyPrimaryVersionRequest; end  | 
  
#name ⇒ String
Returns The resource name of the CryptoKey to update.
      242  | 
    
      # File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 242 class UpdateCryptoKeyPrimaryVersionRequest; end  |