Skip to content

Commit

Permalink
Re-generate library using pubsub/synth.py (#6059)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot authored and tseaver committed Sep 22, 2018
1 parent dcd05c1 commit c5dac35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
"google.pubsub.v1.Publisher": {
"retry_codes": {
"idempotent": ["DEADLINE_EXCEEDED", "UNAVAILABLE"],
"http_get": ["DEADLINE_EXCEEDED", "UNAVAILABLE"],
"non_idempotent": [],
"one_plus_delivery": [
"ABORTED", "CANCELLED", "DEADLINE_EXCEEDED", "INTERNAL",
"RESOURCE_EXHAUSTED", "UNAVAILABLE", "UNKNOWN"
],
"non_idempotent": []
]
},
"retry_params": {
"default": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
"google.pubsub.v1.Subscriber": {
"retry_codes": {
"idempotent": ["DEADLINE_EXCEEDED", "UNAVAILABLE"],
"non_idempotent": [],
"pull": [
"CANCELLED", "DEADLINE_EXCEEDED", "INTERNAL",
"RESOURCE_EXHAUSTED", "UNAVAILABLE"
]
],
"http_get": ["DEADLINE_EXCEEDED", "UNAVAILABLE"],
"non_idempotent": []
},
"retry_params": {
"default": {
Expand Down

0 comments on commit c5dac35

Please sign in to comment.