Commit Graph

26 Commits

Author SHA1 Message Date
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 2c29aa2222 chore: migrate recommendationengine to the Python microgenerator
Committer: @miraleung
PiperOrigin-RevId: 351468458
2021-01-12 16:40:32 -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 e792aa3aa2 chore: migrate recommendationengine to the Java microgenerator
Committer: @miraleung
PiperOrigin-RevId: 346120381
2020-12-07 10:47:16 -08:00
Google APIs d189e87120 chore: generate GAPIC metadata JSON file
PiperOrigin-RevId: 345596855
2020-12-03 21:01:09 -08:00
Google APIs 7e17784e64 fix!: Apply namespace/package options to RecommendationEngine resources proto.
BREAKING CHANGE: Access to options and other protobuf reflection via the old packages will fail after regeneration.

PiperOrigin-RevId: 341987835
2020-11-11 23:38:36 -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 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 864dfeafdd fix: remove "com." prefix in config service names
PiperOrigin-RevId: 316509011
2020-06-15 11:34:38 -07:00
Google APIs 1c722ced84 fix: migrate recommendationengine/v1beta1 to grpc_service_config
PiperOrigin-RevId: 316143794
2020-06-12 11:36:10 -07:00
Google APIs 8dbe1d7f96 fix: Fix Recommendationengine bazel dependencies
Without this fix the java_proto_library generates another copy of com.google.api.HttpBody, which causes a problem because this class is already included in the common java library.

PiperOrigin-RevId: 314672365
2020-06-03 22:58:12 -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 aaff764c18 chore: enable gapicv2 and annotate protos for recommendationengine/v1beta1 API
Committer: @miraleung
PiperOrigin-RevId: 309426927
2020-05-01 10:09:29 -07:00
Google APIs 7e1b880fd5 Add Ruby/PHP namespace options
PiperOrigin-RevId: 304288402
2020-04-01 16:45:28 -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 f0b581b5bd fix: recommendationengine/v1beta1 update some comments
PiperOrigin-RevId: 299181282
2020-03-05 13:37:19 -08:00
Google APIs 373d655703 Update Recs AI Beta public bazel file
PiperOrigin-RevId: 298961623
2020-03-04 15:55:21 -08:00
Google APIs d9835e922e Update some minor docs changes about user event proto
PiperOrigin-RevId: 295185610
2020-02-14 11:18:54 -08:00
Google APIs e46f761cd6 Generate the Bazel build file for recommendengine public api
PiperOrigin-RevId: 293710856
2020-02-06 17:06:13 -08:00
Google APIs 052b274138 Add source field for user event and add field behavior annotations
PiperOrigin-RevId: 293693115
2020-02-06 15:50:07 -08:00
Google APIs 4e1cfaa7c0 Update the public proto to support UTF-8 encoded id for CatalogService API, increase the ListCatalogItems deadline to 300s and some minor documentation change
PiperOrigin-RevId: 292030970
2020-01-28 15:52:03 -08:00
Google APIs af9daa4c3b Add more programming language options to public proto
PiperOrigin-RevId: 290144091
2020-01-16 14:26:35 -08:00
Google APIs 908155991f Add Recommendations AI V1Beta1
PiperOrigin-RevId: 289901914
2020-01-15 11:34:30 -08:00