Google APIs
4544df0557
chore: migrate redis to the PHP microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 370933559
2021-04-28 10:38:06 -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
fa1a1755bb
chore: migrate redis to the Java microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 346121774
2020-12-07 10:57:38 -08:00
Google APIs
d189e87120
chore: generate GAPIC metadata JSON file
...
PiperOrigin-RevId: 345596855
2020-12-03 21:01:09 -08:00
Google APIs
7391e775fd
fix: switch all local LRO Go GAPIC deps to remote
...
PiperOrigin-RevId: 338561467
2020-10-22 15:30:23 -07:00
Google APIs
ba5a928ab8
migrate redis BUILD file python part to use microgen
...
PiperOrigin-RevId: 331550506
2020-09-14 08:33:49 -07: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
3b634f6060
build: drop Artman config
...
PiperOrigin-RevId: 321028717
2020-07-13 14:02:36 -07:00
Google APIs
76905ffe7e
redis: v1 add UpgradeInstance request
...
PiperOrigin-RevId: 319332818
2020-07-01 18:24:51 -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
57e72ebf70
fix: migrate redis/v1beta1 to grpc_service_config
...
PiperOrigin-RevId: 316690171
2020-06-16 08:51:45 -07:00
Google APIs
1174f4ab1e
fix: migrate redis/v1 to grpc_service_config
...
PiperOrigin-RevId: 316514980
2020-06-15 12:11:48 -07:00
Google APIs
8be3770465
docs: change relative URLs to absolute URLs to fix broken links.
...
PiperOrigin-RevId: 314442049
2020-06-02 18:09:28 -07:00
Google APIs
ce56112c35
chore: fix all deps on LRO in go_gapic_library
...
Removes uses of external dependency on longrunning/autogen:go_default_library
in favor of the local target //google/lonrunning:longrunning_go_gapic.
PiperOrigin-RevId: 314387187
2020-06-02 12:57:24 -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
ff74d47d47
fix: PHP-related fixes in BUILD.bazel and service.yamls
...
This PR also adds the rules for all 7 langauges in OsLogin and Kms BUILD.bazel files. Those build files were missing rules for 5 langagues, including PHP.
This PR is the prerequisite for migrating PHP synth.py scripts from artman to bazel.
The fixes in service.yaml fix regression made during proto annotation migration. This became visible only during PHP generation, because only PHP depends on the affected sections of the service.yaml config.
PiperOrigin-RevId: 305108224
2020-04-06 13:46:40 -07:00
Google APIs
32dc6e8320
redis: v1beta1 enables REDIS_5_0 as an option for redis_version field and adds two new redis configs --stream-node-max-entries --stream-node-max-bytes
...
PiperOrigin-RevId: 302958009
2020-03-25 13:42:18 -07:00
Google APIs
685f16483c
redis: v1 enables REDIS_5_0 as an option for redis_version field and adds two new redis configs --stream-node-max-entries --stream-node-max-bytes
...
PiperOrigin-RevId: 302957729
2020-03-25 13:31:31 -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
2c17ac33b2
Add parameter to sample generated for UpdateInstance. Related to https://github.com/googleapis/python-redis/issues/4
...
PiperOrigin-RevId: 294734008
2020-02-12 12:56:09 -08:00
Google APIs
6c7d28509b
redis: v1beta1 add UpgradeInstance and connect_mode field to Instance
...
PiperOrigin-RevId: 293242878
2020-02-04 15:35:19 -08:00
Google APIs
ae0abed4fc
redis: v1 add connect_mode field to Instance
...
PiperOrigin-RevId: 293241914
2020-02-04 15:24:39 -08:00
Google APIs
da0edeeef9
feat: publish several retry config files for client generation
...
PiperOrigin-RevId: 283614497
2019-12-03 13:50:12 -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
Google APIs
0c0bbaeb69
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 274037944
2019-10-10 14:21:31 -07:00
Google APIs
23c0700472
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 273356370
2019-10-07 13:00:32 -07:00
Google APIs
095078e85f
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 270356415
2019-09-20 14:57:12 -07:00
Google APIs
1bed8d1291
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 270350913
2019-09-20 14:30:21 -07:00
Google APIs
3d92405586
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 270333086
2019-09-20 13:05:59 -07:00
Google APIs
db1807a940
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 270333062
2019-09-20 13:05:18 -07:00
Google APIs
cc3ec16957
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 252680304
2019-06-11 12:59:06 -07:00
Google APIs
7a5025c8c5
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 252108141
2019-06-07 13:29:54 -07:00
Google APIs
10049e8ea9
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 251157310
2019-06-02 20:21:30 -07:00
Google APIs
797024a0a3
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 251157279
2019-06-02 20:20:50 -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
25cbfd4a53
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 245137805
2019-04-24 16:16:24 -07:00
Google APIs
327ff9c09f
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 242045478
2019-04-04 17:52:32 -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
f2b7be2d0e
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 240251733
2019-03-25 17:23:01 -07:00