Optional. Die maximale Anzahl der Migrationsaufgaben, die zurückgegeben werden sollen. Der Dienst gibt möglicherweise weniger als diesen Wert zurück.
pageToken
string
Optional. Ein Seitentoken, das von einem vorherigen subtasks.list-Aufruf empfangen wurde. Geben Sie diese an, um die nachfolgende Seite abzurufen.
Beim Paginieren müssen alle anderen für subtasks.list bereitgestellten Parameter mit dem Aufruf übereinstimmen, der das Seitentoken bereitgestellt hat.
filter
string
Optional. Der anzuwendende Filter. Damit können die Unteraufgaben einer bestimmten Aufgabe in einem Workflow abgerufen werden, z. B. migrationTask = "ab012", wobei "ab012" die Aufgaben-ID ist (nicht der Name in der benannten Zuordnung).
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Antwortobjekt für einen subtasks.list-Aufruf.
Wenn der Vorgang erfolgreich ist, enthält der Antworttext Daten mit folgender Struktur:
Die Migrations-Unteraufgaben für die angegebene Aufgabe.
nextPageToken
string
Ein Token, das als pageToken gesendet werden kann, um die nächste Seite abzurufen. Wenn dieses Feld weggelassen wird, gibt es keine nachfolgenden Seiten.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-05-23 (UTC)."],[[["\u003cp\u003eThis endpoint lists migration subtasks associated with a specific workflow, utilizing a \u003ccode\u003eGET\u003c/code\u003e request to retrieve information.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL structure includes a \u003ccode\u003eparent\u003c/code\u003e path parameter, and optional query parameters like \u003ccode\u003ereadMask\u003c/code\u003e, \u003ccode\u003epageSize\u003c/code\u003e, \u003ccode\u003epageToken\u003c/code\u003e, and \u003ccode\u003efilter\u003c/code\u003e to refine the data retrieved.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGET\u003c/code\u003e request requires an empty request body, with the response returning an object containing a list of \u003ccode\u003emigrationSubtasks\u003c/code\u003e and an optional \u003ccode\u003enextPageToken\u003c/code\u003e for pagination.\u003c/p\u003e\n"],["\u003cp\u003eAccess to this endpoint requires the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope, and \u003ccode\u003ebigquerymigration.subtasks.list\u003c/code\u003e IAM permission on the \u003ccode\u003eparent\u003c/code\u003e resource.\u003c/p\u003e\n"],["\u003cp\u003eThis endpoint uses gRPC Transcoding syntax to perform requests.\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/v2alpha/{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)."]]