Commit Graph

33 Commits

Author SHA1 Message Date
Google APIs 06a840781d Populate BAZEL.build files for around 100 APIs (all APIs we publish) in all 7 langauges.
PiperOrigin-RevId: 282449910
2019-11-25 15:50:18 -08:00
Google APIs 49cbdc6a52 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 274579922
2019-10-14 08:14:57 -07:00
Google APIs bd1b0670f1 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 274565815
2019-10-14 07:18:48 -07:00
Evawere Ogbe 2c30d35bd7
Revert "Synchronize new proto/yaml changes." (#554)
This reverts commit 95aa3a2aaa.
2019-05-29 14:23:10 -07:00
Google APIs 95aa3a2aaa Synchronize new proto/yaml changes.
PiperOrigin-RevId: 250560742
2019-05-29 13:59:09 -07:00
Google APIs f86c9531dc Synchronize new proto/yaml changes.
PiperOrigin-RevId: 247457584
2019-05-09 10:56:46 -07:00
Google APIs 9497e697af Synchronize new proto/yaml changes.
PiperOrigin-RevId: 247122368
2019-05-07 17:34:22 -07:00
Google APIs fd67be4b51 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 241096997
2019-03-29 20:50:32 -07:00
Google APIs 37386f1ebc Synchronize new proto/yaml changes.
PiperOrigin-RevId: 240841842
2019-03-28 13:38:42 -07:00
Google APIs 738b3fa591 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 235606150
2019-02-25 14:44:55 -08:00
Google APIs d16dcddcb8 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 228927812
2019-01-11 12:45:24 -08:00
Google APIs a6c0a3230c Synchronize new proto/yaml changes.
PiperOrigin-RevId: 206055570
2018-07-25 14:29:39 -07:00
Google APIs d94fa709de Synchronize new proto/yaml changes.
PiperOrigin-RevId: 196298762
2018-05-11 13:15:45 -07:00
Google APIs a5efe34f9c Synchronize new proto/yaml changes.
PiperOrigin-RevId: 189756367
2018-03-20 09:48:32 -07:00
Google APIs 95496dc69e Synchronize new proto changes. 2017-10-27 23:07:28 -07:00
Google APIs ec795a6a63 Synchronize new proto changes. 2017-10-16 05:05:46 -07:00
Google APIs 3e14420c2e Synchronize new proto changes. 2017-10-13 02:07:04 -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
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
googleapis-publisher e1f6d8da4c Synchronize new proto changes. 2017-02-24 01:01:53 -08:00
Jun Mukai ae746f4b7c Add LRO config to functions_gapic.yaml (#216) 2016-12-15 13:08:45 -08:00
googleapis-publisher a4277e6624 Synchronize new proto changes. 2016-12-15 11:01:22 -08:00
googleapis-publisher 6ae2d42424 Synchronize new proto changes. 2016-12-08 19:02:27 -08:00
Jun Mukai 16d182803f Rename packagename pattern for nodejs.
See googleapis/toolkit#757 for why it's necessary.
2016-11-17 13:27:12 -08:00
garrettjonesgoogle a8ce4b8b70 Adding license config to GAPIC config files (#180) 2016-10-26 11:57:51 -07:00
garrettjonesgoogle 13ac2436c5 Setting required_constructor_params for LRO, other (#177)
Other:

- Turning off batch generation for APIs that are not ready yet.
- Fixing the java package of Google Cloud Functions
2016-10-21 14:25:53 -07:00
Jason Dobry 43ba71f7ef Introduce GAPIC config for Cloud Functions API. (#171)
- artman config: hand-written
- config yaml: hand-written
- gapic.yaml: generated from configgen
2016-10-13 13:59:51 -07:00
googleapis-publisher 03f2bddd9f Synchronize new proto changes. 2016-10-13 05:01:27 -07:00
googleapis-publisher 8f0f101073 Synchronize new proto changes. 2016-10-10 11:43:44 -07:00