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

@@ -24,6 +24,7 @@
},
"id": "pubsub:v1beta1a",
"kind": "discovery#restDescription",
"mtlsRootUrl": "https://pubsub.mtls.googleapis.com/",
"name": "pubsub",
"ownerDomain": "google.com",
"ownerName": "Google",
@@ -158,7 +159,7 @@
"subscription": {
"description": "The subscription to delete.",
"location": "path",
"pattern": "^.+$",
"pattern": "^.*$",
"required": true,
"type": "string"
}
@@ -184,7 +185,7 @@
"subscription": {
"description": "The name of the subscription to get.",
"location": "path",
"pattern": "^.+$",
"pattern": "^.*$",
"required": true,
"type": "string"
}
@@ -342,7 +343,7 @@
"topic": {
"description": "Name of the topic to delete.",
"location": "path",
"pattern": "^.+$",
"pattern": "^.*$",
"required": true,
"type": "string"
}
@@ -368,7 +369,7 @@
"topic": {
"description": "The name of the topic to get.",
"location": "path",
"pattern": "^.+$",
"pattern": "^.*$",
"required": true,
"type": "string"
}
@@ -456,7 +457,7 @@
}
}
},
"revision": "20190625",
"revision": "20200403",
"rootUrl": "https://pubsub.googleapis.com/",
"schemas": {
"AcknowledgeRequest": {