The maximum number of configs to return. The service may return fewer than this value. The maximum value is 1000; values above 1000 will be coerced to 1000.
pageToken
string
A page token, received from a previous ListBitbucketServerRepositoriesRequest call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListBitbucketServerConfigsRequest must match the call that provided the page token.
Request body
The request body must be empty.
Response body
RPC response object returned by the repos.list RPC method.
If successful, the response body contains data with the following structure:
[[["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 API endpoint, which is currently experimental, is used to list all repositories for a specific \u003ccode\u003eBitbucketServerConfig\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request uses the \u003ccode\u003eGET\u003c/code\u003e method with a URL structure that includes a \u003ccode\u003eparent\u003c/code\u003e path parameter specifying the resource name.\u003c/p\u003e\n"],["\u003cp\u003eThe response can be paginated using the \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e query parameters, allowing for control over the number of results returned.\u003c/p\u003e\n"],["\u003cp\u003eThe response body, returned if the API request was successful, will include a list of \u003ccode\u003eBitbucketServerRepository\u003c/code\u003e objects and a \u003ccode\u003enextPageToken\u003c/code\u003e if there are more pages of data.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e authorization scope to access and interact with the service.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.bitbucketServerConfigs.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.ListBitbucketServerRepositoriesResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [BitbucketServerRepository](#BitbucketServerRepository)\n - [JSON representation](#BitbucketServerRepository.SCHEMA_REPRESENTATION)\n- [Try it!](#try-it)\n\nList all repositories for a given `BitbucketServerConfig`.\n\nThis API is experimental.\n\n### HTTP request\n\n`GET https://cloudbuild.googleapis.com/v1/{parent=projects/*/locations/*/bitbucketServerConfigs/*}/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\nBitbucketServerRepository\n-------------------------\n\nBitbucketServerRepository represents a repository hosted on a Bitbucket Server."]]