GoogleDevtoolsRemoteworkersV1test2AdminTemp class
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 (http://github.com/luci/luci-py/appengine/swarming).
Constructors
Properties
- arg ↔ String
-
The argument to the admin action; see
Command
for semantics.read / write - command ↔ String
-
The admin action; see
Command
for legal values. Possible string values are: [...]read / write - hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited