ListDeploymentsResponse
تمثيل JSON |
{
"deployments": [
{
object (Deployment )
}
],
"nextPageToken": string
} |
الحقول |
deployments[] |
object (Deployment )
deployments التي تتطابق مع الطلب.
|
nextPageToken |
string
تم عرض رمز مميّز للتقسيم على صفحات من مكالمة سابقة إلى deployments.list يشير إلى المكان الذي يجب أن تستمر فيه البيانات. إذا كان الحقل مفقودًا أو فارغًا، يعني ذلك أنه لم يعد هناك أي عمليات نشر أخرى.
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة 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"]]