Reference documentation and code samples for the Google LongRunning Client class ListOperationsRequest.
The request message for Operations.ListOperations.
Generated from protobuf message google.longrunning.ListOperationsRequest
Namespace
Google \ LongRunningMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
The name of the operation's parent resource. |
↳ filter |
string
The standard list filter. |
↳ page_size |
int
The standard list page size. |
↳ page_token |
string
The standard list page token. |
getName
The name of the operation's parent resource.
Returns | |
---|---|
Type | Description |
string |
setName
The name of the operation's parent resource.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFilter
The standard list filter.
Returns | |
---|---|
Type | Description |
string |
setFilter
The standard list filter.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
The standard list page size.
Returns | |
---|---|
Type | Description |
int |
setPageSize
The standard list page size.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
The standard list page token.
Returns | |
---|---|
Type | Description |
string |
setPageToken
The standard list page token.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |