Commit Graph

29 Commits

Author SHA1 Message Date
Google APIs 3afba2fd06 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 217582979
2018-10-17 14:01:58 -07:00
Google APIs 9e5eadf73e Synchronize new proto/yaml changes.
PiperOrigin-RevId: 205896244
2018-07-24 14:53:13 -07:00
Google APIs a0b06e5975 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 197739670
2018-05-23 09:42:49 -07:00
Google APIs dccb02b378 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 196298991
2018-05-11 13:17:26 -07:00
Google APIs de4a5ff653 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 189220696
2018-03-15 11:43:54 -07:00
Google APIs 6cd9966b7f Synchronize new proto/yaml changes.
PiperOrigin-RevId: 186466704
2018-02-21 08:56:53 -08:00
Google APIs 312157427e Synchronize new proto/yaml changes.
PiperOrigin-RevId: 186302459
2018-02-20 07:52:02 -08:00
Google APIs c5d0b08ecd Synchronize new proto changes. 2017-12-18 14:06:28 -08:00
Google APIs 546d3afd75 Synchronize new proto changes. 2017-12-04 10:09:20 -08:00
Google APIs a4d64073ef Synchronize new proto changes. 2017-11-16 11:07:58 -08:00
Google APIs 95496dc69e Synchronize new proto changes. 2017-10-27 23:07:28 -07:00
Google APIs d0cf6fb38a Synchronize new proto changes. 2017-10-27 17:05:49 -07:00
Google APIs 1930ad997d Synchronize new proto changes. 2017-10-27 10:05:07 -07:00
Ernest Landrito 237b593750 Python: Change package paths (#428) 2017-08-21 14:10:38 -07:00
Google APIs d3928c05d0 Synchronize new proto changes. 2017-07-21 02:03:02 -07:00
Mike Dour f568e6a9d4 Update Bigtable package name for C# 2017-07-19 15:12:27 +01:00
Google APIs bb3b74b85d Synchronize new proto changes. 2017-06-19 15:01:38 -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 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
Ethan Bao ad2ea5e10b Update protos for bigtable and monitoring APIs. 2016-09-28 11:19:54 -07:00
Brian J. Watson 55dc1c11d6 Move Python autogen packages to google.cloud.gapic namespace (#134)
Avoid conflicts with hand-written google-cloud-python code.
2016-09-14 16:31:15 -07:00
Jun Mukai e354032e0a Fix Ruby configurations. (#113)
- Add 'Cloud' to Ruby packages.
  The decision is that gapic files will be under cloud, so
  change the package name to do so.
- Replace 'gcloud-ruby' by 'google-cloud-ruby'
  The repository name change happened quite recently.
2016-09-01 20:36:43 -07:00
Brian J. Watson 507b51a461 Remove unneeded generate_samples flag (#111) 2016-08-29 08:48:17 -07:00
Jacob Geiger 962ff7a825 Add non-admin bigtable configs (#108)
Includes service, artman, GAPIC configs with hand-edits to required fields in the GAPIC config.

Note that this does not address the Bigtable admin APIs.
2016-08-26 13:52:29 -07:00
Ethan Bao f16569bd29 Add protos for bigtable/v2 2016-06-24 14:59:05 -07:00