mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-24 12:15:55 +01:00
update all json files
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user