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.
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.
string
setName
The name of the operation's parent resource.
var
string
$this
getFilter
The standard list filter.
string
setFilter
The standard list filter.
var
string
$this
getPageSize
The standard list page size.
int
setPageSize
The standard list page size.
var
int
$this
getPageToken
The standard list page token.
string
setPageToken
The standard list page token.
var
string
$this