Google LongRunning Client - Class ListOperationsResponse (0.3.0)

Reference documentation and code samples for the Google LongRunning Client class ListOperationsResponse.

The response message for Operations.ListOperations.

Generated from protobuf message google.longrunning.ListOperationsResponse

Namespace

Google \ LongRunning

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ operations array<Google\LongRunning\Operation>

A list of operations that matches the specified filter in the request.

↳ next_page_token string

The standard List next-page token.

getOperations

A list of operations that matches the specified filter in the request.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setOperations

A list of operations that matches the specified filter in the request.

Parameter
NameDescription
var array<Google\LongRunning\Operation>
Returns
TypeDescription
$this

getNextPageToken

The standard List next-page token.

Returns
TypeDescription
string

setNextPageToken

The standard List next-page token.

Parameter
NameDescription
var string
Returns
TypeDescription
$this