Class: Google::Container::V1::ListOperationsRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Container::V1::ListOperationsRequest
 
 
- Defined in:
 - lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb
 
Overview
ListOperationsRequest lists operations.
Instance Attribute Summary collapse
- 
  
    
      #project_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Google Developers Console project ID or project number.
 - 
  
    
      #zone  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Google Compute Engine zone to return operations for, or +-+ for all zones.
 
Instance Attribute Details
#project_id ⇒ String
Returns The Google Developers Console project ID or project number.
      1025  | 
    
      # File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1025 class ListOperationsRequest; end  | 
  
#zone ⇒ String
Returns The name of the Google Compute Engine zone to return operations for, or +-+ for all zones.
      1025  | 
    
      # File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1025 class ListOperationsRequest; end  |