ActionResultsResourceApi class
Properties
-
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
-
get(String instanceName, String hash, String sizeBytes, {bool inlineStdout, bool inlineStderr, List<String> inlineOutputFiles, String $fields})
→ Future<BuildBazelRemoteExecutionV2ActionResult>
-
Retrieve a cached execution result. Implementations SHOULD ensure that any
blobs referenced from the ContentAddressableStorage are available at the
time of returning the ActionResult and will be for some period of time
afterwards. The TTLs of the referenced blobs SHOULD be increased if
necessary and applicable. Errors: *
NOT_FOUND
: The requested
ActionResult
is not in the cache. [...]
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString()
→ String
-
Returns a string representation of this object.
inherited
-
update(BuildBazelRemoteExecutionV2ActionResult request, String instanceName, String hash, String sizeBytes, {int resultsCachePolicy_priority, String $fields})
→ Future<BuildBazelRemoteExecutionV2ActionResult>
-
Upload a new execution result. In order to allow the server to perform
access control based on the type of action, and to assist with client
debugging, the client MUST first upload the Action that produced the
result, along with its Command, into the
ContentAddressableStorage
.
Errors: * INVALID_ARGUMENT
: One or more arguments are invalid. *
FAILED_PRECONDITION
: One or more errors occurred in updating the action
result, such as a missing command or action. * RESOURCE_EXHAUSTED
: There
is insufficient storage space to add the entry to the cache. [...]