Class: Google::Cloud::Build::V1::ListWorkerPoolsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Build::V1::ListWorkerPoolsResponse
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
 
Overview
Response containing existing WorkerPools.
Instance Attribute Summary collapse
- 
  
    
      #next_page_token  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Continuation token used to page through large result sets.
 - 
  
    
      #worker_pools  ⇒ ::Array<::Google::Cloud::Build::V1::WorkerPool> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
WorkerPoolsfor the specified project. 
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Continuation token used to page through large result sets. Provide this value in a subsequent ListWorkerPoolsRequest to return the next page of results.
      2351 2352 2353 2354  | 
    
      # File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2351 class ListWorkerPoolsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#worker_pools ⇒ ::Array<::Google::Cloud::Build::V1::WorkerPool>
Returns WorkerPools for the specified project.
      2351 2352 2353 2354  | 
    
      # File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2351 class ListWorkerPoolsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |