Class: Google::Container::V1::ListOperationsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Container::V1::ListOperationsResponse
 
 
- Defined in:
 - lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb
 
Overview
ListOperationsResponse is the result of ListOperationsRequest.
Instance Attribute Summary collapse
- 
  
    
      #missing_zones  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If any zones are listed here, the list of operations returned may be missing the operations from those zones.
 - 
  
    
      #operations  ⇒ Array<Google::Container::V1::Operation> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of operations in the project in the specified zone.
 
Instance Attribute Details
#missing_zones ⇒ Array<String>
Returns If any zones are listed here, the list of operations returned may be missing the operations from those zones.
      1049  | 
    
      # File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1049 class ListOperationsResponse; end  | 
  
#operations ⇒ Array<Google::Container::V1::Operation>
Returns A list of operations in the project in the specified zone.
      1049  | 
    
      # File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1049 class ListOperationsResponse; end  |