Google APIs
61ab0348bd
feat: Migrate the Bazel rules for the libraries published to google-cloud-ruby to use the gapic-generator-ruby instead of the monolith generator.
...
PiperOrigin-RevId: 352069361
2021-01-15 13:09:14 -08:00
Google APIs
6dae98144d
chore: Remove unused 'package' attr from java_gapic_library rules
...
Committer: @miraleung
PiperOrigin-RevId: 347459563
2020-12-14 13:41:43 -08:00
Google APIs
160f80d81d
chore: Make microgenerators default for all languages
...
In particular this applies to Java and Python microgenerators.
With this change `java_gapic_*` and `py_gapic_*` rules mean microgenerator versions. The monolith versions of the rules are named as `java_gapic_*_legacy` and `py_gapic_*_legacy` respectively.
Also change Ads BAZEL template to reflect the change in default rule names.
Also change `DO NOT OVERRIDE` comment warnings meaning (to reflect that now by default microgenerator rules are generated and the generated version must be accepted only if the API is being migrated to the microgenerator).
PiperOrigin-RevId: 346227314
2020-12-07 18:51:08 -08:00
Google APIs
d189e87120
chore: generate GAPIC metadata JSON file
...
PiperOrigin-RevId: 345596855
2020-12-03 21:01:09 -08:00
Google APIs
3ed01c2c49
chore: migrate java-tasks to the Java microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 345493607
2020-12-03 12:10:05 -08:00
Google APIs
b821f32047
feat: use https://github.com/googleapis/gapic-generator-csharp for generating C# libraries.
...
PiperOrigin-RevId: 331104099
2020-09-11 01:16:20 -07:00
Google APIs
303f90207b
migrate tasks BUILD file python part to use microgen
...
PiperOrigin-RevId: 329762863
2020-09-02 12:21:23 -07:00
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