Commit graph

50 commits

Author SHA1 Message Date
Google APIs
4221b78ecd chore(php): remove non-ads php_grpc_library targets
PiperOrigin-RevId: 536549230
2023-05-30 17:06:44 -07:00
Google APIs
d0da39a25e chore(bazel): remove all no-op go_test targets
PiperOrigin-RevId: 535010591
2023-05-24 15:55:02 -07:00
Google APIs
57b675c153 chore: update go_gapic_assembly_pkg with snippets archive
PiperOrigin-RevId: 524917171
2023-04-17 12:24:09 -07:00
Google APIs
b5b457107d fix: Add service_yaml_parameters to java_gapic_library targets
PiperOrigin-RevId: 515423972
2023-03-09 13:24:42 -08:00
Google APIs
2029bd6047 fix: ensure proper LRO & mixin HTTP overloads are used
PiperOrigin-RevId: 511530528
2023-02-22 10:21:40 -08:00
Google APIs
c35b98606b feat: Add appropriate mixin clients
PiperOrigin-RevId: 510193779
2023-02-16 11:11:54 -08:00
Google APIs
5edc235617 fix: Add service_yaml_parameters to py_gapic_library BUILD.bazel targets
PiperOrigin-RevId: 510187992
2023-02-16 10:51:01 -08:00
Google APIs
758f0d1217 chore: Enable requesting numeric enums in "transport=rest" responses for services supporting this (Java, Go, Python, PHP, TypeScript, C#, and Ruby), even if they do not yet turn on REST transport
chore: disallow "transport=rest" for services where numeric enums are not confirmed to be supported (except in PHP and Java)
PiperOrigin-RevId: 493113566
2022-12-05 14:28:58 -08:00
Google APIs
013b7e1deb chore: Set transport parameter expclicitly for php, nodejs and remaining java gapic rules
PiperOrigin-RevId: 485725710
2022-11-02 16:32:36 -07:00
Google APIs
69fc6c5b87 chore: include generated samples dir for all google apis
PiperOrigin-RevId: 485653021
2022-11-02 11:44:34 -07:00
Google APIs
807125e795 chore: Set rest_numeric_enums = False for all gapic rules explicitly
PiperOrigin-RevId: 485623855
2022-11-02 10:02:17 -07:00
Google APIs
8f81accbe6 chore: Explicitly set transport to grpc for python targets
PiperOrigin-RevId: 474394710
2022-09-14 14:40:43 -07:00
Google APIs
565a550886 fix: integrate gapic-generator-python-1.4.1 and enable more py_test targets
PiperOrigin-RevId: 473833416
2022-09-12 13:40:59 -07:00
Google APIs
18cb30d03c fix: Fix resource name for remoteworkers API
PiperOrigin-RevId: 473797330
2022-09-12 11:15:51 -07:00
Google APIs
abe15226ba fix: Add py_test targets
PiperOrigin-RevId: 463701296
2022-07-27 16:06:30 -07:00
Google APIs
8a251f5225 feat: Enable REST transport for most of Java and Go clients
PiperOrigin-RevId: 456641589
2022-06-22 17:01:19 -07:00
Google APIs
7bc124cb89 chore: Add service_yaml config to all BUILD.bazel files that generate C# GAPIC libraries
PiperOrigin-RevId: 429496116
2022-02-18 00:10:22 -08:00
Google APIs
060218c3cc chore: rename PHP microgen Bazel rules, delete monolith rules in googleapis
Committer: @miraleung
PiperOrigin-RevId: 377518010
2021-06-04 08:36:42 -07:00
Google APIs
74bb45bfc8 chore: Migrate the Bazel rules for the libraries NOT published to google-cloud-ruby to use gapic-generator-ruby instead of the monolith generator.
PiperOrigin-RevId: 370517814
2021-04-26 12:36:51 -07:00
Google APIs
0cc3705e45 chore: migrate devtools/remoteworkers to the PHP microgenerator
Committer: @miraleung
PiperOrigin-RevId: 368055909
2021-04-12 12:24:10 -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
3131ab5786 chore: use python microgenerator rules for Cloud APIs
PiperOrigin-RevId: 350604597
2021-01-07 11:33:56 -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
5695950715 chore: migrate remoteworkers to the Java microgenerator
Committer: @miraleung
PiperOrigin-RevId: 345749750
2020-12-04 14:13:00 -08:00
Google APIs
d189e87120 chore: generate GAPIC metadata JSON file
PiperOrigin-RevId: 345596855
2020-12-03 21:01:09 -08:00
Google APIs
1b356bc2d8 chore: Rename service config file to follow generated conventions
PiperOrigin-RevId: 344835959
2020-11-30 10:18:04 -08:00
Google APIs
b1e1e0b13b fix: Remove redundant service config files.
PiperOrigin-RevId: 341774654
2020-11-11 00:10:17 -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
0e56befedb build: removing Artman configuration files
PiperOrigin-RevId: 321273506
2020-07-14 18:01:47 -07:00
Google APIs
e991d1717c fix: migrate remoteworkers/v1test2 to grpc_service_config
PiperOrigin-RevId: 317365805
2020-06-19 13:17:07 -07:00
Google APIs
3b775158ca Remove Tasks service from Remote Workers API.
BREAKING CHANGE: Dropping Tasks service from Remote Workers API.

PiperOrigin-RevId: 314631764
2020-06-03 16:58:23 -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
490bc55660 Enable gapicv2 for devtools/remoteworkers/v1test2
Committer: @miraleung
PiperOrigin-RevId: 304718691
2020-04-03 17:00:35 -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
555e844dbe chore: publish retry configs for iam admin, cloud asset, and remoteworkers
PiperOrigin-RevId: 283801979
2019-12-04 11:49:37 -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
96eb04516b Synchronize new proto/yaml changes.
PiperOrigin-RevId: 272221652
2019-10-01 08:56:51 -07:00
Google APIs
6e012ef875 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 272026449
2019-09-30 11:27:52 -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
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
540a500e36 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 235606860
2019-02-25 14:49:23 -08:00
Google APIs
d16dcddcb8 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 228927812
2019-01-11 12:45:24 -08:00
Google APIs
a6c0a3230c Synchronize new proto/yaml changes.
PiperOrigin-RevId: 206055570
2018-07-25 14:29:39 -07:00
Google APIs
2584090f0f Synchronize new proto/yaml changes.
PiperOrigin-RevId: 204768512
2018-07-16 10:51:32 -07:00
Google APIs
1f5f3990ab Synchronize new proto/yaml changes.
PiperOrigin-RevId: 196132290
2018-05-10 10:10:30 -07:00
Google APIs
861880fb21 Synchronize new proto changes. 2017-12-16 06:08:16 -08:00
Google APIs
d5ae506735 Synchronize new proto changes. 2017-12-12 06:08:33 -08:00