Project ID untuk permintaan ini, dalam format projects/[PROJECT_ID].
Otorisasi memerlukan izin Google IAM berikut di resource parent yang ditentukan:
runtimeconfig.configs.list
Parameter kueri
Parameter
pageSize
number
Menentukan jumlah hasil yang akan ditampilkan per halaman. Jika ada lebih sedikit elemen daripada jumlah yang ditentukan, tampilkan semua elemen.
pageToken
string
Menentukan token halaman yang akan digunakan. Tetapkan pageToken ke nextPageToken yang ditampilkan oleh permintaan daftar sebelumnya untuk mendapatkan halaman hasil berikutnya.
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Jika berhasil, isi respons memuat data dengan struktur berikut:
configs.list() menampilkan respons berikut. Urutan objek yang ditampilkan bersifat arbitrer; artinya, objek tidak diurutkan dengan cara tertentu.
Daftar konfigurasi dalam project. Urutan objek yang ditampilkan bersifat arbitrer; artinya, objek tidak diurutkan dengan cara tertentu.
nextPageToken
string
Token ini memungkinkan Anda mendapatkan halaman hasil berikutnya untuk permintaan daftar. Jika jumlah hasil lebih besar dari pageSize, gunakan nextPageToken sebagai nilai untuk parameter kueri pageToken dalam permintaan daftar berikutnya. Permintaan daftar berikutnya akan memiliki nextPageToken sendiri untuk melanjutkan paging melalui hasil
[[["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 2025-03-04 UTC."],[[["\u003cp\u003eThis webpage details how to list all RuntimeConfig resources within a specified project using a GET request to the provided endpoint.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eparent\u003c/code\u003e path parameter, formatted as \u003ccode\u003eprojects/[PROJECT_ID]\u003c/code\u003e, is required in the HTTP request to identify the project, and proper authorization requires the \u003ccode\u003eruntimeconfig.configs.list\u003c/code\u003e Google IAM permission.\u003c/p\u003e\n"],["\u003cp\u003eThe request accepts optional query parameters \u003ccode\u003epageSize\u003c/code\u003e for setting the number of results per page and \u003ccode\u003epageToken\u003c/code\u003e for navigating through multiple pages of results.\u003c/p\u003e\n"],["\u003cp\u003eThe response body contains a list of \u003ccode\u003eRuntimeConfig\u003c/code\u003e objects within the \u003ccode\u003econfigs\u003c/code\u003e array and a \u003ccode\u003enextPageToken\u003c/code\u003e string for subsequent requests if the number of results exceeds \u003ccode\u003epageSize\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eTo use the HTTP request, authorization is required via one of two OAuth scopes : \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/cloudruntimeconfig\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: projects.configs.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.ListConfigsResponse.SCHEMA_REPRESENTATION)\n- [Authorization Scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists all the RuntimeConfig resources within project.\n\n### HTTP request\n\n`GET https://runtimeconfig.googleapis.com/v1beta1/{parent=projects/*}/configs`\n\nThe URL uses [gRPC Transcoding](https://github.com/googleapis/googleapis/blob/master/google/api/http.proto) 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\nIf successful, the response body contains data with the following structure:\n`configs.list()` returns the following response. The order of returned objects is arbitrary; that is, it is not ordered in any particular way.\n\n### Authorization Scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `https://www.googleapis.com/auth/cloudruntimeconfig`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/).\n\nTry it!\n-------"]]