class ListOperationsResponse extends Message

The response message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].

Generated from protobuf message google.longrunning.ListOperationsResponse

Methods

__construct()

No description

RepeatedField
getOperations()

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

$this
setOperations(Operation[]|RepeatedField $var)

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

string
getNextPageToken()

The standard List next-page token.

$this
setNextPageToken(string $var)

The standard List next-page token.

Details

at line 31
__construct()

at line 42
RepeatedField getOperations()

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

Generated from protobuf field repeated .google.longrunning.Operation operations = 1;

Return Value

RepeatedField

at line 54
$this setOperations(Operation[]|RepeatedField $var)

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

Generated from protobuf field repeated .google.longrunning.Operation operations = 1;

Parameters

Operation[]|RepeatedField $var

Return Value

$this

at line 68
string getNextPageToken()

The standard List next-page token.

Generated from protobuf field string next_page_token = 2;

Return Value

string

at line 80
$this setNextPageToken(string $var)

The standard List next-page token.

Generated from protobuf field string next_page_token = 2;

Parameters

string $var

Return Value

$this