Class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/remotebuildexecution_v1/classes.rb,
lib/google/apis/remotebuildexecution_v1/representations.rb,
lib/google/apis/remotebuildexecution_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsResponse

Returns a new instance of GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsResponse.



2057
2058
2059
# File 'lib/google/apis/remotebuildexecution_v1/classes.rb', line 2057

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#worker_poolsArray<Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool>

The list of worker pools in a given instance. Corresponds to the JSON property workerPools



2055
2056
2057
# File 'lib/google/apis/remotebuildexecution_v1/classes.rb', line 2055

def worker_pools
  @worker_pools
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2062
2063
2064
# File 'lib/google/apis/remotebuildexecution_v1/classes.rb', line 2062

def update!(**args)
  @worker_pools = args[:worker_pools] if args.key?(:worker_pools)
end