ListOperationsResponse
class ListOperationsResponse extends Message
The response message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
Protobuf type Google\Longrunning\ListOperationsResponse
Methods
No description
A list of operations that matches the specified filter in the request.
A list of operations that matches the specified filter in the request.
The standard List next-page token.
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;
at line 53
setOperations(array|RepeatedField $var)
A list of operations that matches the specified filter in the request.
Generated from protobuf field repeated .google.longrunning.Operation operations = 1;
at line 65
string
getNextPageToken()
The standard List next-page token.
Generated from protobuf field string next_page_token = 2;
at line 76
setNextPageToken(string $var)
The standard List next-page token.
Generated from protobuf field string next_page_token = 2;