class ListOperationsRequest extends Message

The request message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].

Generated from protobuf message google.longrunning.ListOperationsRequest

Methods

__construct(array $data = NULL)

Constructor.

string
getName()

The name of the operation collection.

$this
setName(string $var)

The name of the operation collection.

string
getFilter()

The standard list filter.

$this
setFilter(string $var)

The standard list filter.

int
getPageSize()

The standard list page size.

$this
setPageSize(int $var)

The standard list page size.

string
getPageToken()

The standard list page token.

$this
setPageToken(string $var)

The standard list page token.

Details

at line 59
__construct(array $data = NULL)

Constructor.

Parameters

array $data { Optional. Data for populating the Message object.

@type string $name
      The name of the operation collection.
@type string $filter
      The standard list filter.
@type int $page_size
      The standard list page size.
@type string $page_token
      The standard list page token.

}

at line 70
string getName()

The name of the operation collection.

Generated from protobuf field string name = 4;

Return Value

string

at line 82
$this setName(string $var)

The name of the operation collection.

Generated from protobuf field string name = 4;

Parameters

string $var

Return Value

$this

at line 96
string getFilter()

The standard list filter.

Generated from protobuf field string filter = 1;

Return Value

string

at line 108
$this setFilter(string $var)

The standard list filter.

Generated from protobuf field string filter = 1;

Parameters

string $var

Return Value

$this

at line 122
int getPageSize()

The standard list page size.

Generated from protobuf field int32 page_size = 2;

Return Value

int

at line 134
$this setPageSize(int $var)

The standard list page size.

Generated from protobuf field int32 page_size = 2;

Parameters

int $var

Return Value

$this

at line 148
string getPageToken()

The standard list page token.

Generated from protobuf field string page_token = 3;

Return Value

string

at line 160
$this setPageToken(string $var)

The standard list page token.

Generated from protobuf field string page_token = 3;

Parameters

string $var

Return Value

$this