Class: Google::Devtools::Clouddebugger::V2::ListDebuggeesRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Devtools::Clouddebugger::V2::ListDebuggeesRequest
 
 
- Defined in:
 - lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb
 
Overview
Request to list debuggees.
Instance Attribute Summary collapse
- 
  
    
      #client_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The client version making the call.
 - 
  
    
      #include_inactive  ⇒ true, false 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
When set to +true+, the result includes all debuggees.
 - 
  
    
      #project  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Project number of a Google Cloud project whose debuggees to list.
 
Instance Attribute Details
#client_version ⇒ String
Returns The client version making the call. Schema: +domain/type/version+ (e.g., +google.com/intellij/v1+).
      137  | 
    
      # File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb', line 137 class ListDebuggeesRequest; end  | 
  
#include_inactive ⇒ true, false
Returns When set to +true+, the result includes all debuggees. Otherwise, the result includes only debuggees that are active.
      137  | 
    
      # File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb', line 137 class ListDebuggeesRequest; end  | 
  
#project ⇒ String
Returns Project number of a Google Cloud project whose debuggees to list.
      137  | 
    
      # File 'lib/google/cloud/debugger/v2/doc/google/devtools/clouddebugger/v2/debugger.rb', line 137 class ListDebuggeesRequest; end  |