ListOperationsRequest
class ListOperationsRequest extends Message
The request message for [Operations.ListOperations][google.longrunning.Operations.ListOperations].
Protobuf type Google\Longrunning\ListOperationsRequest
Methods
No description
The name of the operation collection.
The name of the operation collection.
The standard list filter.
The standard list filter.
The standard list page size.
The standard list page size.
The standard list page token.
The standard list page token.
Details
at line 43
__construct()
at line 54
string
getName()
The name of the operation collection.
Generated from protobuf field string name = 4;
at line 65
setName(string $var)
The name of the operation collection.
Generated from protobuf field string name = 4;
at line 77
string
getFilter()
The standard list filter.
Generated from protobuf field string filter = 1;
at line 88
setFilter(string $var)
The standard list filter.
Generated from protobuf field string filter = 1;
at line 100
int
getPageSize()
The standard list page size.
Generated from protobuf field int32 page_size = 2;
at line 111
setPageSize(int $var)
The standard list page size.
Generated from protobuf field int32 page_size = 2;
at line 123
string
getPageToken()
The standard list page token.
Generated from protobuf field string page_token = 3;
at line 134
setPageToken(string $var)
The standard list page token.
Generated from protobuf field string page_token = 3;