ListDeploymentsResponse
การแสดง JSON |
{
"deployments": [
{
object (Deployment )
}
],
"nextPageToken": string
} |
ช่อง |
deployments[] |
object (Deployment )
deployments ที่ตรงกับคําขอ
|
nextPageToken |
string
โทเค็นการใส่เลขหน้าที่แสดงผลจากการเรียกไปยัง deployments.list ครั้งก่อน ซึ่งบ่งชี้ตําแหน่งที่ข้อมูลควรดําเนินต่อไป หากช่องหายไปหรือว่างเปล่า แสดงว่าไม่มีการติดตั้งใช้งานอีกต่อไป
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2022-11-02 UTC
[null,null,["อัปเดตล่าสุด 2022-11-02 UTC"],[[["Provides a paginated list of deployments."],["Each page includes deployment details and a token for retrieving subsequent pages."],["Deployments are returned as a list of Deployment objects."],["When the `nextPageToken` field is missing or empty, it signals the end of the list."]]],["The core content details the response structure for listing deployments. It returns a JSON object containing an array of `deployments` and a `nextPageToken`. Each `deployments` item is a Deployment object. The `nextPageToken`, a string, is used for pagination, indicating where to continue listing deployments from a previous request. An empty or missing `nextPageToken` signifies the end of available deployments. The key action is to use the `deployments.list` function to get the list.\n"]]