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
d189e87120
chore: generate GAPIC metadata JSON file
...
PiperOrigin-RevId: 345596855
2020-12-03 21:01:09 -08:00
Google APIs
1b2c980fc3
chore: migrate recommender to the Java microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 345529326
2020-12-03 14:00:01 -08:00
Google APIs
8ff09481ba
chore: updates BUILD.bazel files to use Python microgenerator
...
PiperOrigin-RevId: 343290645
2020-11-19 07:57:42 -08:00
Google APIs
9bdc6e729f
fix: updating the v1 retry params name for ListInsights, GetInsight, and MarkInsightAccepted.
...
PiperOrigin-RevId: 339319071
2020-10-27 13:36:33 -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
07460951fc
Add insight logging protos to Recommender v1.
...
PiperOrigin-RevId: 320124233
2020-07-07 21:56:08 -07:00
Google APIs
5202cfe3e5
feat: adds methods for interacting with insights
...
PiperOrigin-RevId: 319247865
2020-07-01 10:15:09 -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
e176585e0f
fix: migrate recommender/v1beta1 to grpc_service_config
...
PiperOrigin-RevId: 316146015
2020-06-12 12:08:16 -07:00
Google APIs
8d07e2a5d2
fix: migrate recommender/v1 to grpc_service_config
...
PiperOrigin-RevId: 316145983
2020-06-12 11:57:51 -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
8eb444cf5f
Add logging protos for Recommender v1beta1.
...
PiperOrigin-RevId: 303426030
2020-03-27 16:05: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
13942d1a85
Add logging protos for Recommender v1.
...
PiperOrigin-RevId: 300689896
2020-03-12 22:01:11 -07:00
Google APIs
836c196dc8
Regenerate recommender v1beta1 gRPC ServiceConfig file for Insights methods.
...
PiperOrigin-RevId: 300549302
2020-03-12 08:04:51 -07:00
Google APIs
d99df0d670
Fix: Correct spelling in C# namespace option
...
PiperOrigin-RevId: 289709813
2020-01-14 12:47:54 -08:00
Google APIs
2fa8d48165
feat: Publish Recommender v1 to GitHub.
...
Committer: @lukesneeringer
PiperOrigin-RevId: 289619243
2020-01-14 03:31:16 -08:00
Google APIs
1dbfd3fe43
Fix bazel build
...
Add other langauges (Java was already there) for bigquery/storage/v1alpha2 api.
PiperOrigin-RevId: 289519766
2020-01-13 14:28:41 -08:00
Google APIs
fce7d80fa1
Do not pass samples option for Artman config of recommender v1 API.
...
PiperOrigin-RevId: 289477403
2020-01-13 11:02:26 -08:00
Google APIs
51217a67e7
Create BUILD file for recommender v1
...
PiperOrigin-RevId: 289183234
2020-01-10 16:03:16 -08:00
Google APIs
acacd87263
Generate recommender v1 API protos and gRPC ServiceConfig files
...
PiperOrigin-RevId: 289177510
2020-01-10 15:31:43 -08:00
Google APIs
4543762b23
Fix Bazel build
...
billing/v1 and dialogflow/v2 remain broken (not bazel-related issues).
Billing has wrong configuration, dialogflow failure is caused by a bug in documentation plugin.
PiperOrigin-RevId: 289140194
2020-01-10 12:18:27 -08:00
Google APIs
5ef42bcd36
Migrate Recommender v1beta1 to GAPIC v2.
...
Committer: @lukesneeringer
PiperOrigin-RevId: 288713066
2020-01-08 09:29:11 -08:00
Google APIs
2cc56cb83e
Create sample for list recommendations
...
PiperOrigin-RevId: 282665402
2019-11-26 16:50:01 -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
777b580a04
Create BUILD file for recommender v1beta1
...
PiperOrigin-RevId: 282068850
2019-11-22 17:04:33 -08:00
Google APIs
48b385b6ef
Generate recommender v1beta1 gRPC ServiceConfig file
...
PiperOrigin-RevId: 282067795
2019-11-22 16:53:45 -08:00
Google APIs
ad6f0c0021
Remove unneeded yaml files
...
PiperOrigin-RevId: 281835839
2019-11-21 15:03:33 -08:00
Google APIs
f95883b15a
Regenerate recommender v1beta1 protos and sanitized yaml
...
PiperOrigin-RevId: 281765245
2019-11-21 09:53:35 -08:00
Google APIs
b4c73face8
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 256453142
2019-07-03 15:56:17 -07:00