class Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteworkersV1test2AdminTemp

AdminTemp is a prelimiary set of administration tasks. It's called “Temp” because we do not yet know the best way to represent admin tasks; it's possible that this will be entirely replaced in later versions of this API. If this message proves to be sufficient, it will be renamed in the alpha or beta release of this API. This message (suitably marshalled into a protobuf.Any) can be used as the inline_assignment field in a lease; the lease assignment field should simply be `“admin”` in these cases. This message is heavily based on Swarming administration tasks from the LUCI project (github.com/luci/ luci-py/appengine/swarming).

Attributes

arg[RW]

The argument to the admin action; see `Command` for semantics. Corresponds to the JSON property `arg` @return [String]

command[RW]

The admin action; see `Command` for legal values. Corresponds to the JSON property `command` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/remotebuildexecution_v1alpha/classes.rb, line 2465
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_v1alpha/classes.rb, line 2470
def update!(**args)
  @arg = args[:arg] if args.key?(:arg)
  @command = args[:command] if args.key?(:command)
end