Google APIs
67752e6175
chore: migrate speech to the PHP microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 370975441
2021-04-28 13:38:17 -07:00
Google APIs
36a84fe3ea
feat: add webm opus support.
...
Committer: @jameszhao
PiperOrigin-RevId: 370523741
2021-04-26 13:03:14 -07:00
Google APIs
93b078ae0d
feat: Support for spoken punctuation and spoken emojis.
...
PiperOrigin-RevId: 367239272
2021-04-07 09:49:50 -07:00
Google APIs
72326861be
feat: Support output transcript to GCS for LongRunningRecognize.
...
PiperOrigin-RevId: 362934100
2021-03-15 07:18:37 -07:00
Google APIs
b6ebac16c3
feat: Support output transcript to GCS for LongRunningRecognize.
...
PiperOrigin-RevId: 362294447
2021-03-11 08:08:33 -08: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
959b0bcea3
feat: Update the ruby_cloud_gapic_library rules for the libraries published to google-cloud-ruby to the form that works with build_gen (separate parameters for ruby_cloud_title and ruby_cloud_description).
...
chore: Update Bazel-Ruby rules version.
chore: Update build_gen version.
PiperOrigin-RevId: 358357761
2021-02-19 01:21:43 -08:00
Google APIs
56c65edc8b
feat: Support Model Adaptation.
...
PiperOrigin-RevId: 358182033
2021-02-18 08:21:31 -08:00
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
51547c9436
feat: C++ rules for frequently-mentioned services
...
These services come up in random bugs, requests for help on GitHub, etc. We think having the C++ rules for them would be useful, as there is some demand for them.
PiperOrigin-RevId: 348695619
2020-12-22 14:38:02 -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
d189e87120
chore: generate GAPIC metadata JSON file
...
PiperOrigin-RevId: 345596855
2020-12-03 21:01:09 -08:00
Google APIs
948b4798f4
chore: migrate speech to the Java microgenerator
...
Committer: @miraleung
PiperOrigin-RevId: 345300630
2020-12-02 13:40:05 -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
e0b66d4e7b
chore: use microgenerator rules for analytics-data, area120-tables, and speech
...
PiperOrigin-RevId: 332466786
2020-09-18 09:33:48 -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
d13e2da372
build: move gapic-generator-typescript parameters to BUILD.bazel files.
...
PiperOrigin-RevId: 318386808
2020-06-25 18:07:32 -07:00
Google APIs
c625516678
fix: migrate speech/v1 to grpc_service_config
...
PiperOrigin-RevId: 316899534
2020-06-17 09:15:44 -07:00
Google APIs
791505db47
fix: migrate speech/v1p1beta1 to grpc_service_config
...
PiperOrigin-RevId: 316899150
2020-06-17 09:05:08 -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
5a90d467aa
fix: restore GAPIC v2 retry configs
...
Restores GAPIC v2 retry config overrides that were
mistakenly removed during migration.
PiperOrigin-RevId: 312088359
2020-05-18 08:57:36 -07:00
Google APIs
4d61e1cb40
Add speech adaptation, phrase sets and custom classes.
...
PiperOrigin-RevId: 306280989
2020-04-13 12:06:01 -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
17567c4a1e
Removing erroneous comment, a la https://github.com/googleapis/java-speech/pull/103
...
PiperOrigin-RevId: 296332968
2020-02-20 17:19:44 -08:00
Google APIs
a985eeda90
Add default retry configurations for speech_v1p1beta1.
...
Settings are copied from speech_gapic.legacy.yaml. The Python client library is being generated with timeouts that are too low. See https://github.com/GoogleCloudPlatform/python-docs-samples/issues/2578
PiperOrigin-RevId: 286191318
2019-12-18 07:55:42 -08:00
Google APIs
6690161e3d
Add default retry configurations for speech_v1.
...
Settings are copied from speech_gapic.legacy.yaml. The Python client library is being generated with timeouts that are too low. See https://github.com/GoogleCloudPlatform/python-docs-samples/issues/2578
PiperOrigin-RevId: 284035915
2019-12-05 13:07:06 -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
5bc0fecee4
fix: adds operation HTTP rules back to v1p1beta1 config
...
PiperOrigin-RevId: 281635572
2019-11-20 17:17:48 -08:00
Google APIs
d47e1b4485
fix: replace Speech Recognize RPC retry_codes_name for non-standard assignment
...
PiperOrigin-RevId: 281594037
2019-11-20 14:17:02 -08:00
Google APIs
bc76ffd873
Use rules_proto bzl files to load proto_library
...
This makes googleapis forward compatible with Bazel incompatible change https://github.com/bazelbuild/bazel/issues/8922 .
This CL was created by adding @rules_proto to the WORKSPACE file and then running:
find . -name BUILD.bazel | \
while read build; do \
buildifier --lint=fix --warnings=load $build; \
done
Since buildifier cannot be told not to reformat the BUILD file, some files are reformatted.
PiperOrigin-RevId: 280356106
2019-11-13 22:28:15 -08:00
Google APIs
eafaf30b7a
fix: Restore deleted field to avoid a breaking change.
...
PiperOrigin-RevId: 279760458
2019-11-11 10:05:50 -08:00
Google APIs
58bc0f51b1
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 278368388
2019-11-04 06:52:52 -08:00
Google APIs
4e952e7e2b
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 277595731
2019-10-30 15:18:12 -07:00
Google APIs
a9589347c8
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 276110444
2019-10-22 11:43:03 -07:00
Google APIs
95c0959449
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 276083452
2019-10-22 09:46:06 -07:00
Google APIs
0c0bbaeb69
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 274037944
2019-10-10 14:21:31 -07:00
Google APIs
a5d0708f07
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 271102771
2019-09-25 05:16:23 -07:00
Google APIs
9dc1d37b6b
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 271101725
2019-09-25 05:06:07 -07:00
Google APIs
17e324b236
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 270959718
2019-09-24 12:18:27 -07:00
Google APIs
6216712120
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 270959368
2019-09-24 12:16:54 -07:00
Google APIs
c277413f18
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 270943570
2019-09-24 11:07:09 -07:00
Google APIs
6a9bb86202
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 270943416
2019-09-24 11:06:16 -07:00
Google APIs
85d476be7e
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 267169553
2019-09-04 09:34:48 -07:00
Google APIs
49f953989b
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 265786496
2019-08-27 15:59:08 -07:00
Google APIs
0906a9e74f
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 260061471
2019-07-25 18:18:14 -07:00
Google APIs
4b12afe729
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 259790363
2019-07-24 12:16:22 -07:00
Google APIs
3035bd51e2
Synchronize new proto/yaml changes.
...
PiperOrigin-RevId: 259653050
2019-07-23 18:16:29 -07:00