Method: deployments.configs.list
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แสดงรายการ configs
ของการทำให้ใช้งานได้ แสดงผล NOT_FOUND
หากไม่มีเส้นทางที่ตรงกัน
คำขอ HTTP
GET https://androidovertheair.googleapis.com/v1/{name=deployments/*}/configs
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
name |
string
ชื่อทรัพยากรแบบสัมพัทธ์ ตัวอย่างเช่น: "Deployments/deployment_x"
|
พารามิเตอร์การค้นหา
พารามิเตอร์ |
view |
enum (View )
ไม่บังคับ ระบุว่าควรส่งคืนข้อมูลพื้นฐานหรือข้อมูลโดยละเอียดของการกำหนดค่าแต่ละรายการ
|
เนื้อหาของคำขอ
เนื้อหาของคำขอต้องว่างเปล่า
เนื้อหาการตอบกลับ
ข้อความตอบกลับสำหรับ OverTheAirService.ListConfigs
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีข้อมูลซึ่งมีโครงสร้างดังต่อไปนี้
การแสดง JSON |
{
"configs": [
{
object (Config )
}
]
} |
ช่อง |
configs[] |
object (Config )
รายการการกำหนดค่า
|
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/android_partner_over_the_air
สำหรับข้อมูลเพิ่มเติม โปรดดูที่ภาพรวมของ OAuth 2.0
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 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-26 UTC"],[[["Lists deployment configurations, returning basic or detailed information based on request parameters."],["Uses an HTTP GET request with path and query parameters to specify the deployment and information needed."],["Requires `https://www.googleapis.com/auth/android_partner_over_the_air` authorization scope for access."],["If successful, returns a JSON response containing an array of deployment configurations."],["Returns a `NOT_FOUND` error if the specified deployment path does not exist."]]],["This document outlines the process for listing deployment configurations via an HTTP `GET` request to `https://androidovertheair.googleapis.com/v1/{name=deployments/*}/configs`. The `name` path parameter specifies the deployment. An optional `view` query parameter determines the level of detail returned. The request body should be empty. The response, structured in JSON, contains an array of `configs` objects. Authorization requires the `https://www.googleapis.com/auth/android_partner_over_the_air` OAuth scope.\n"]]