Class: Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsResponse
- Inherits:
-
Object
- Object
- Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsResponse
- 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
-
#worker_pools ⇒ Array<Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool>
The list of worker pools in a given instance.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsResponse
constructor
A new instance of GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsResponse
Returns a new instance of GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsResponse.
2139 2140 2141 |
# File 'lib/google/apis/remotebuildexecution_v1/classes.rb', line 2139 def initialize(**args) update!(**args) end |
Instance Attribute Details
#worker_pools ⇒ Array<Google::Apis::RemotebuildexecutionV1::GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool>
The list of worker pools in a given instance.
Corresponds to the JSON property workerPools
2137 2138 2139 |
# File 'lib/google/apis/remotebuildexecution_v1/classes.rb', line 2137 def worker_pools @worker_pools end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2144 2145 2146 |
# File 'lib/google/apis/remotebuildexecution_v1/classes.rb', line 2144 def update!(**args) @worker_pools = args[:worker_pools] if args.key?(:worker_pools) end |