update all json files

This commit is contained in:
Sebastian Thiel
2020-04-12 18:55:37 +08:00
parent ea3b428364
commit aacc30f08d
260 changed files with 138411 additions and 26293 deletions

View File

@@ -13,6 +13,7 @@
},
"id": "chat:v1",
"kind": "discovery#restDescription",
"mtlsRootUrl": "https://chat.mtls.googleapis.com/",
"name": "chat",
"ownerDomain": "google.com",
"ownerName": "Google",
@@ -297,7 +298,7 @@
"type": "string"
},
"updateMask": {
"description": "Required. The field paths to be updated.\n\nCurrently supported field paths: \"text\", \"cards\".",
"description": "Required. The field paths to be updated, comma separated if there are\nmultiple.\n\nCurrently supported field paths:\n* text\n* cards",
"format": "google-fieldmask",
"location": "query",
"type": "string"
@@ -316,7 +317,7 @@
}
}
},
"revision": "20190622",
"revision": "20200405",
"rootUrl": "https://chat.googleapis.com/",
"schemas": {
"ActionParameter": {
@@ -554,7 +555,7 @@
"id": "FormAction",
"properties": {
"actionMethodName": {
"description": "Apps Script function to invoke when the containing element is\nclicked/activated.",
"description": "The method name is used to identify which part of the form triggered the\nform submission. This information is echoed back to the bot as part of\nthe card click event. The same method name can be used for several\nelements that trigger a common behavior if desired.",
"type": "string"
},
"parameters": {
@@ -572,7 +573,7 @@
"id": "Image",
"properties": {
"aspectRatio": {
"description": "The aspect ratio of this image (width/height).",
"description": "The aspect ratio of this image (width/height). This field allows clients\nto reserve the right height for the image while waiting for it to load.\nIt's not meant to override the native aspect ratio of the image.\nIf unset, the server fills it by prefetching the image.",
"format": "double",
"type": "number"
},
@@ -1030,6 +1031,10 @@
"description": "The user's display name.",
"type": "string"
},
"domainId": {
"description": "Obfuscated domain information.",
"type": "string"
},
"name": {
"description": "Resource name, in the format \"users/*\".",
"type": "string"