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 (שעון 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"]],["עדכון אחרון: 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"]]