Google LongRunning Client - Class ListOperationsResponse (0.7.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
Name Description
data array

Optional. Data for populating the Message object.

↳ operations array<Operation>

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

↳ next_page_token string

The standard List next-page token.

↳ unreachable string[]

Unordered list. Unreachable resources. Populated when the request sets ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting to list all resources across all supported locations.

getOperations

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

Returns
Type Description
Google\Protobuf\RepeatedField<Operation>

setOperations

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

Parameter
Name Description
var array<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

getUnreachable

Unordered list. Unreachable resources. Populated when the request sets ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting to list all resources across all supported locations.

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setUnreachable

Unordered list. Unreachable resources. Populated when the request sets ListOperationsRequest.return_partial_success and reads across collections e.g. when attempting to list all resources across all supported locations.

Parameter
Name Description
var string[]
Returns
Type Description
$this