Commit graph

19 commits

Author SHA1 Message Date
Google APIs
3ab16d753d Synchronize new proto/yaml changes.
PiperOrigin-RevId: 206075890
2018-07-25 16:33:03 -07:00
Google APIs
a6c0a3230c Synchronize new proto/yaml changes.
PiperOrigin-RevId: 206055570
2018-07-25 14:29:39 -07:00
Google APIs
171af671d8 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 196299071
2018-05-11 13:18:02 -07:00
Google APIs
a77d1b828d Synchronize new proto/yaml changes.
PiperOrigin-RevId: 196298865
2018-05-11 13:16:32 -07:00
Google APIs
a5efe34f9c Synchronize new proto/yaml changes.
PiperOrigin-RevId: 189756367
2018-03-20 09:48:32 -07:00
Google APIs
760fd353ca Synchronize new proto/yaml changes.
PiperOrigin-RevId: 187009998
2018-02-26 06:16:17 -08:00
Google APIs
926a83eeb8 Synchronize new proto changes. 2017-11-16 10:07:28 -08:00
Google APIs
95496dc69e Synchronize new proto changes. 2017-10-27 23:07:28 -07:00
Google APIs
110a30ece2 Synchronize new proto changes. 2017-10-23 10:04:56 -07:00
Google APIs
a2073c1556 Synchronize new proto changes. 2017-10-18 15:04:18 -07:00
Google APIs
a4a12516d6 Synchronize new proto changes. 2017-09-25 20:02:02 -07:00
Ernest Landrito
237b593750 Python: Change package paths (#428) 2017-08-21 14:10:38 -07:00
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