Method: folders.settings.list
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แสดงการตั้งค่าทั้งหมดที่มีในทรัพยากร Cloud parent
คำขอ HTTP
GET https://resourcesettings.googleapis.com/v1alpha1/{parent=folders/*}/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 และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-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"]],["อัปเดตล่าสุด 2025-07-25 UTC"],[[["Lists all available settings for the specified Cloud resource parent (project, folder, or organization)."],["Requires the `resourcesettings.settings.list` IAM permission on the parent resource and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."],["Uses a GET request to the specified URL with the parent resource as a path parameter."],["`pageSize` and `pageToken` query parameters are currently unused."],["A successful response will contain a ListSettingsResponse object with the settings information."]]],["This describes the `ListSettings` operation for a Cloud resource. It uses a `GET` HTTP request to the endpoint `https://resourcesettings.googleapis.com/v1alpha1/{parent=folders/*}/settings`, utilizing gRPC Transcoding. The `parent` path parameter specifies the resource (project, folder, or organization). `pageSize` and `pageToken` query parameters are defined but unused. The request body is empty, and the response is a `ListSettingsResponse`. Authorization requires `resourcesettings.settings.list` IAM permission and the `cloud-platform` OAuth scope.\n"]]