Google LongRunning Client - Class ListOperationsRequest (0.3.0)

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 \ LongRunning

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setName

The name of the operation's parent resource.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFilter

The standard list filter.

Returns
TypeDescription
string

setFilter

The standard list filter.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

The standard list page size.

Returns
TypeDescription
int

setPageSize

The standard list page size.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

The standard list page token.

Returns
TypeDescription
string

setPageToken

The standard list page token.

Parameter
NameDescription
var string
Returns
TypeDescription
$this