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.
↳ return_partial_success
bool
When set to true
, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be true
when reading across collections e.g. when parent
is set to "projects/example/locations/-"
. This field is not by default supported and will result in an UNIMPLEMENTED
error if set unless explicitly documented otherwise in service or product specific documentation.
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
getReturnPartialSuccess
When set to true
, operations that are reachable are returned as normal,
and those that are unreachable are returned in the
[ListOperationsResponse.unreachable] field.
This can only be true
when reading across collections e.g. when parent
is set to "projects/example/locations/-"
.
This field is not by default supported and will result in an UNIMPLEMENTED
error if set unless explicitly documented otherwise in
service or product specific documentation.
bool
setReturnPartialSuccess
When set to true
, operations that are reachable are returned as normal,
and those that are unreachable are returned in the
[ListOperationsResponse.unreachable] field.
This can only be true
when reading across collections e.g. when parent
is set to "projects/example/locations/-"
.
This field is not by default supported and will result in an UNIMPLEMENTED
error if set unless explicitly documented otherwise in
service or product specific documentation.
var
bool
$this
static::build
name
string
The name of the operation's parent resource.
filter
string
The standard list filter.

