[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-17 UTC."],[[["\u003cp\u003eThis experimental API allows you to list all repositories for a given \u003ccode\u003eGitLabConfig\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe API uses a \u003ccode\u003eGET\u003c/code\u003e HTTP request with a URL structure that follows gRPC Transcoding syntax, including a required \u003ccode\u003eparent\u003c/code\u003e path parameter.\u003c/p\u003e\n"],["\u003cp\u003eYou can control the number of repositories returned and navigate through multiple pages using the optional \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e query parameters, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe response body contains a list of \u003ccode\u003eGitLabRepository\u003c/code\u003e objects, each providing details like name, display name, description, and browse URI.\u003c/p\u003e\n"],["\u003cp\u003eThe API requires \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope for authorization.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.gitLabConfigs.repos.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListGitLabRepositoriesResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [GitLabRepository](#GitLabRepository)\n - [JSON representation](#GitLabRepository.SCHEMA_REPRESENTATION)\n- [Try it!](#try-it)\n\nList all repositories for a given `GitLabConfig`.\n\nThis API is experimental\n\n### HTTP request\n\n`GET https://cloudbuild.googleapis.com/v1/{parent=projects/*/locations/*/gitLabConfigs/*}/repos`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nRPC response object returned by the repos.list RPC method.\n\nIf successful, the response body contains data with the following structure:\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\nGitLabRepository\n----------------\n\nProto Representing a GitLabRepository"]]