class Operations extends Resource (View source)

The "operations" collection of methods.

Typical usage is:

 $remotebuildexecutionService = new Google\Service\RemoteBuildExecution(...);
 $operations = $remotebuildexecutionService->operations;

Methods

waitExecution(string $name, BuildBazelRemoteExecutionV2WaitExecutionRequest $postBody, array $optParams = [])

Wait for an execution operation to complete. When the client initially makes the request, the server immediately responds with the current status of the execution. The server will leave the request stream open until the operation completes, and then respond with the completed operation. The server MAY choose to stream additional updates as execution progresses, such as to provide an update as to the state of the execution.

Details

GoogleLongrunningOperation waitExecution(string $name, BuildBazelRemoteExecutionV2WaitExecutionRequest $postBody, array $optParams = [])

Wait for an execution operation to complete. When the client initially makes the request, the server immediately responds with the current status of the execution. The server will leave the request stream open until the operation completes, and then respond with the completed operation. The server MAY choose to stream additional updates as execution progresses, such as to provide an update as to the state of the execution.

(operations.waitExecution)

Parameters

string $name

The name of the Operation returned by Execute.

BuildBazelRemoteExecutionV2WaitExecutionRequest $postBody
array $optParams

Optional parameters.

Return Value

GoogleLongrunningOperation