List public services.
HTTP request
GET https://serviceusage.googleapis.com/v2beta/services
The URL uses gRPC Transcoding syntax.
Query parameters
| Parameters | |
|---|---|
pageSize |
The maximum number of services to return. The service may return fewer than this value. If unspecified, at most 50 services will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
pageToken |
A page token, received from a previous When paginating, all other parameters provided to |
filter |
A filter to apply to the list of services. Supported filter strings include: - |
Request body
The request body must be empty.
Response body
The response message of the services.list method.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"services": [
{
object ( |
| Fields | |
|---|---|
services[] |
Output only. The public services. |
nextPageToken |
A token, which can be sent as |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platform.read-onlyhttps://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.