ListDeploymentsResponse
نمایندگی JSON |
---|
{
"deployments": [
{
object (Deployment )
}
],
"nextPageToken": string
} |
زمینه های |
---|
deployments[] | object ( Deployment ) deployments که با درخواست مطابقت دارند. |
nextPageToken | string یک نشانه صفحهبندی که از تماس قبلی به deployments.list بازگشته است که نشان میدهد فهرست از کجا باید ادامه یابد. اگر فیلد مفقود یا خالی باشد، به این معنی است که دیگر استقرار وجود ندارد. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2022-11-02 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2022-11-02 بهوقت ساعت هماهنگ جهانی."],[[["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"]]