Commit graph

42 commits

Author SHA1 Message Date
Google APIs
dfe85eea9a chore: remove unnecessary (no-op) settings and files
PiperOrigin-RevId: 735772094
2025-03-11 08:52:16 -07:00
Google APIs
9415ba048a chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 732130682
2025-02-28 07:26:00 -08:00
Google APIs
bd4a8efea9 docs: add comment for RoadsService
PiperOrigin-RevId: 641969941
2024-06-10 11:34:20 -07:00
Google APIs
3597f7db21 chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 631538781
2024-05-07 13:56:05 -07:00
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
9b82d83b2f chore: update go_package and Go importpath
PiperOrigin-RevId: 531279558
2023-05-11 12:43:13 -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
be1bdffd89 feat: Support REST transport
PiperOrigin-RevId: 514827824
2023-03-07 13:44:05 -08:00
Google APIs
ad51757309 chore: Update C# GAPIC generator to latest release
chore: Remove C# REGAPIC transport from APIs with no HTTP annotations

PiperOrigin-RevId: 510967355
2023-02-20 04:54:58 -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
60e595bc90 chore: Update C# BUILD.bazel targets
PiperOrigin-RevId: 510071506
2023-02-16 01:18:40 -08:00
Google APIs
218e00bd78 chore(deps): Update gapic-generator-java to 2.15.0
PiperOrigin-RevId: 506725051
2023-02-02 14:33:32 -08:00
Google APIs
9f04c98877 feat(csharp): Enable REST transport in C#
This change does not affect other languages.

PiperOrigin-RevId: 503159211
2023-01-19 07:28:33 -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
cfa1b3782d chore: remove unused proto imports
PiperOrigin-RevId: 468735472
2022-08-19 10:41:57 -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
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
c41856414c chore: migrate maps/roads to the PHP microgenerator
Committer: @miraleung
PiperOrigin-RevId: 370936256
2021-04-28 10:48:45 -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
28a44eced3 chore: migrate maps/roads onto the {Java,Python} microgenerators
Committer: @miraleung
PiperOrigin-RevId: 357770189
2021-02-16 11:47:25 -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
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
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
b89abbf12c chore(google/maps): Rename nox.py to noxfile.py
upstream wip fix here: https://github.com/googleapis/gapic-generator/pull/3156

PiperOrigin-RevId: 304411146
2020-04-02 09:07:13 -07:00
Google APIs
6da3d64919 fix(google/maps): Change importpath to developers.google.com/maps/go.
PiperOrigin-RevId: 303976942
2020-03-31 09:12:28 -07:00
Google APIs
2be23f3f30 fix(google/maps): Add post-processing rules for Google Maps APIs
PiperOrigin-RevId: 302925222
2020-03-25 12:04:40 -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
a1a573c3ee fix: change go package to use cloud.google.com/go/maps
PiperOrigin-RevId: 300661825
2020-03-12 17:48:17 -07:00
Google APIs
85e454be7a docs(google/maps/roads): remove mention of nonexported api
PiperOrigin-RevId: 300367734
2020-03-11 11:22:24 -07:00
Google APIs
8f631c4c70 build(google/maps/roads/v1op): move go to monorepo pattern
PiperOrigin-RevId: 299885195
2020-03-09 11:10:03 -07:00
Google APIs
d668165188 build(google/maps/roads/v1op): Add bazel build files to generate clients.
PiperOrigin-RevId: 299851148
2020-03-09 08:50:50 -07:00
Google APIs
be2663fa95 fix(google/maps/roads): add missing opening bracket
PiperOrigin-RevId: 290964086
2020-01-22 09:02:32 -08:00
Google APIs
94e9e90c30 Adds Google Maps Road service
PiperOrigin-RevId: 290795667
2020-01-21 12:13:03 -08:00