Class: Google::Logging::V2::ListLogsRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Logging::V2::ListLogsRequest
 
 
- Defined in:
 - lib/google/cloud/logging/v2/doc/google/logging/v2/logging.rb
 
Overview
The parameters to ListLogs.
Instance Attribute Summary collapse
- 
  
    
      #page_size  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 - 
  
    
      #page_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 - 
  
    
      #parent  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 
Instance Attribute Details
#page_size ⇒ Integer
Returns Optional. The maximum number of results to return from this request. Non-positive values are ignored. The presence of +nextPageToken+ in the response indicates that more results might be available.
      235  | 
    
      # File 'lib/google/cloud/logging/v2/doc/google/logging/v2/logging.rb', line 235 class ListLogsRequest; end  | 
  
#page_token ⇒ String
Returns Optional. If present, then retrieve the next batch of results from the preceding call to this method. +pageToken+ must be the value of +nextPageToken+ from the previous response. The values of other method parameters should be identical to those in the previous call.
      235  | 
    
      # File 'lib/google/cloud/logging/v2/doc/google/logging/v2/logging.rb', line 235 class ListLogsRequest; end  | 
  
#parent ⇒ String
Returns Required. The resource name that owns the logs:
"projects/[PROJECT_ID]"
"organizations/[ORGANIZATION_ID]"
"billingAccounts/[BILLING_ACCOUNT_ID]"
"folders/[FOLDER_ID]"
  
      235  | 
    
      # File 'lib/google/cloud/logging/v2/doc/google/logging/v2/logging.rb', line 235 class ListLogsRequest; end  |