Method: projects.settings.list
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แสดงการตั้งค่าทั้งหมดที่มีในทรัพยากรระบบคลาวด์ parent
คำขอ HTTP
GET https://resourcesettings.googleapis.com/v1alpha1/{parent=projects/*}/settings
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
parent |
string
ทรัพยากรในระบบคลาวด์ที่ผู้ปกครองตั้งค่า ต้องอยู่ในรูปแบบใดรูปแบบหนึ่งต่อไปนี้
projects/{project_number}
projects/{project_id}
folders/{folder_id}
organizations/{organization_id}
การให้สิทธิ์ต้องมีสิทธิ์ IAM ต่อไปนี้ในทรัพยากร parent ที่ระบุ
resourcesettings.settings.list
|
พารามิเตอร์การค้นหา
พารามิเตอร์ |
pageSize |
integer
ไม่ได้ใช้งาน ขนาดของหน้าเว็บที่จะแสดง
|
pageToken |
string
ไม่ได้ใช้งาน โทเค็นหน้าเว็บที่ใช้เพื่อดึงหน้าถัดไป
|
เนื้อหาของคำขอ
เนื้อหาของคำขอต้องว่างเปล่า
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีอินสแตนซ์ ListSettingsResponse
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/cloud-platform
โปรดดูข้อมูลเพิ่มเติมที่ภาพรวมการตรวจสอบสิทธิ์
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2023-05-25 UTC
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2023-05-25 UTC"],[[["This documentation details how to list all available settings on a Cloud resource using the `ListSettings` method."],["The request is sent as a `GET` request to the specified URL, using gRPC Transcoding syntax, with `parent` as a required path parameter indicating the Cloud resource."],["Query parameters `pageSize` and `pageToken` are currently unused but included for future functionality."],["The response to a successful request will contain a `ListSettingsResponse` object providing the requested settings information."],["Authorization requires the `cloud-platform` OAuth scope and specific IAM permissions on the parent resource."]]],["This document details how to list settings for a Cloud resource. A `GET` request is made to `https://resourcesettings.googleapis.com/v1alpha1/{parent=projects/*}/settings`. The `parent` path parameter specifies the resource (project, folder, or organization) and requires the `resourcesettings.settings.list` IAM permission. `pageSize` and `pageToken` are available query parameters but are unused. The request body must be empty. A successful request returns a `ListSettingsResponse`. The `cloud-platform` OAuth scope is needed for authorization.\n"]]