Method: projects.services.list
Stay organized with collections
Save and categorize content based on your preferences.
HTTP request
GET https://firebaseappcheck.googleapis.com/v1beta/{parent=projects/*}/services
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
parent |
string
Required. The relative resource name of the parent project for which to list each associated Service , in the format:
projects/{project_number}
|
Query parameters
Parameters |
pageSize |
integer
The maximum number of Service s to return in the response. Only explicitly configured services are returned. The server may return fewer than this at its own discretion. If no value is specified or set to zero (or too large a value is specified), the server will impose its own limit.
|
pageToken |
string
Token returned from a previous call to services.list indicating where in the set of Service s to resume listing. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to services.list must match the call that provided the page token; if they do not match, the result is undefined.
|
Request body
The request body must be empty.
Response body
Response message for the services.list
method.
If successful, the response body contains data with the following structure:
JSON representation |
{
"services": [
{
object (Service )
}
],
"nextPageToken": string
} |
Fields |
services[] |
object (Service )
The Service s retrieved.
|
nextPageToken |
string
If the result list is too large to fit in a single response, then a token is returned. If the string is empty or omitted, then this response is the last page of results. This token can be used in a subsequent call to services.list to find the next group of Service s. Page tokens are short-lived and should not be persisted.
|
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/firebase
For more information, see the Authentication Overview.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-05 UTC.
[null,null,["Last updated 2024-04-05 UTC."],[],[],null,["# Method: projects.services.list\n\nLists all [Service](/docs/reference/appcheck/rest/v1beta/projects.services#Service) configurations for the specified project.\n\nOnly [Service](/docs/reference/appcheck/rest/v1beta/projects.services#Service)s which were explicitly configured using [services.patch](/docs/reference/appcheck/rest/v1beta/projects.services/patch#google.firebase.appcheck.v1beta.ConfigService.UpdateService) or [services.batchUpdate](/docs/reference/appcheck/rest/v1beta/projects.services/batchUpdate#google.firebase.appcheck.v1beta.ConfigService.BatchUpdateServices) will be returned.\n\n### HTTP request\n\n`GET https://firebaseappcheck.googleapis.com/v1beta/{parent=projects/*}/services`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. The relative resource name of the parent project for which to list each associated [Service](/docs/reference/appcheck/rest/v1beta/projects.services#Service), in the format: projects/{project_number} |\n\n### Query parameters\n\n| Parameters ||\n|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `pageSize` | `integer` The maximum number of [Service](/docs/reference/appcheck/rest/v1beta/projects.services#Service)s to return in the response. Only explicitly configured services are returned. The server may return fewer than this at its own discretion. If no value is specified or set to zero (or too large a value is specified), the server will impose its own limit. |\n| `pageToken` | `string` Token returned from a previous call to [services.list](/docs/reference/appcheck/rest/v1beta/projects.services/list#google.firebase.appcheck.v1beta.ConfigService.ListServices) indicating where in the set of [Service](/docs/reference/appcheck/rest/v1beta/projects.services#Service)s to resume listing. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to [services.list](/docs/reference/appcheck/rest/v1beta/projects.services/list#google.firebase.appcheck.v1beta.ConfigService.ListServices) must match the call that provided the page token; if they do not match, the result is undefined. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse message for the [services.list](/docs/reference/appcheck/rest/v1beta/projects.services/list#google.firebase.appcheck.v1beta.ConfigService.ListServices) method.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"services\": [ { object (/docs/reference/appcheck/rest/v1beta/projects.services#Service) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `services[]` | `object (`[Service](/docs/reference/appcheck/rest/v1beta/projects.services#Service)`)` The [Service](/docs/reference/appcheck/rest/v1beta/projects.services#Service)s retrieved. |\n| `nextPageToken` | `string` If the result list is too large to fit in a single response, then a token is returned. If the string is empty or omitted, then this response is the last page of results. This token can be used in a subsequent call to [services.list](/docs/reference/appcheck/rest/v1beta/projects.services/list#google.firebase.appcheck.v1beta.ConfigService.ListServices) to find the next group of [Service](/docs/reference/appcheck/rest/v1beta/projects.services#Service)s. Page tokens are short-lived and should not be persisted. |\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `https://www.googleapis.com/auth/firebase`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]