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 \ LongRunningMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ operations
↳ next_page_token
string
The standard List next-page token.
↳ unreachable
array
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.
setOperations
A list of operations that matches the specified filter in the request.
$this
getNextPageToken
The standard List next-page token.
string
setNextPageToken
The standard List next-page token.
var
string
$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.
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.
var
string[]
$this

