Skip to content

Commit 5f77229

Browse files
feat(pubsub): update the api
#### pubsub:v1 The following keys were added: - endpoints (Total Keys: 1) #### pubsub:v1beta1a The following keys were added: - endpoints (Total Keys: 1) #### pubsub:v1beta2 The following keys were added: - endpoints (Total Keys: 1)
1 parent ea12c1e commit 5f77229

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

googleapiclient/discovery_cache/documents/pubsub.v1.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818
"description": "Provides reliable, many-to-many, asynchronous messaging between applications. ",
1919
"discoveryVersion": "v1",
2020
"documentationLink": "https://cloud.google.com/pubsub/docs",
21+
"endpoints": [
22+
{
23+
"description": "Regional Endpoint",
24+
"endpointUrl": "https://pubsub.me-central2.rep.googleapis.com/",
25+
"location": "me-central2"
26+
}
27+
],
2128
"icons": {
2229
"x16": "http://www.google.com/images/icons/product/search-16.gif",
2330
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -1566,7 +1573,7 @@
15661573
}
15671574
}
15681575
},
1569-
"revision": "20230801",
1576+
"revision": "20230830",
15701577
"rootUrl": "https://pubsub.googleapis.com/",
15711578
"schemas": {
15721579
"AcknowledgeRequest": {

googleapiclient/discovery_cache/documents/pubsub.v1beta1a.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818
"description": "Provides reliable, many-to-many, asynchronous messaging between applications. ",
1919
"discoveryVersion": "v1",
2020
"documentationLink": "https://cloud.google.com/pubsub/docs",
21+
"endpoints": [
22+
{
23+
"description": "Regional Endpoint",
24+
"endpointUrl": "https://pubsub.me-central2.rep.googleapis.com/",
25+
"location": "me-central2"
26+
}
27+
],
2128
"icons": {
2229
"x16": "http://www.google.com/images/icons/product/search-16.gif",
2330
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -457,7 +464,7 @@
457464
}
458465
}
459466
},
460-
"revision": "20230801",
467+
"revision": "20230830",
461468
"rootUrl": "https://pubsub.googleapis.com/",
462469
"schemas": {
463470
"AcknowledgeRequest": {

googleapiclient/discovery_cache/documents/pubsub.v1beta2.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818
"description": "Provides reliable, many-to-many, asynchronous messaging between applications. ",
1919
"discoveryVersion": "v1",
2020
"documentationLink": "https://cloud.google.com/pubsub/docs",
21+
"endpoints": [
22+
{
23+
"description": "Regional Endpoint",
24+
"endpointUrl": "https://pubsub.me-central2.rep.googleapis.com/",
25+
"location": "me-central2"
26+
}
27+
],
2128
"icons": {
2229
"x16": "http://www.google.com/images/icons/product/search-16.gif",
2330
"x32": "http://www.google.com/images/icons/product/search-32.gif"
@@ -724,7 +731,7 @@
724731
}
725732
}
726733
},
727-
"revision": "20230801",
734+
"revision": "20230830",
728735
"rootUrl": "https://pubsub.googleapis.com/",
729736
"schemas": {
730737
"AcknowledgeRequest": {

0 commit comments

Comments
 (0)