Full name: projects.locations.exampleStores.list
List ExampleStores in a Location.
Endpoint
gethttps:
/
/{service-endpoint}
/v1beta1
/{parent}
/exampleStores
Where {service-endpoint}
is one of the supported service endpoints
.
Path parameters
parent
string
Required. The resource name of the Location to list the ExampleStores from. Format: projects/{project}/locations/{location}
Query parameters
filter
string
Optional. The standard list filter. More detail in AIP-160 .
pageSize
integer
Optional. The standard list page size.
pageToken
string
Optional. The standard list page token.
Request body
The request body must be empty.
Response body
Response message for ExampleStoreService.ListExampleStores
.
If successful, the response body contains data with the following structure:
exampleStores[]
object ( ExampleStore
)
List of ExampleStore in the requested page.
nextPageToken
string
A token to retrieve the next page of results. Pass to ListExampleStoresRequest.page_token
to obtain that page.
| JSON representation |
|---|
{
"exampleStores"
:
[
{
object (
|

