[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-20 UTC."],[],[],null,["# Method: projects.locations.services.connectors.list\n\nLists Connectors in a given project and location.\n\n### HTTP request\n\n`GET https://firebasedataconnect.googleapis.com/v1beta/{parent=projects/*/locations/*/services/*}/connectors`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|-------------------------------------|\n| `parent` | `string` Required. Value of parent. |\n\n### Query 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 `connectors.list` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `connectors.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\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nMessage for response to listing Connectors.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"connectors\": [ { object (/docs/reference/data-connect/rest/v1beta/projects.locations.services.connectors#Connector) } ], \"nextPageToken\": string, \"unreachable\": [ string ] } ``` |\n\n| Fields ||\n|-----------------|---------------------------------------------------------------------------------------------------------------------------------------------|\n| `connectors[]` | `object (`[Connector](/docs/reference/data-connect/rest/v1beta/projects.locations.services.connectors#Connector)`)` The list of Connectors. |\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\n### Authorization 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\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `parent` resource:\n\n- `firebasedataconnect.connectors.list`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]