Method: projects.settings.search
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ค้นหาค่าการตั้งค่าทั้งหมดที่มีอยู่ในทรัพยากร parent
ค่าการตั้งค่าไม่ได้จำกัดอยู่เฉพาะค่าของการตั้งค่าใดการตั้งค่าหนึ่ง
คำขอ HTTP
GET https://resourcesettings.googleapis.com/v1alpha1/{parent=projects/*}/settings:search
URL ใช้ไวยากรณ์การแปลงรหัส gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
parent |
string
ทรัพยากรระบบคลาวด์ที่เป็นระดับบนสุดของการตั้งค่า ต้องอยู่ในรูปแบบใดรูปแบบหนึ่งต่อไปนี้
projects/{project_number}
projects/{project_id}
folders/{folder_id}
organizations/{organization_id}
การให้สิทธิ์ต้องใช้สิทธิ์ IAM ต่อไปนี้ในทรัพยากรที่ระบุ parent
resourcesettings.settingvalues.list
|
พารามิเตอร์การค้นหา
พารามิเตอร์ |
pageSize |
integer
ไม่ได้ใช้ ขนาดของหน้าที่จะแสดงผล
|
pageToken |
string
ไม่ได้ใช้ โทเค็นหน้าเว็บที่ใช้เพื่อดึงข้อมูลหน้าถัดไป
|
เนื้อความของคำขอ
เนื้อหาของคำขอต้องว่างเปล่า
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีอินสแตนซ์ SearchSettingValuesResponse
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต 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"],[[["This document details how to search for all setting values on a specified parent resource using the Resource Settings API."],["The request is a standard HTTP GET request sent to a specific URL with path and query parameters."],["Authentication is handled through OAuth, requiring the `cloud-platform` scope for authorization."],["The response includes a detailed `SearchSettingValuesResponse` object containing the results of the search query."],["Developers need specific IAM permissions to perform this search operation within their designated resource hierarchy."]]],["This document details how to search for setting values on a resource. The `GET` request targets `https://resourcesettings.googleapis.com/v1alpha1/{parent=projects/*}/settings:search`. The `parent` path parameter specifies the resource (project, folder, or organization), requiring the `resourcesettings.settingvalues.list` IAM permission. The request body must be empty. `pageSize` and `pageToken` query parameters are present but unused. Successful requests return a `SearchSettingValuesResponse` instance and require the `https://www.googleapis.com/auth/cloud-platform` OAuth scope.\n"]]