Class: Google::Apis::CloudbuildV1alpha1::ListWorkerPoolsResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudbuildV1alpha1::ListWorkerPoolsResponse
- Defined in:
- generated/google/apis/cloudbuild_v1alpha1/classes.rb,
generated/google/apis/cloudbuild_v1alpha1/representations.rb,
generated/google/apis/cloudbuild_v1alpha1/representations.rb
Overview
Response containing existing WorkerPools
.
Instance Attribute Summary collapse
-
#worker_pools ⇒ Array<Google::Apis::CloudbuildV1alpha1::WorkerPool>
WorkerPools
for the project.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListWorkerPoolsResponse
constructor
A new instance of ListWorkerPoolsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListWorkerPoolsResponse
Returns a new instance of ListWorkerPoolsResponse
679 680 681 |
# File 'generated/google/apis/cloudbuild_v1alpha1/classes.rb', line 679 def initialize(**args) update!(**args) end |
Instance Attribute Details
#worker_pools ⇒ Array<Google::Apis::CloudbuildV1alpha1::WorkerPool>
WorkerPools
for the project.
Corresponds to the JSON property workerPools
677 678 679 |
# File 'generated/google/apis/cloudbuild_v1alpha1/classes.rb', line 677 def worker_pools @worker_pools end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
684 685 686 |
# File 'generated/google/apis/cloudbuild_v1alpha1/classes.rb', line 684 def update!(**args) @worker_pools = args[:worker_pools] if args.key?(:worker_pools) end |