class Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemotebuildexecutionAdminV1alphaUpdateWorkerPoolRequest

The request used for UpdateWorkerPool.

Attributes

update_mask[RW]

The update mask applies to worker_pool. For the `FieldMask` definition, see developers.google.com/protocol-buffers/docs/reference/google.protobuf# fieldmask If an empty update_mask is provided, only the non-default valued field in the worker pool field will be updated. Note that in order to update a field to the default value (zero, false, empty string) an explicit update_mask must be provided. Corresponds to the JSON property `updateMask` @return [String]

worker_pool[RW]

A worker pool resource in the Remote Build Execution API. Corresponds to the JSON property `workerPool` @return [Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/remotebuildexecution_v2/classes.rb, line 2973
def update!(**args)
  @update_mask = args[:update_mask] if args.key?(:update_mask)
  @worker_pool = args[:worker_pool] if args.key?(:worker_pool)
end