Commit graph

75 commits

Author SHA1 Message Date
Google APIs
3b634f6060 build: drop Artman config
PiperOrigin-RevId: 321028717
2020-07-13 14:02:36 -07:00
Google APIs
d13e2da372 build: move gapic-generator-typescript parameters to BUILD.bazel files.
PiperOrigin-RevId: 318386808
2020-06-25 18:07:32 -07:00
Google APIs
eb37e68833 feat: introducing field Queue.type
docs: fixing typos and minor updates

PiperOrigin-RevId: 317130948
2020-06-18 10:29:26 -07:00
Google APIs
923b983673 fix: migrate tasks/v2beta2 to grpc_service_config
PiperOrigin-RevId: 316908733
2020-06-17 14:28:14 -07:00
Google APIs
8c53b2cb79 fix: migrate tasks/v2beta3 to grpc_service_config
PiperOrigin-RevId: 316908726
2020-06-17 10:09:16 -07:00
Google APIs
7272af32a9 fix: migrate tasks/v2 to grpc_service_config
PiperOrigin-RevId: 316908080
2020-06-17 09:53:47 -07:00
Google APIs
ded05197da fix: use grpc_service_config in nodejs_gapic_library
The nodejs_gapic_library targets were migrated to gapic-generator-typescript
which doesn't use gapic_yaml, rendering that attribute unused. Instead it uses
the proto annotations & grpc_service_config, which this change reflects.

PiperOrigin-RevId: 314206960
2020-06-01 14:44:30 -07:00
Google APIs
5a90d467aa fix: restore GAPIC v2 retry configs
Restores GAPIC v2 retry config overrides that were
mistakenly removed during migration.

PiperOrigin-RevId: 312088359
2020-05-18 08:57:36 -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
203740c78a Add StackdriverLoggingConfig field to Cloud Tasks v2 API.
PiperOrigin-RevId: 296256388
2020-02-20 11:23:08 -08:00
Google APIs
e7d8a694f4 Depend on the latest gapic-generator and resource names plugin.
This fixes the very old an very annoying bug: https://github.com/googleapis/gapic-generator/pull/3087

PiperOrigin-RevId: 293903652
2020-02-07 15:18:00 -08:00
Google APIs
e2faab04f4 cloudtasks: v2 replace non-standard retry params in gapic config v2
PiperOrigin-RevId: 293424055
2020-02-05 12:30:59 -08:00
Google APIs
c43a67530d cloudtasks: replace missing RPC timeout config for v2beta2 and v2beta3
PiperOrigin-RevId: 289162391
2020-01-10 14:09:39 -08:00
Google APIs
6ace586805 cloudtasks: replace missing RPC timeout config
PiperOrigin-RevId: 288783603
2020-01-08 15:19:33 -08:00
Google APIs
fd3091fbe9 Sync timeout in grpc config back to 10s for tasks API with github googelapis gapic config.
PiperOrigin-RevId: 287207067
2019-12-26 11:25:20 -08:00
Google APIs
9b2635ef91 cloudtasks: fix gapic v2 config
PiperOrigin-RevId: 284020555
2019-12-05 11:46:01 -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
8395b0f143 fix: Set timeout to 25s, because Tasks fails for any deadline above 30s.
Committer: @lukesneeringer
PiperOrigin-RevId: 282017295
2019-11-22 12:25:25 -08:00
Google APIs
1f42588e43 refactor: Migrate Tasks beta 2 to GAPIC v2.
Committer: @lukesneeringer
PiperOrigin-RevId: 281769558
2019-11-21 10:15:37 -08:00
Google APIs
902b51f207 refactor: Migrate Tasks to GAPIC v2 (for real this time).
Committer: @lukesneeringer
PiperOrigin-RevId: 281769522
2019-11-21 10:06:25 -08:00
Google APIs
17561f5997 Migrate Tasks Beta 3 to GAPIC v2.
Committer: @lukesneeringer
PiperOrigin-RevId: 281769519
2019-11-21 10:06:05 -08:00
Google APIs
7a79d682ef fix: Roll back Tasks GAPIC v2 while we investigate C# issue.
Committer: @lukesneeringer
PiperOrigin-RevId: 281758548
2019-11-21 08:59:45 -08:00
Google APIs
3fc3149164 Migrate Tasks to GAPIC v2.
Committer: @lukesneeringer
PiperOrigin-RevId: 281751187
2019-11-21 08:18:23 -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
bba93d7148 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 277920288
2019-11-01 07:05:23 -07: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
Google APIs
0576fe283a Synchronize new proto/yaml changes.
PiperOrigin-RevId: 274169768
2019-10-11 07:37:17 -07:00
Google APIs
b89f7fa5e7 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 274168604
2019-10-11 07:27:50 -07:00
Google APIs
0c0bbaeb69 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 274037944
2019-10-10 14:21:31 -07:00
Google APIs
27fdfa787f Synchronize new proto/yaml changes.
PiperOrigin-RevId: 271392882
2019-09-26 11:26:30 -07:00
Hanzhen Yi
2ed795dddb Revert "wip"
This reverts commit 6cf4128a84.
2019-09-16 14:50:34 -07:00
Hanzhen Yi
6cf4128a84 wip 2019-09-16 14:36:53 -07:00
Google APIs
7ebb7a62ed Synchronize new proto/yaml changes.
PiperOrigin-RevId: 264871816
2019-08-22 10:54:35 -07:00
Google APIs
11592a1539 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 264425502
2019-08-20 11:20:08 -07:00
Google APIs
3f018e83dd Synchronize new proto/yaml changes.
PiperOrigin-RevId: 264425463
2019-08-20 11:19:20 -07:00
Google APIs
24cae22268 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 264424581
2019-08-20 11:15:43 -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
109e3ac53e Synchronize new proto/yaml changes.
PiperOrigin-RevId: 248434010
2019-05-15 17:02:02 -07:00
Google APIs
aa25423894 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 247981473
2019-05-13 11:57:12 -07:00
Google APIs
987c8665ae Synchronize new proto/yaml changes.
PiperOrigin-RevId: 247976196
2019-05-13 11:30:56 -07:00
Google APIs
97a9d48a70 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 247928575
2019-05-13 07:12:38 -07:00
Google APIs
2a4c4f0dd5 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 247645087
2019-05-10 11:23:30 -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
fe77c6737f Synchronize new proto/yaml changes.
PiperOrigin-RevId: 246437748
2019-05-02 19:46:37 -07:00
Google APIs
0d3f88c7fe Synchronize new proto/yaml changes.
PiperOrigin-RevId: 245812441
2019-04-29 13:31:28 -07:00
Google APIs
25cbfd4a53 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 245137805
2019-04-24 16:16:24 -07:00
Google APIs
45199a22a4 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 244925894
2019-04-23 14:28:18 -07:00