Commit graph

51 commits

Author SHA1 Message Date
Google APIs
a6f3c42482 chore: migrate maps/unity to the PHP microgenerator
Committer: @miraleung
PiperOrigin-RevId: 374229164
2021-05-17 11:00:29 -07:00
Google APIs
7467f29ba8 chore: migrate maps/playablelocations to the PHP microgenerator
Committer: @miraleung
PiperOrigin-RevId: 373589757
2021-05-13 09:11:39 -07:00
Google APIs
b0e8809d55 chore: migrate maps/routes to the PHP microgenerator
Committer: @miraleung
PiperOrigin-RevId: 373493291
2021-05-12 19:27:47 -07:00
Google APIs
bab2449053 feat: Add ComputeCustomRoutes service and its request and response protos.
PiperOrigin-RevId: 373207098
2021-05-11 12:32:24 -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
48cb02d6fc feat: Add toll pass for Brazil, Mexico and New York.
PiperOrigin-RevId: 368311798
2021-04-13 15:51:32 -07:00
Google APIs
8586c62be9 feat: Add toll pass for Chicago, Massachusetts Turnpike, and San Francisco.
PiperOrigin-RevId: 365836845
2021-03-30 10:10:12 -07:00
Google APIs
961dc7c804 feat: Add TAXI travel mode and PolylineEncoding.
PiperOrigin-RevId: 364401367
2021-03-22 13:55:05 -07:00
Google APIs
fce32c047c chore: update maps/routespreferred Gapic schema to 2.0
Committer: @miraleung
PiperOrigin-RevId: 358452585
2021-02-19 11:55:44 -08:00
Google APIs
8b0cc14345 chore: delete unused gapic.yaml configs for maps/routespreferred
Committer: @miraleung
PiperOrigin-RevId: 357946238
2021-02-17 07:45:35 -08:00
Google APIs
c465e2fca4 chore: migrate Enduro to the {Java,Python} microgenerators
Committer: @miraleung
PiperOrigin-RevId: 357862785
2021-02-16 20:13:18 -08:00
Google APIs
9af3d4dd47 chore: migrate maps/routes onto the {Java,Python} microgenerators
Committer: @miraleung
PiperOrigin-RevId: 357794425
2021-02-16 13:38:33 -08:00
Google APIs
a3b60b0ddc chore: migrate maps/routes onto the {Java,Python} microgenerators
Committer: @miraleung
PiperOrigin-RevId: 357773363
2021-02-16 12:00:35 -08: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
5a11760c9d feat: Add Traffic data to the leg and step level.
PiperOrigin-RevId: 357215334
2021-02-12 10:11:58 -08:00
Google APIs
b241bbc1ad feat: Added OAuth scope for the service
PiperOrigin-RevId: 350670798
2021-01-07 17:47:15 -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
9505d0ac32 feat: added ComputeRouteMatrix to v1 endpoint.
docs: updated ComputeRouteMatrix comments to reflect size restrictions.
docs: clarified RouteMatrixElementCondition documentation.
feat: added geo_json_linestring polyline type.
feat: added Argentina toll pass.

PiperOrigin-RevId: 344844888
2020-11-30 11:13:11 -08:00
Google APIs
793cd56ceb docs: Update Traffic-related comments.
PiperOrigin-RevId: 334854494
2020-10-01 11:12:21 -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
9ecb768fc3 Added a RouteMatrixElementCondition enum for RouteMatrixElement.
PiperOrigin-RevId: 322181375
2020-07-20 11:03:30 -07:00
Google APIs
b26f6585d6 docs: added information on required field mask for ComputeRouteMatrix
PiperOrigin-RevId: 320475647
2020-07-09 14:34:00 -07:00
Google APIs
275eb1955c Updated documentation of route modifiers.
Introduction of the documentation of speed reading intervals.

PiperOrigin-RevId: 318318689
2020-06-25 12:01:22 -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
8908178270 - Update SamplePlayableLocations minimum spacing documentation
- Add client library configurations

PiperOrigin-RevId: 313295881
2020-05-26 17:07:25 -07:00
Google APIs
c2bfceedfc Generating BUILD.bazel for maps/routes/v1alpha.
PiperOrigin-RevId: 308691010
2020-04-27 13:51:06 -07:00
Google APIs
b3bcfd059e fix(google/maps/routes): move gapic targets to match Routes Preferred API
The Routes Preferred API is not the same as the legacy Routes API. This moves
the client library to make a more clear distinction between the two. The
generated clients in google/maps/routespreferred/v1 still have a dependency on
the open source libraries published from the protos in
google/maps/routes/v1.

The client libraries for languages other than Go and Java have been removed
since they are currently broken and were before this change. No gapic targets
remain in google/maps/routes/v1 except for the Java proto and grpc assembly.
Protos for Go are automatically published through a different process. See
https://github.com/googleapis/go-genproto.

PiperOrigin-RevId: 307838123
2020-04-22 09:57:18 -07:00
Google APIs
69b4dc56d2 Publishing Routes Preferred v1alpha service definition.
PiperOrigin-RevId: 306955205
2020-04-16 17:35:26 -07:00
Google APIs
1bd77e8ce6 Publishing ComputeRouteMatrix request and reply messages.
PiperOrigin-RevId: 305974465
2020-04-10 17:28:18 -07:00
Google APIs
fe8b17aff5 build(google/maps): update python postprocessing
- modify python versions. see https://github.com/googleapis/gapic-generator/pull/3128
- use markdown readme instead of rst
- remove enum34
- fix namespace google.cloud -> google.maps. see https://github.com/googleapis/gapic-generator/issues/3166

PiperOrigin-RevId: 305773355
2020-04-09 15:31:10 -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
bbf26d7f11 Synchronize new proto/yaml changes.
PiperOrigin-RevId: 304409906
2020-04-02 08:56:24 -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
2983dccde5 build(google/maps): only modify root build.gradle with ext plugin
PiperOrigin-RevId: 303975876
2020-03-31 09:01:46 -07:00
Google APIs
8e22db908a chore(google/maps): Update postprocessing script for Java.
- Update root build.gradle to load local plugin
- Change com.google.api.grpc group to com.google.maps

PiperOrigin-RevId: 303176850
2020-03-26 13:00:02 -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
1cc6f0a7bf build(google/maps/routes): generate api clients
PiperOrigin-RevId: 299955905
2020-03-09 15:54:16 -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
af7dff701f Add LogPlayerReports and LogImpressions to Playable Locations service
PiperOrigin-RevId: 299724050
2020-03-08 15:39:50 -07:00
Google APIs
10e9a0a833 build: add generated BUILD file for Routes Preferred API
PiperOrigin-RevId: 299164808
2020-03-05 12:26:46 -08:00
Google APIs
244e1d2c89 Add Playable Locations service
PiperOrigin-RevId: 291806349
2020-01-27 15:00:56 -08: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
Google APIs
7f0dab8177 Publish Routes Preferred API v1 service definitions.
PiperOrigin-RevId: 290326986
2020-01-17 13:08:45 -08:00