Class: Google::Cloud::Kms::V1::GetCryptoKeyVersionRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Kms::V1::GetCryptoKeyVersionRequest
 
 
- Defined in:
 - lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb
 
Overview
Request message for KeyManagementService::GetCryptoKeyVersion.
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the CryptoKeyVersion to get.
 
Instance Attribute Details
#name ⇒ String
Returns The name of the CryptoKeyVersion to get.
      128  | 
    
      # File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 128 class GetCryptoKeyVersionRequest; end  |