Opcional. O número máximo de tarefas de migração a serem retornadas. O serviço pode retornar menos que esse valor.
pageToken
string
Opcional. Um token de página recebido de uma chamada subtasks.list anterior. Forneça isso para recuperar a página subsequente.
Ao paginar, todos os outros parâmetros fornecidos para subtasks.list precisam corresponder à chamada que forneceu o token da página.
filter
string
Opcional. O filtro que será aplicado. Isso pode ser usado para receber as subtarefas de uma tarefa específica em um fluxo de trabalho, por exemplo, migrationTask = "ab012", em que "ab012" é o ID da tarefa (não o nome no mapa nomeado).
Corpo da solicitação
O corpo da solicitação precisa estar vazio.
Corpo da resposta
Objeto de resposta para uma chamada subtasks.list.
Se bem-sucedido, o corpo da resposta incluirá dados com a estrutura a seguir:
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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)."]]