[[["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.schemas.list\n\nLists Schemas in a given project and location. Note that only `schemas/main` is supported, so this will always return at most one Schema.\n\n### HTTP request\n\n`GET https://firebasedataconnect.googleapis.com/v1beta/{parent=projects/*/locations/*/services/*}/schemas`\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 `schemas.list` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `schemas.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 Schemas.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"schemas\": [ { object (/docs/reference/data-connect/rest/v1beta/projects.locations.services.schemas#Schema) } ], \"nextPageToken\": string, \"unreachable\": [ string ] } ``` |\n\n| Fields ||\n|-----------------|----------------------------------------------------------------------------------------------------------------------------------------|\n| `schemas[]` | `object (`[Schema](/docs/reference/data-connect/rest/v1beta/projects.locations.services.schemas#Schema)`)` The list of Schemas. |\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.schemas.list`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]