Commit Graph

33 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 a6c0a3230c Synchronize new proto/yaml changes.
PiperOrigin-RevId: 206055570
2018-07-25 14:29:39 -07:00
Google APIs a5efe34f9c Synchronize new proto/yaml changes.
PiperOrigin-RevId: 189756367
2018-03-20 09:48:32 -07:00
Google APIs b65450cd44 Synchronize new proto changes. 2017-11-21 15:06:57 -08:00
Google APIs 250964c9e2 Synchronize new proto changes. 2017-11-17 11:02:53 -08:00
Google APIs 95496dc69e Synchronize new proto changes. 2017-10-27 23:07:28 -07:00
Google APIs eeafb5d8d8 Synchronize new proto changes. 2017-10-06 10:02:22 -07:00
Google APIs 76ae665a5c Synchronize new proto changes. 2017-10-05 13:29:15 -07:00
Google APIs a4a12516d6 Synchronize new proto changes. 2017-09-25 20:02:02 -07:00
Jon Skeet 380bf74131 Merge pull request #366 from jskeet/no-retry-unavailable
Remove retry for UNAVAILABLE on non-idempotent calls
2017-06-06 22:51:24 +01:00
Jacob Geiger efb3e0172b Increase LRO timeouts (#367)
The Video Intelligence API requires a timeout of >45s for
GetOperation. This commit increases the timeouts universally from 20s
to 90s, which shouldn't be harmful.
2017-06-05 14:37:23 -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
Michael Darakananda c75ebb5719 longrunning: add Go config (#315)
Requires googleapis/toolkit#1192.
2017-04-19 10:10:22 +10: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
michaelbausor c9679214f9 Camel case longrunning (#228) 2016-12-27 15:30:40 -08:00
michaelbausor d88b61d4b6 Update php lro namespace (#227) 2016-12-27 11:09:56 -08:00
googleapis-publisher 6ae2d42424 Synchronize new proto changes. 2016-12-08 19:02:27 -08:00
googleapis-publisher 3c1008a7fe Synchronize new proto changes. 2016-12-08 04:01:26 -08:00
Jon Skeet 79267b699f Update the C# namespaces for generated code.
The proto updates are being synced as they're merged upstream.
2016-12-05 07:52:15 +00:00
Jun Mukai a25846a59f Merge pull request #196 from jmuk/nodejs
Rename packagename pattern for nodejs.
2016-11-22 21:01:30 -08:00
garrettjonesgoogle f6cf22608d Removing collection config for operation_path (#201)
The APIs that use longrunning as a mix-in can use any path
of their choosing.
2016-11-22 09:38:03 -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 5cf7f5a302 Fixing license config for longrunning (#186) 2016-10-31 12:33:29 -07: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
Jon Skeet 5c48539c86 Update cancellation documentation in operations.proto 2016-10-06 13:02:45 -07:00
garrettjonesgoogle a830150ac4 Renaming longrunning output packages (#165) 2016-10-05 16:53:01 -07:00
Brian J. Watson 8e1aa39924 Add GAPIC config for LRO (#158) 2016-09-29 12:21:58 -07:00
Brian J. Watson acfc5dc744 Add LRO service config. Update Pub/Sub. Remove unneeded context. (#155) 2016-09-27 09:15:54 -07:00
Brian J. Watson 6a44090103 Update LRO proto and README 2016-09-27 08:44:02 -07:00
wora 6e80a5ccc5 Adding google.api.Http annotation to Google Long Running Operations
API methods.
2015-04-21 11:51:53 -07:00
Hong Zhang 8eb974bd05 Update several API packages to include README.md files and minor
update to API documentations (embedded proto comments).
2015-04-02 10:44:32 -07:00
Hong Zhang 557e6fc912 First commit of googleapis repo. It includes several core protobuf
libraries and Google Cloud Pub/Sub API v1beta2.
2015-03-27 23:51:25 -07:00