Obligatorio. Valor principal de ListCodeRepositoryIndexesRequest
Parámetros de consulta
Parámetros
pageSize
integer
Opcional. Tamaño de página solicitado. El servidor podría devolver menos elementos de los solicitados. Si no se especifica, el servidor seleccionará el valor predeterminado adecuado.
pageToken
string
Opcional. Un token que identifica la página de resultados que el servidor debe devolver.
Cuerpo de la solicitud
El cuerpo de la solicitud debe estar vacío.
Cuerpo de la respuesta
Mensaje de respuesta al listado CodeRepositoryIndexes
Si tiene éxito, el cuerpo de la respuesta contendrá datos con la siguiente estructura:
[[["Es fácil de entender","easyToUnderstand","thumb-up"],["Me ofreció una solución al problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Es difícil de entender","hardToUnderstand","thumb-down"],["La información o el código de muestra no son correctos","incorrectInformationOrSampleCode","thumb-down"],["Me faltan las muestras o la información que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-06-09 (UTC)."],[[["This endpoint retrieves a list of CodeRepositoryIndexes within a specified project and location using a `GET` request to the provided URL."],["The request URL requires a `parent` path parameter to identify the project and location, and it also supports optional `pageSize` and `pageToken` query parameters for pagination."],["The request body must be empty, and the successful response body contains a list of `CodeRepositoryIndex` objects and a `nextPageToken` for pagination."],["Accessing this endpoint requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `cloudaicompanion.codeRepositoryIndexes.list` IAM permission on the parent resource."]]],[]]