Class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsResponse
- Inherits:
-
Object
- Object
- Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/remotebuildexecution_v1alpha/classes.rb,
generated/google/apis/remotebuildexecution_v1alpha/representations.rb,
generated/google/apis/remotebuildexecution_v1alpha/representations.rb
Instance Attribute Summary collapse
-
#worker_pools ⇒ Array<Google::Apis::RemotebuildexecutionV1alpha::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.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsResponse
Returns a new instance of GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsResponse
1818 1819 1820 |
# File 'generated/google/apis/remotebuildexecution_v1alpha/classes.rb', line 1818 def initialize(**args) update!(**args) end |
Instance Attribute Details
#worker_pools ⇒ Array<Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool>
The list of worker pools in a given instance.
Corresponds to the JSON property workerPools
1816 1817 1818 |
# File 'generated/google/apis/remotebuildexecution_v1alpha/classes.rb', line 1816 def worker_pools @worker_pools end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1823 1824 1825 |
# File 'generated/google/apis/remotebuildexecution_v1alpha/classes.rb', line 1823 def update!(**args) @worker_pools = args[:worker_pools] if args.key?(:worker_pools) end |