AddMessageRequest
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
المورد المستخدَم عند استدعاء نقاط النهاية AddMessage
تمثيل JSON |
{
"message": {
object (Message )
}
} |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eThe AddMessage endpoint utilizes a JSON structure for data input.\u003c/p\u003e\n"],["\u003cp\u003eThis JSON structure contains a single "message" field, which holds a Message object.\u003c/p\u003e\n"],["\u003cp\u003eThe Message object structure is further detailed in its dedicated documentation page, linked within the table.\u003c/p\u003e\n"]]],["The core content defines the JSON structure used when the `AddMessage` endpoints are called. It specifies that the resource utilizes a JSON representation with a single field, `message`. This `message` field is an object, detailed further in the `Message` schema, which can be found at the provided link `(/wallet/reference/rest/v1/Message)`. The table format clearly presents this JSON representation and the associated field, `message`.\n"],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResource used when the AddMessage endpoints are called.\n\n| JSON representation |\n|-----------------------------------------------------------------------|\n| ``` { \"message\": { object (/wallet/reference/rest/v1/Message) } } ``` |\n\n| Fields ||\n|-----------|-----------------------------------------------------------|\n| `message` | `object (`[Message](/wallet/reference/rest/v1/Message)`)` |"]]