Commit graph

7 commits

Author SHA1 Message Date
Vadym Matsishevskyi
18711f5ab0 Add support for new Long Running Operation implementation in Java (#382)
Set default LRO configuration values as follows:
    initial_poll_delay_millis: 20000
    poll_delay_multiplier: 1.5
    max_poll_delay_millis: 45000
    total_poll_timeout_millis: 86400000
2017-06-20 13:18:59 -07:00
Garrett Jones
e8de333d39 Java: Removing .spi from package names (#374) 2017-06-09 13:39:40 -07:00
Jon Skeet
e6f2d2b99e Remove retry for UNAVAILABLE on non-idempotent calls
Implemented by executing the following command:

find . -name '*_gapic.yaml' | xargs perl -i -p0e 's/- name: non_idempotent\n    retry_codes:\n    - UNAVAILABLE */- name: non_idempotent\n    retry_codes: \[\]/g'
2017-06-05 09:35:47 +01:00
Chris Bacon
affaa1de63 Add static types to spanner admin (#277)
Except for IAM methods
2017-03-03 15:56:39 +00:00
Jon Skeet
b01f986d34 Allow a status code of UNAVAILABLE to be retried
This is applied to the `retry_codes` of every API.
It's only a change for non-idempotent methods; the idempotent
methods already included this in the list.
2017-03-01 20:43:11 +00:00
Brian J. Watson
cc80e9432f Updates to Spanner service configs (#257) 2017-02-14 10:50:58 -08:00
Luke Sneeringer
4d41b11ed4 Add Spanner (#256) 2017-02-14 09:41:59 -08:00