Method: projects.locations.services.list
Stay organized with collections
Save and categorize content based on your preferences.
Lists Services in a given project and location.
HTTP request
GET https://firebasedataconnect.googleapis.com/v1beta/{parent=projects/*/locations/*}/services
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
parent |
string
Required. Value of parent.
|
Query parameters
Parameters |
pageSize |
integer
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
|
pageToken |
string
Optional. A page token, received from a previous services.list call. 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.
|
filter |
string
Optional. Filtering results.
|
orderBy |
string
Optional. Hint for how to order the results.
|
Request body
The request body must be empty.
Response body
Message for response to listing Services.
If successful, the response body contains data with the following structure:
JSON representation |
{
"services": [
{
object (Service )
}
],
"nextPageToken": string,
"unreachable": [
string
]
} |
Fields |
services[] |
object (Service )
The list of Services.
|
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.
|
unreachable[] |
string
Locations that could not be reached.
|
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
firebasedataconnect.services.list
For more information, see the IAM documentation.
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-09-20 UTC.
[null,null,["Last updated 2024-09-20 UTC."],[],[],null,["Lists Services in a given project and location.\n\nHTTP request\n\n`GET https://firebasedataconnect.googleapis.com/v1beta/{parent=projects/*/locations/*}/services`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath parameters\n\n| Parameters ||\n|----------|-------------------------------------|\n| `parent` | `string` Required. Value of parent. |\n\nQuery parameters\n\n| Parameters ||\n|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `pageSize` | `integer` Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. |\n| `pageToken` | `string` Optional. A page token, received from a previous `services.list` call. 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. |\n| `filter` | `string` Optional. Filtering results. |\n| `orderBy` | `string` Optional. Hint for how to order the results. |\n\nRequest body\n\nThe request body must be empty.\n\nResponse body Message for response to listing Services.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"services\": [ { object (/docs/reference/data-connect/rest/v1beta/projects.locations.services#Service) } ], \"nextPageToken\": string, \"unreachable\": [ string ] } ``` |\n\n| Fields ||\n|-----------------|----------------------------------------------------------------------------------------------------------------------------------------|\n| `services[]` | `object (`[Service](/docs/reference/data-connect/rest/v1beta/projects.locations.services#Service)`)` The list of Services. |\n| `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. |\n| `unreachable[]` | `string` Locations that could not be reached. |\n\nAuthorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/).\n\nIAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `parent` resource:\n\n- `firebasedataconnect.services.list`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]