Opsional. Jumlah maksimum tugas migrasi yang akan ditampilkan. Layanan mungkin menampilkan lebih sedikit dari jumlah ini.
pageToken
string
Opsional. Token halaman, diterima dari panggilan subtasks.list sebelumnya. Berikan ini untuk mengambil halaman berikutnya.
Saat melakukan penomoran halaman, semua parameter lain yang disediakan ke subtasks.list harus cocok dengan panggilan yang disediakan token halaman.
filter
string
Opsional. Filter yang akan diterapkan. Ini dapat digunakan untuk mendapatkan subtugas dari tugas tertentu dalam alur kerja, misalnya migrationTask = "ab012" dengan "ab012" sebagai ID tugas (bukan nama dalam peta bernama).
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Objek respons untuk panggilan subtasks.list.
Jika berhasil, isi respons memuat data dengan struktur berikut:
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-04-19 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)."]]