Google LongRunning Client - Class ListOperationsResponse (0.4.2)

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
Name Description
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
Type Description
Google\Protobuf\Internal\RepeatedField

setOperations

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

Parameter
Name Description
var array<Google\LongRunning\Operation>
Returns
Type Description
$this

getNextPageToken

The standard List next-page token.

Returns
Type Description
string

setNextPageToken

The standard List next-page token.

Parameter
Name Description
var string
Returns
Type Description
$this