BuildBazelRemoteExecutionV2ServerCapabilities class
A response message for Capabilities.GetCapabilities.
Constructors
Properties
- cacheCapabilities ↔ BuildBazelRemoteExecutionV2CacheCapabilities
-
Capabilities of the remote cache system.
read / write
- deprecatedApiVersion ↔ BuildBazelSemverSemVer
-
Earliest RE API version supported, including deprecated versions.
read / write
- executionCapabilities ↔ BuildBazelRemoteExecutionV2ExecutionCapabilities
-
Capabilities of the remote execution system.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- highApiVersion ↔ BuildBazelSemverSemVer
-
Latest RE API version supported.
read / write
- lowApiVersion ↔ BuildBazelSemverSemVer
-
Earliest non-deprecated RE API version supported.
read / write
- 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