class Google::Apis::CloudbuildV1beta1::ListWorkerPoolsResponse

Response containing existing `WorkerPools`.

Attributes

worker_pools[RW]

`WorkerPools` for the specified project. Corresponds to the JSON property `workerPools` @return [Array<Google::Apis::CloudbuildV1beta1::WorkerPool>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudbuild_v1beta1/classes.rb, line 1102
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/cloudbuild_v1beta1/classes.rb, line 1107
def update!(**args)
  @worker_pools = args[:worker_pools] if args.key?(:worker_pools)
end