Class: Google::Cloud::Kms::V1::ListCryptoKeysRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Kms::V1::ListCryptoKeysRequest
 
 
- Defined in:
 - lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb
 
Overview
Request message for KeyManagementService::ListCryptoKeys.
Instance Attribute Summary collapse
- 
  
    
      #page_size  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional limit on the number of CryptoKeys to include in the response.
 - 
  
    
      #page_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional pagination token, returned earlier via ListCryptoKeysResponse#next_page_token.
 - 
  
    
      #parent  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 
Instance Attribute Details
#page_size ⇒ Integer
Returns Optional limit on the number of CryptoKeys to include in the response. Further CryptoKeys can subsequently be obtained by including the ListCryptoKeysResponse#next_page_token in a subsequent request. If unspecified, the server will pick an appropriate default.
      51  | 
    
      # File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 51 class ListCryptoKeysRequest; end  | 
  
#page_token ⇒ String
Returns Optional pagination token, returned earlier via ListCryptoKeysResponse#next_page_token.
      51  | 
    
      # File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 51 class ListCryptoKeysRequest; end  | 
  
#parent ⇒ String
Returns Required. The resource name of the KeyRing to list, in the format +projects//locations//keyRings/*+.
      51  | 
    
      # File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 51 class ListCryptoKeysRequest; end  |