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 و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eProvides a paginated list of deployments.\u003c/p\u003e\n"],["\u003cp\u003eEach page includes deployment details and a token for retrieving subsequent pages.\u003c/p\u003e\n"],["\u003cp\u003eDeployments are returned as a list of Deployment objects.\u003c/p\u003e\n"],["\u003cp\u003eWhen the \u003ccode\u003enextPageToken\u003c/code\u003e field is missing or empty, it signals the end of the list.\u003c/p\u003e\n"]]],["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"],null,["# ListDeploymentsResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse for [deployments.list](/spectrum-access-system/reference/rest/v1alpha1/nodes.deployments/list#spectrum.sas.portal.v1alpha1.DeviceManager.ListDeployments).\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"deployments\": [ { object (/spectrum-access-system/reference/rest/v1alpha1/customers.deployments#Deployment) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `deployments[]` | `object (`[Deployment](/spectrum-access-system/reference/rest/v1alpha1/customers.deployments#Deployment)`)` The [deployments](/spectrum-access-system/reference/rest/v1alpha1/customers.deployments#Deployment) that match the request. |\n| `nextPageToken` | `string` A pagination token returned from a previous call to [deployments.list](/spectrum-access-system/reference/rest/v1alpha1/nodes.deployments/list#spectrum.sas.portal.v1alpha1.DeviceManager.ListDeployments) that indicates from where listing should continue. If the field is missing or empty, it means there are no more deployments. |"]]