ListOperationsResponse
extends Message
in package
The response message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
Generated from protobuf message google.longrunning.ListOperationsResponse
Table of Contents
Properties
- $next_page_token : mixed
- The standard List next-page token.
- $operations : mixed
- A list of operations that matches the specified filter in the request.
Methods
- __construct() : mixed
- Constructor.
- getNextPageToken() : string
- The standard List next-page token.
- getOperations() : RepeatedField
- A list of operations that matches the specified filter in the request.
- setNextPageToken() : $this
- The standard List next-page token.
- setOperations() : $this
- A list of operations that matches the specified filter in the request.
Properties
$next_page_token
The standard List next-page token.
protected
mixed
$next_page_token
= ''
Generated from protobuf field string next_page_token = 2 [json_name = "nextPageToken"];
$operations
A list of operations that matches the specified filter in the request.
private
mixed
$operations
Generated from protobuf field repeated .google.longrunning.Operation operations = 1 [json_name = "operations"];
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $data = NULL ]) : mixed
Parameters
- $data : array<string|int, mixed> = NULL
-
{ Optional. Data for populating the Message object.
@type array<\Google\Longrunning\Operation>|\Google\Protobuf\Internal\RepeatedField $operations A list of operations that matches the specified filter in the request. @type string $next_page_token The standard List next-page token.}
getNextPageToken()
The standard List next-page token.
public
getNextPageToken() : string
Generated from protobuf field string next_page_token = 2 [json_name = "nextPageToken"];
Return values
stringgetOperations()
A list of operations that matches the specified filter in the request.
public
getOperations() : RepeatedField
Generated from protobuf field repeated .google.longrunning.Operation operations = 1 [json_name = "operations"];
Return values
RepeatedFieldsetNextPageToken()
The standard List next-page token.
public
setNextPageToken(string $var) : $this
Generated from protobuf field string next_page_token = 2 [json_name = "nextPageToken"];
Parameters
- $var : string
Return values
$thissetOperations()
A list of operations that matches the specified filter in the request.
public
setOperations(array<string|int, Operation>|RepeatedField $var) : $this
Generated from protobuf field repeated .google.longrunning.Operation operations = 1 [json_name = "operations"];
Parameters
- $var : array<string|int, Operation>|RepeatedField