You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2025. It is now read-only.
@ApiOperation(value = "Get the results of a List search request", nickname = "searchListsSearchResultsDbIdGet", notes = "Advanced searching for the list resource. See Search Services for additional implementation details.", response = ListsListResponse.class, authorizations = {
@ApiParam(value = "Permanent unique identifier which references the search results", required = true) @PathVariable("searchResultsDbId") StringsearchResultsDbId,
132
133
@ApiParam(value = "Used to request a specific page of data to be returned. The page indexing starts at 0 (the first page is 'page'= 0). Default is `0`.") @Valid@RequestParam(value = "page", required = false) Integerpage,
133
134
@ApiParam(value = "The size of the pages to be returned. Default is `1000`.") @Valid@RequestParam(value = "pageSize", required = false) IntegerpageSize,
@ApiParam(value = "Permanent unique identifier which references the search results", required = true) @PathVariable("searchResultsDbId") StringsearchResultsDbId,
109
110
@ApiParam(value = "Used to request a specific page of data to be returned. The page indexing starts at 0 (the first page is 'page'= 0). Default is `0`.") @Valid@RequestParam(value = "page", required = false) Integerpage,
110
111
@ApiParam(value = "The size of the pages to be returned. Default is `1000`.") @Valid@RequestParam(value = "pageSize", required = false) IntegerpageSize,
@ApiParam(value = "Permanent unique identifier which references the search results", required = true) @PathVariable("searchResultsDbId") StringsearchResultsDbId,
112
113
@ApiParam(value = "Used to request a specific page of data to be returned. The page indexing starts at 0 (the first page is 'page'= 0). Default is `0`.") @Valid@RequestParam(value = "page", required = false) Integerpage,
113
114
@ApiParam(value = "The size of the pages to be returned. Default is `1000`.") @Valid@RequestParam(value = "pageSize", required = false) IntegerpageSize,
@ApiParam(value = "Permanent unique identifier which references the search results", required = true) @PathVariable("searchResultsDbId") StringsearchResultsDbId,
110
111
@ApiParam(value = "Used to request a specific page of data to be returned. The page indexing starts at 0 (the first page is 'page'= 0). Default is `0`.") @Valid@RequestParam(value = "page", required = false) Integerpage,
111
112
@ApiParam(value = "The size of the pages to be returned. Default is `1000`.") @Valid@RequestParam(value = "pageSize", required = false) IntegerpageSize,
@ApiParam(value = "Permanent unique identifier which references the search results", required = true) @PathVariable("searchResultsDbId") StringsearchResultsDbId,
122
123
@ApiParam(value = "Used to request a specific page of data to be returned. The page indexing starts at 0 (the first page is 'page'= 0). Default is `0`.") @Valid@RequestParam(value = "page", required = false) Integerpage,
123
124
@ApiParam(value = "The size of the pages to be returned. Default is `1000`.") @Valid@RequestParam(value = "pageSize", required = false) IntegerpageSize,
@ApiParam(value = "Permanent unique identifier which references the search results", required = true) @PathVariable("searchResultsDbId") StringsearchResultsDbId,
120
121
@ApiParam(value = "Used to request a specific page of data to be returned. The page indexing starts at 0 (the first page is 'page'= 0). Default is `0`.") @Valid@RequestParam(value = "page", required = false) Integerpage,
121
122
@ApiParam(value = "The size of the pages to be returned. Default is `1000`.") @Valid@RequestParam(value = "pageSize", required = false) IntegerpageSize,
@ApiParam(value = "Permanent unique identifier which references the search results", required = true) @PathVariable("searchResultsDbId") StringsearchResultsDbId,
101
102
@ApiParam(value = "Used to request a specific page of data to be returned. The page indexing starts at 0 (the first page is 'page'= 0). Default is `0`.") @Valid@RequestParam(value = "page", required = false) Integerpage,
102
103
@ApiParam(value = "The size of the pages to be returned. Default is `1000`.") @Valid@RequestParam(value = "pageSize", required = false) IntegerpageSize,
@ApiParam(value = "Permanent unique identifier which references the search results", required = true) @PathVariable("searchResultsDbId") StringsearchResultsDbId,
73
74
@ApiParam(value = "Used to request a specific page of data to be returned. Tokenized pages are for large data sets which can not be efficiently broken into indexed pages. Use the nextPageToken and prevPageToken from a prior response to construct a query and move to the next or previous page respectively. ") @Valid@RequestParam(value = "pageToken", required = false) StringpageToken,
74
75
@ApiParam(value = "The size of the pages to be returned. Default is `1000`.") @Valid@RequestParam(value = "pageSize", required = false) IntegerpageSize,
@ApiParam(value = "Permanent unique identifier which references the search results", required = true) @PathVariable("searchResultsDbId") StringsearchResultsDbId,
71
72
@ApiParam(value = "Used to request a specific page of data to be returned. The page indexing starts at 0 (the first page is 'page'= 0). Default is `0`.") @Valid@RequestParam(value = "page", required = false) Integerpage,
72
73
@ApiParam(value = "The size of the pages to be returned. Default is `1000`.") @Valid@RequestParam(value = "pageSize", required = false) IntegerpageSize,
@ApiParam(value = "Permanent unique identifier which references the search results", required = true) @PathVariable("searchResultsDbId") StringsearchResultsDbId,
79
80
@ApiParam(value = "Used to request a specific page of data to be returned. The page indexing starts at 0 (the first page is 'page'= 0). Default is `0`.") @Valid@RequestParam(value = "page", required = false) Integerpage,
80
81
@ApiParam(value = "The size of the pages to be returned. Default is `1000`.") @Valid@RequestParam(value = "pageSize", required = false) IntegerpageSize,
0 commit comments