Commit Graph

58 Commits

Author SHA1 Message Date
Google APIs ab869e90c6 chore: enable gapicv2 for longrunning API
Committer: @miraleung
PiperOrigin-RevId: 305942456
2020-04-10 14:13:48 -07:00
Google APIs 25a1781c09 bazel: migrate all go_gapic_library targets to microgenerator implementation
* update rules_go and gazelle bazel dependencies
* update gapic-generator bazel dependency (with build file generator changes)

PiperOrigin-RevId: 302730217
2020-03-24 13:05:53 -07:00
Google APIs 50b0e8286a longrunning: add grpc service config and default_host annotation to operations.proto
PiperOrigin-RevId: 289876944
2020-01-15 09:41:43 -08:00
Google APIs ef179e8c61 fix: Address missing Bazel dependency.
Bazel builds stopped working in 06ec6d5 because
the google/longrunning/operations.proto file took
an import from google/api/client.proto, but that
import was not added to BUILD.bazel.

Committer: @lukesneeringer
PiperOrigin-RevId: 289446074
2020-01-13 08:34:34 -08:00
Google APIs 06ec6d5d05 Add annotations to google.longrunning.v1
Committer: @lukesneeringer
PiperOrigin-RevId: 289413169
2020-01-13 03:58:33 -08:00
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 bc76ffd873 Use rules_proto bzl files to load proto_library
This makes googleapis forward compatible with Bazel incompatible change https://github.com/bazelbuild/bazel/issues/8922.

This CL was created by adding @rules_proto to the WORKSPACE file and then running:

find . -name BUILD.bazel | \
  while read build; do \
    buildifier --lint=fix --warnings=load $build; \
  done

Since buildifier cannot be told not to reformat the BUILD file, some files are reformatted.

PiperOrigin-RevId: 280356106
2019-11-13 22:28:15 -08:00
Google APIs a9589347c8 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 276110444
2019-10-22 11:43:03 -07:00
Google APIs 95c0959449 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 276083452
2019-10-22 09:46:06 -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 c69355435c Synchronize new proto/yaml changes.
PiperOrigin-RevId: 249909255
2019-05-24 15:26:19 -07:00
Google APIs 6a2f0244d6 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 249677018
2019-05-23 11:03:47 -07:00
Google APIs 6ea045ad2e Synchronize new proto/yaml changes.
PiperOrigin-RevId: 249345152
2019-05-21 16:07:26 -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 5206c82b62 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 240816199
2019-03-28 11:32:37 -07:00
Google APIs 18d67092e2 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 238340590
2019-03-13 17:01:44 -07:00
Google APIs e2f6389174 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 238132386
2019-03-12 17:25:23 -07:00
Google APIs eae7fe03e6 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 236171707
2019-02-28 12:18:56 -08:00
Google APIs c1e4972ef6 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 232765627
2019-02-06 16:01:58 -08:00
Google APIs d16dcddcb8 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 228927812
2019-01-11 12:45:24 -08:00
Google APIs b7a1d68ea3 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 222302153
2018-11-20 13:58:28 -08:00
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