[Bug]: ListTaskPushNotificationConfig paging is not coherent with ListTasks paging
Open
- Dominant language
- Shell
- Stars
- 25.7k
- Forks
- 2.6k
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 16
Description
### What happened?
In ListTasksRequest, the page size is defined as:
```
// Maximum number of tasks to return. Must be between 1 and 100.
// Defaults to 50 if not specified.
optional int32 page_size = 3;
```
while in ListTaskPushNotificationConfigRequest:
```
// The maximum number of configurations to return.
int32 page_size = 2;
```
I think both should be handled in the same way
### Relevant log output
```shell
```
### Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Contributor guide
Assessment
This issue has not been assessed yet.