Class: Google::Cloud::Build::V1::ListWorkerPoolsRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Build::V1::ListWorkerPoolsRequest
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
 
Overview
Request to list WorkerPools.
Instance Attribute Summary collapse
- 
  
    
      #page_size  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum number of
WorkerPools to return. - 
  
    
      #page_token  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A page token, received from a previous
ListWorkerPoolscall. - 
  
    
      #parent  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 
Instance Attribute Details
#page_size ⇒ ::Integer
Returns The maximum number of WorkerPools to return. The service may return
fewer than this value. If omitted, the server will use a sensible default.
      2337 2338 2339 2340  | 
    
      # File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2337 class ListWorkerPoolsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#page_token ⇒ ::String
Returns A page token, received from a previous ListWorkerPools call. Provide this
to retrieve the subsequent page.
      2337 2338 2339 2340  | 
    
      # File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2337 class ListWorkerPoolsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#parent ⇒ ::String
Returns Required. The parent of the collection of WorkerPools.
Format: projects/{project}/locations/{location}.
      2337 2338 2339 2340  | 
    
      # File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2337 class ListWorkerPoolsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |