Facoltativo. Il numero massimo di attività di migrazione da restituire. Il servizio potrebbe restituire un numero inferiore a questo.
pageToken
string
Facoltativo. Un token di pagina, ricevuto dalla chiamata subtasks.list precedente. Forniscilo per recuperare la pagina successiva.
Durante l'impaginazione, tutti gli altri parametri forniti a subtasks.list devono corrispondere alla chiamata che ha fornito il token della pagina.
filter
string
Facoltativo. Il filtro da applicare. In questo modo puoi recuperare le attività secondarie di una specifica attività in un flusso di lavoro, ad esempio migrationTask = "ab012", dove "ab012" è l'ID attività (non il nome nella mappa denominata).
Corpo della richiesta
Il corpo della richiesta deve essere vuoto.
Corpo della risposta
Oggetto risposta per una chiamata subtasks.list.
In caso di esito positivo, il corpo della risposta contiene dati con la seguente struttura:
Le attività secondarie di migrazione per l'attività specificata.
nextPageToken
string
Un token, che può essere inviato come pageToken per recuperare la pagina successiva. Se questo campo viene omesso, non verranno visualizzate altre pagine.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-06-27 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)."]]