Skip to content

Commit c5dac35

Browse files
dpebottseaver
authored andcommitted
Re-generate library using pubsub/synth.py (#6059)
1 parent dcd05c1 commit c5dac35

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

pubsub/google/cloud/pubsub_v1/gapic/publisher_client_config.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
"google.pubsub.v1.Publisher": {
44
"retry_codes": {
55
"idempotent": ["DEADLINE_EXCEEDED", "UNAVAILABLE"],
6+
"http_get": ["DEADLINE_EXCEEDED", "UNAVAILABLE"],
7+
"non_idempotent": [],
68
"one_plus_delivery": [
79
"ABORTED", "CANCELLED", "DEADLINE_EXCEEDED", "INTERNAL",
810
"RESOURCE_EXHAUSTED", "UNAVAILABLE", "UNKNOWN"
9-
],
10-
"non_idempotent": []
11+
]
1112
},
1213
"retry_params": {
1314
"default": {

pubsub/google/cloud/pubsub_v1/gapic/subscriber_client_config.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
"google.pubsub.v1.Subscriber": {
44
"retry_codes": {
55
"idempotent": ["DEADLINE_EXCEEDED", "UNAVAILABLE"],
6-
"non_idempotent": [],
76
"pull": [
87
"CANCELLED", "DEADLINE_EXCEEDED", "INTERNAL",
98
"RESOURCE_EXHAUSTED", "UNAVAILABLE"
10-
]
9+
],
10+
"http_get": ["DEADLINE_EXCEEDED", "UNAVAILABLE"],
11+
"non_idempotent": []
1112
},
1213
"retry_params": {
1314
"default": {

0 commit comments

Comments
 (0)