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>
WorkerPools
for 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.
2387 2388 2389 2390 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2387 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.
2387 2388 2389 2390 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2387 class ListWorkerPoolsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |