Class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsResponse

Returns a new instance of GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsResponse



1902
1903
1904
# File 'generated/google/apis/remotebuildexecution_v1alpha/classes.rb', line 1902

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

Instance Attribute Details

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

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



1900
1901
1902
# File 'generated/google/apis/remotebuildexecution_v1alpha/classes.rb', line 1900

def worker_pools
  @worker_pools
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1907
1908
1909
# File 'generated/google/apis/remotebuildexecution_v1alpha/classes.rb', line 1907

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