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
e4a9d34833
chore: migrate websecurityscanner to the Python microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 351457221
2021-01-12 15:06:42 -08:00
Google APIs
bfdb1df387
build: add package name to BUILD file for nodejs-web-security-scanner
...
PiperOrigin-RevId: 348500610
2020-12-21 11:46:12 -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
a4d732fdc4
chore: migrate websecurityscanner to the Java microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 345496255
2020-12-03 12:49:55 -08:00
Google APIs
68e27f637b
chore: Set namespaces for Ruby, PHP, and C# clients
...
PiperOrigin-RevId: 340704397
2020-11-04 12:31:02 -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
abb30a02aa
chore: use gapic-generator-python 0.28.1
...
Also re-adds the grpc_service_config to all the Python libraries that have been moved to the microgenerator.
PiperOrigin-RevId: 321807443
2020-07-17 10:40:12 -07:00
Google APIs
3b634f6060
build: drop Artman config
...
PiperOrigin-RevId: 321028717
2020-07-13 14:02:36 -07:00
Google APIs
cf41866c6f
feat: migrate websecurityscanner v1alpha BUILD.bazel python part to use micro-gen
...
PiperOrigin-RevId: 317812187
2020-06-23 00:07:04 -07:00
Google APIs
0df7292097
feat: migrate websecurityscanner v1beta BUILD.bazel python part to use micro-gen
...
PiperOrigin-RevId: 317678758
2020-06-22 10:13:06 -07:00
Google APIs
5ffdbc377d
fix: migrate websecurityscanner/v1beta to grpc_service_config
...
PiperOrigin-RevId: 317362697
2020-06-19 13:06:21 -07:00
Google APIs
40489b3d7e
fix: migrate websecurityscanner/v1alpha to grpc_service_config
...
PiperOrigin-RevId: 317362671
2020-06-19 12:55:31 -07:00
Google APIs
a75d8da3a4
fix: migrate websecurityscanner/v1 to grpc_service_config
...
PiperOrigin-RevId: 317323610
2020-06-19 10:01:09 -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
4ca990cb1a
Web Security Scanner V1 API
...
PiperOrigin-RevId: 309819942
2020-05-04 14:50:54 -07:00
Google APIs
f497c7aa91
chore: enable gapic v2 and proto annotation for Web Security Scanner v1alpha API.
...
committer: @noahdietz
PiperOrigin-RevId: 305349342
2020-04-07 15:10:07 -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
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
0c0bbaeb69
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 274037944
2019-10-10 14:21:31 -07:00
Google APIs
455bb7137d
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 273741026
2019-10-09 07:22:21 -07:00
Google APIs
5403e7c95b
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 273740384
2019-10-09 07:17:21 -07:00
Google APIs
ce3c574d12
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 272147209
2019-10-01 00:05:16 -07:00
Google APIs
6a2f0244d6
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 249677018
2019-05-23 11:03:47 -07:00
Google APIs
f792303254
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 249516437
2019-05-22 14:09:01 -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
2f6e293d9a
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 247230302
2019-05-08 09:45:59 -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
6a84b3267b
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 240640999
2019-03-27 14:26:55 -07:00
Google APIs
6cf73b53b6
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 236171556
2019-02-28 12:17:30 -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
bab91dd4db
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 220858308
2018-11-09 13:48:49 -08:00
Google APIs
a6c0a3230c
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 206055570
2018-07-25 14:29:39 -07:00
Google APIs
a77d1b828d
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 196298865
2018-05-11 13:16:32 -07:00
Google APIs
d94fa709de
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 196298762
2018-05-11 13:15:45 -07:00
Google APIs
f554d3e336
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 194941589
2018-05-01 08:40:24 -07:00