Commit graph

46 commits

Author SHA1 Message Date
Google APIs
93a4a58e39 chore: migrate scheduler/{v1,v1beta1} to the PHP microgenerator
Committer: @miraleung
PiperOrigin-RevId: 369288631
2021-04-19 14:11:43 -07:00
Google APIs
d9b32e92fa chore: clean up unused gapic.legacy.yaml files
Committer: @miraleung
PiperOrigin-RevId: 359580699
2021-02-25 12:14:41 -08:00
Google APIs
959b0bcea3 feat: Update the ruby_cloud_gapic_library rules for the libraries published to google-cloud-ruby to the form that works with build_gen (separate parameters for ruby_cloud_title and ruby_cloud_description).
chore: Update Bazel-Ruby rules version.
chore: Update build_gen version.

PiperOrigin-RevId: 358357761
2021-02-19 01:21:43 -08:00
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
418b3fce35 chore: migrate scheduler to the Java microgenerator
Committer: @miraleung
PiperOrigin-RevId: 345095603
2020-12-01 14:05:42 -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
05858d07d0 Migrates Cloud Scheduler to Python microgenerator
PiperOrigin-RevId: 328608023
2020-08-26 14:27:30 -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
0802ed4df3 fix: migrate scheduler/v1 to grpc_service_config
PiperOrigin-RevId: 316906134
2020-06-17 09:43:01 -07:00
Google APIs
88ee692c9a fix: migrate scheduler/v1beta1 to grpc_service_config
PiperOrigin-RevId: 316713534
2020-06-16 10:52:14 -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
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
a34950f968 Fix bazel build.
Update gapic-generator and protoc-java-resource-name plugin dependencies to the latest versions.

The following clients remain broken because of bugs in gapic-generator and/or corresponding configs

google/cloud/iot/v1
google/cloud/oslogin/v1
google/spanner/admin/instance/v1
google/cloud/oslogin/v1

PiperOrigin-RevId: 279171061
2019-11-07 14:40:37 -08:00
Google APIs
78883c8de9 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 277528057
2019-10-30 10:03:56 -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
6b43240cf2 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 276062965
2019-10-22 07:50:04 -07:00
Google APIs
4195b2f2db Synchronize new proto/yaml changes.
PiperOrigin-RevId: 276061853
2019-10-22 07:42:19 -07:00
Google APIs
654f6ac2a5 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 276059900
2019-10-22 07:26:40 -07:00
Google APIs
6c96f3340f Synchronize new proto/yaml changes.
PiperOrigin-RevId: 274173138
2019-10-11 08:02:40 -07:00
Google APIs
0c0bbaeb69 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 274037944
2019-10-10 14:21:31 -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
a37b06d0b6 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 248408626
2019-05-15 14:44:23 -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
5aeb4179d0 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 246901187
2019-05-06 14:47:37 -07:00
Google APIs
e40cee883f Synchronize new proto/yaml changes.
PiperOrigin-RevId: 245239601
2019-04-25 08:27:26 -07:00
Google APIs
25cbfd4a53 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 245137805
2019-04-24 16:16:24 -07:00
Google APIs
b0b5b852f3 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 241958194
2019-04-04 10:41:43 -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
856117505f Synchronize new proto/yaml changes.
PiperOrigin-RevId: 236931378
2019-03-05 15:20:29 -08:00
Google APIs
aee52e90e8 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 236171487
2019-02-28 12:16:27 -08:00
Google APIs
c1e4972ef6 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 232765627
2019-02-06 16:01:58 -08:00
Google APIs
73babd109a Synchronize new proto/yaml changes.
PiperOrigin-RevId: 228781294
2019-01-10 14:48:23 -08:00
Google APIs
a111a53c0c Synchronize new proto/yaml changes.
PiperOrigin-RevId: 227896184
2019-01-04 12:30:59 -08:00
Google APIs
dcf53d82cc Synchronize new proto/yaml changes.
PiperOrigin-RevId: 227171424
2018-12-28 14:43:58 -08:00
Google APIs
c4838226be Synchronize new proto/yaml changes.
PiperOrigin-RevId: 219552869
2018-10-31 15:58:57 -07:00