ListDeploymentsResponse
Biểu diễn dưới dạng JSON |
{
"deployments": [
{
object (Deployment )
}
],
"nextPageToken": string
} |
Các trường |
deployments[] |
object (Deployment )
deployments phù hợp với yêu cầu.
|
nextPageToken |
string
Mã thông báo phân trang được trả về từ lệnh gọi trước đó đến deployments.list cho biết vị trí tiếp tục trang thông tin. Nếu trường bị thiếu hoặc để trống, thì có nghĩa là bạn không cần triển khai thêm nữa.
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2022-11-02 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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"]]