AddMessageRequest
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
JSON 表示法 |
{
"message": {
object (Message )
}
} |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):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,["# AddMessageRequest\n\n- [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)`)` |"]]