Opcional. La cantidad máxima de tareas de migración que se devolverán. El servicio puede devolver menos que este número.
pageToken
string
Opcional. Un token de página, recibido desde una llamada subtasks.list anterior. Proporciona esto para recuperar la página siguiente.
Cuando se pagina, todos los demás parámetros proporcionados a subtasks.list deben coincidir con la llamada que proporcionó el token de la página.
filter
string
Opcional. El filtro que se aplicará. Se puede usar para obtener las subtareas de una tarea específica en un flujo de trabajo, p.ej., migrationTask = "ab012", en el que "ab012" es el ID de la tarea (no el nombre en el mapa con nombre).
Cuerpo de la solicitud
El cuerpo de la solicitud debe estar vacío.
Cuerpo de la respuesta
Objeto de respuesta para una llamada a subtasks.list.
Si se ejecuta correctamente, el cuerpo de la respuesta contiene datos con la siguiente estructura:
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2024-05-23 (UTC)"],[[["\u003cp\u003eThis API endpoint lists previously created migration subtasks associated with a specified workflow, using a \u003ccode\u003eGET\u003c/code\u003e request.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL uses gRPC Transcoding syntax and requires a \u003ccode\u003eparent\u003c/code\u003e path parameter indicating the relevant project, location, and workflow.\u003c/p\u003e\n"],["\u003cp\u003eOptional query parameters, including \u003ccode\u003ereadMask\u003c/code\u003e, \u003ccode\u003epageSize\u003c/code\u003e, \u003ccode\u003epageToken\u003c/code\u003e, and \u003ccode\u003efilter\u003c/code\u003e, allow for customizing the list, including retrieving specific fields, setting result limits, paginating results, and filtering subtasks.\u003c/p\u003e\n"],["\u003cp\u003eThe response body is a JSON object containing a list of \u003ccode\u003emigrationSubtasks\u003c/code\u003e and an optional \u003ccode\u003enextPageToken\u003c/code\u003e for retrieving subsequent pages.\u003c/p\u003e\n"],["\u003cp\u003eThis operation requires the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope and the \u003ccode\u003ebigquerymigration.subtasks.list\u003c/code\u003e IAM permission on the parent resource.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.workflows.subtasks.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.ListMigrationSubtasksResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n- [Try it!](#try-it)\n\nLists previously created migration subtasks.\n\n### HTTP request\n\n`GET https://bigquerymigration.googleapis.com/v2/{parent=projects/*/locations/*/workflows/*}/subtasks`\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\nResponse object for a `subtasks.list` call.\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](/docs/authentication#authorization-gcp).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `parent` resource:\n\n- `bigquerymigration.subtasks.list`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]