11# This file was automatically generated by BuildFileGenerator
2+ # https://github.com/googleapis/rules_gapic/tree/master/bazel
3+
4+ # Most of the manual changes to this file will be overwritten.
5+ # It's **only** allowed to change the following rule attribute values:
6+ # - names of *_gapic_assembly_* rules
7+ # - certain parameters of *_gapic_library rules, including but not limited to:
8+ # * extra_protoc_parameters
9+ # * extra_protoc_file_parameters
10+ # The complete list of preserved parameters can be found in the source code.
211
312# This is an API workspace, having public visibility by default makes perfect sense.
413package (default_visibility = ["//visibility:public" ])
@@ -28,6 +37,7 @@ proto_library(
2837 "@com_google_protobuf//:empty_proto" ,
2938 "@com_google_protobuf//:field_mask_proto" ,
3039 "@com_google_protobuf//:timestamp_proto" ,
40+ "@com_google_protobuf//:wrappers_proto" ,
3141 ],
3242)
3343
@@ -77,6 +87,7 @@ java_gapic_library(
7787java_gapic_test (
7888 name = "speech_java_gapic_test_suite" ,
7989 test_classes = [
90+ "com.google.cloud.speech.v1p1beta1.AdaptationClientTest" ,
8091 "com.google.cloud.speech.v1p1beta1.SpeechClientTest" ,
8192 ],
8293 runtime_deps = [":speech_java_gapic_test" ],
@@ -121,6 +132,7 @@ go_gapic_library(
121132 srcs = [":speech_proto_with_info" ],
122133 grpc_service_config = "speech_grpc_service_config.json" ,
123134 importpath = "cloud.google.com/go/speech/apiv1p1beta1;speech" ,
135+ metadata = True ,
124136 service_yaml = "speech_v1p1beta1.yaml" ,
125137 deps = [
126138 ":speech_go_proto" ,
@@ -144,6 +156,7 @@ go_gapic_assembly_pkg(
144156 name = "gapi-cloud-speech-v1p1beta1-go" ,
145157 deps = [
146158 ":speech_go_gapic" ,
159+ ":speech_go_gapic_srcjar-metadata.srcjar" ,
147160 ":speech_go_gapic_srcjar-test.srcjar" ,
148161 ":speech_go_proto" ,
149162 ],
@@ -250,8 +263,8 @@ nodejs_gapic_assembly_pkg(
250263##############################################################################
251264load (
252265 "@com_google_googleapis_imports//:imports.bzl" ,
253- "ruby_gapic_assembly_pkg" ,
254266 "ruby_cloud_gapic_library" ,
267+ "ruby_gapic_assembly_pkg" ,
255268 "ruby_grpc_library" ,
256269 "ruby_proto_library" ,
257270)
@@ -271,11 +284,11 @@ ruby_cloud_gapic_library(
271284 name = "speech_ruby_gapic" ,
272285 srcs = [":speech_proto_with_info" ],
273286 extra_protoc_parameters = [
274- "ruby-cloud-gem-name=google-cloud-speech-v1p1beta1" ,
275- "ruby-cloud-env-prefix=SPEECH" ,
276- "ruby-cloud-product-url=https://cloud.google.com/speech-to-text" ,
277287 "ruby-cloud-api-id=speech.googleapis.com" ,
278288 "ruby-cloud-api-shortname=speech" ,
289+ "ruby-cloud-env-prefix=SPEECH" ,
290+ "ruby-cloud-gem-name=google-cloud-speech-v1p1beta1" ,
291+ "ruby-cloud-product-url=https://cloud.google.com/speech-to-text" ,
279292 ],
280293 grpc_service_config = "speech_grpc_service_config.json" ,
281294 ruby_cloud_description = "Google Speech-to-Text enables developers to convert audio to text by applying powerful neural network models in an easy-to-use API. The API recognizes more than 120 languages and variants to support your global user base. You can enable voice command-and-control, transcribe audio from call centers, and more. It can process real-time streaming or prerecorded audio, using Google's machine learning technology." ,
0 commit comments