Class: Google::Cloud::Kms::V1::ListKeyRingsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Kms::V1::ListKeyRingsResponse
 
 
- Defined in:
 - lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb
 
Overview
Response message for KeyManagementService::ListKeyRings.
Instance Attribute Summary collapse
- 
  
    
      #key_rings  ⇒ Array<Google::Cloud::Kms::V1::KeyRing> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of KeyRings.
 - 
  
    
      #next_page_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A token to retrieve next page of results.
 - 
  
    
      #total_size  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The total number of KeyRings that matched the query.
 
Instance Attribute Details
#key_rings ⇒ Array<Google::Cloud::Kms::V1::KeyRing>
Returns The list of KeyRings.
      83  | 
    
      # File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 83 class ListKeyRingsResponse; end  | 
  
#next_page_token ⇒ String
Returns A token to retrieve next page of results. Pass this value in ListKeyRingsRequest#page_token to retrieve the next page of results.
      83  | 
    
      # File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 83 class ListKeyRingsResponse; end  | 
  
#total_size ⇒ Integer
Returns The total number of KeyRings that matched the query.
      83  | 
    
      # File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 83 class ListKeyRingsResponse; end  |