Lists cached contents in a project
Endpoint
gethttps://{endpoint}/v1beta1/{parent}/cachedContents
Where {service-endpoint}
is one of the supported service endpoints.
Path parameters
parent
string
Required. The parent, which owns this collection of cached contents.
Query parameters
pageSize
integer
Optional. The maximum number of cached contents to return. The service may return fewer than this value. If unspecified, some default (under maximum) number of items will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
pageToken
string
Optional. A page token, received from a previous cachedContents.list
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to cachedContents.list
must match the call that provided the page token.
Request body
The request body must be empty.
Response body
Response with a list of CachedContents.
If successful, the response body contains data with the following structure:
List of cached contents.
nextPageToken
string
A token, which can be sent as pageToken
to retrieve the next page. If this field is omitted, there are no subsequent pages.
JSON representation |
---|
{
"cachedContents": [
{
object ( |