AppMakerSqlSetupNotification
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
应用制作工具发送的提醒,用于通知管理员设置默认 SQL 实例。
JSON 表示法 |
{
"requestInfo": [
{
object (RequestInfo )
}
]
} |
字段 |
requestInfo[] |
object (RequestInfo )
提出默认 SQL 设置请求的应用列表。
|
RequestInfo
JSON 表示法 |
{
"appKey": string,
"appDeveloperEmail": [
string
],
"numberOfRequests": string
} |
字段 |
appKey |
string
必需。需要进行 SQL 设置的应用。
|
appDeveloperEmail[] |
string
触发上述应用的通知的应用开发者的列表。
|
numberOfRequests |
string (int64 format)
必需。为此应用发送的设置默认 SQL 实例的请求数。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-03-25。
[null,null,["最后更新时间 (UTC):2025-03-25。"],[],[],null,["# AppMakerSqlSetupNotification\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [RequestInfo](#RequestInfo)\n - [JSON representation](#RequestInfo.SCHEMA_REPRESENTATION)\n\nAlerts from App Maker to notify admins to set up default SQL instance.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"requestInfo\": [ { object (/workspace/admin/alertcenter/reference/rest/v1beta1/AppMakerSqlSetupNotification#RequestInfo) } ] } ``` |\n\n| Fields ||\n|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `requestInfo[]` | `object (`[RequestInfo](/workspace/admin/alertcenter/reference/rest/v1beta1/AppMakerSqlSetupNotification#RequestInfo)`)` List of applications with requests for default SQL set up. |\n\nRequestInfo\n-----------\n\nRequests for one application that needs default SQL setup.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------|\n| ``` { \"appKey\": string, \"appDeveloperEmail\": [ string ], \"numberOfRequests\": string } ``` |\n\n| Fields ||\n|-----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `appKey` | `string` Required. The application that requires the SQL setup. |\n| `appDeveloperEmail[]` | `string` List of app developers who triggered notifications for above application. |\n| `numberOfRequests` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Required. Number of requests sent for this application to set up default SQL instance. |"]]