|
|
|
@ -13,12 +13,17 @@ proto_library( |
|
|
|
|
], |
|
|
|
|
deps = [ |
|
|
|
|
"//google/api:annotations_proto", |
|
|
|
|
"//google/api:client_proto", |
|
|
|
|
"//google/api:field_behavior_proto", |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
proto_library_with_info( |
|
|
|
|
name = "texttospeech_proto_with_info", |
|
|
|
|
deps = [":texttospeech_proto"], |
|
|
|
|
deps = [ |
|
|
|
|
":texttospeech_proto", |
|
|
|
|
"//google/cloud:common_resources_proto", |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
############################################################################## |
|
|
|
@ -30,13 +35,9 @@ load( |
|
|
|
|
"java_gapic_library", |
|
|
|
|
"java_gapic_assembly_gradle_pkg", |
|
|
|
|
"java_proto_library", |
|
|
|
|
"java_test", |
|
|
|
|
"java_gapic_test", |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
_JAVA_GRPC_DEPS = [ |
|
|
|
|
"@com_google_api_grpc_proto_google_common_protos//jar", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
java_proto_library( |
|
|
|
|
name = "texttospeech_java_proto", |
|
|
|
|
deps = [":texttospeech_proto"], |
|
|
|
@ -45,39 +46,36 @@ java_proto_library( |
|
|
|
|
java_grpc_library( |
|
|
|
|
name = "texttospeech_java_grpc", |
|
|
|
|
srcs = [":texttospeech_proto"], |
|
|
|
|
deps = [":texttospeech_java_proto"] + _JAVA_GRPC_DEPS, |
|
|
|
|
deps = [":texttospeech_java_proto"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
java_gapic_library( |
|
|
|
|
name = "texttospeech_java_gapic", |
|
|
|
|
src = ":texttospeech_proto_with_info", |
|
|
|
|
gapic_yaml = "texttospeech_gapic.yaml", |
|
|
|
|
package = "google.cloud.texttospeech.v1", |
|
|
|
|
service_yaml = "//google/cloud/texttospeech:tts_v1.yaml", |
|
|
|
|
test_deps = [":texttospeech_java_grpc"], |
|
|
|
|
deps = [":texttospeech_java_proto"] + _JAVA_GRPC_DEPS, |
|
|
|
|
deps = [":texttospeech_java_proto"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
[java_test( |
|
|
|
|
name = test_name, |
|
|
|
|
test_class = test_name, |
|
|
|
|
java_gapic_test( |
|
|
|
|
name = "texttospeech_java_gapic_test_suite", |
|
|
|
|
test_classes = [ |
|
|
|
|
"com.google.cloud.texttospeech.v1.TextToSpeechClientTest", |
|
|
|
|
], |
|
|
|
|
runtime_deps = [":texttospeech_java_gapic_test"], |
|
|
|
|
) for test_name in [ |
|
|
|
|
"com.google.cloud.texttospeech.v1.TextToSpeechClientTest", |
|
|
|
|
]] |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
# Opensource Packages |
|
|
|
|
java_gapic_assembly_gradle_pkg( |
|
|
|
|
name = "google-cloud-texttospeech-v1-java", |
|
|
|
|
client_deps = [":texttospeech_java_gapic"], |
|
|
|
|
client_group = "com.google.cloud", |
|
|
|
|
client_test_deps = [":texttospeech_java_gapic_test"], |
|
|
|
|
grpc_deps = [":texttospeech_java_grpc"], |
|
|
|
|
grpc_group = "com.google.api.grpc", |
|
|
|
|
proto_deps = [ |
|
|
|
|
deps = [ |
|
|
|
|
":texttospeech_java_gapic", |
|
|
|
|
":texttospeech_java_grpc", |
|
|
|
|
":texttospeech_java_proto", |
|
|
|
|
":texttospeech_proto", |
|
|
|
|
] + _JAVA_GRPC_DEPS, |
|
|
|
|
version = "0.0.0-SNAPSHOT", |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
############################################################################## |
|
|
|
@ -104,6 +102,7 @@ go_gapic_library( |
|
|
|
|
src = ":texttospeech_proto_with_info", |
|
|
|
|
gapic_yaml = "texttospeech_gapic.yaml", |
|
|
|
|
importpath = "cloud.google.com/go/texttospeech/apiv1", |
|
|
|
|
package = "google.cloud.texttospeech.v1", |
|
|
|
|
service_yaml = "//google/cloud/texttospeech:tts_v1.yaml", |
|
|
|
|
deps = [":texttospeech_go_proto"], |
|
|
|
|
) |
|
|
|
@ -125,3 +124,161 @@ go_gapic_assembly_pkg( |
|
|
|
|
":texttospeech_go_proto", |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
############################################################################## |
|
|
|
|
# PHP |
|
|
|
|
############################################################################## |
|
|
|
|
load( |
|
|
|
|
"@com_google_googleapis_imports//:imports.bzl", |
|
|
|
|
"php_proto_library", |
|
|
|
|
"php_grpc_library", |
|
|
|
|
"php_gapic_library", |
|
|
|
|
"php_gapic_assembly_pkg", |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
php_proto_library( |
|
|
|
|
name = "texttospeech_php_proto", |
|
|
|
|
deps = [":texttospeech_proto"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
php_grpc_library( |
|
|
|
|
name = "texttospeech_php_grpc", |
|
|
|
|
srcs = [":texttospeech_proto"], |
|
|
|
|
deps = [":texttospeech_php_proto"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
php_gapic_library( |
|
|
|
|
name = "texttospeech_php_gapic", |
|
|
|
|
src = ":texttospeech_proto_with_info", |
|
|
|
|
gapic_yaml = "texttospeech_gapic.yaml", |
|
|
|
|
package = "google.cloud.texttospeech.v1", |
|
|
|
|
service_yaml = "//google/cloud/texttospeech:tts_v1.yaml", |
|
|
|
|
deps = [ |
|
|
|
|
":texttospeech_php_grpc", |
|
|
|
|
":texttospeech_php_proto", |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
# Opensource Packages |
|
|
|
|
php_gapic_assembly_pkg( |
|
|
|
|
name = "google-cloud-texttospeech-v1-php", |
|
|
|
|
deps = [ |
|
|
|
|
":texttospeech_php_gapic", |
|
|
|
|
":texttospeech_php_grpc", |
|
|
|
|
":texttospeech_php_proto", |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
############################################################################## |
|
|
|
|
# Node.js |
|
|
|
|
############################################################################## |
|
|
|
|
load( |
|
|
|
|
"@com_google_googleapis_imports//:imports.bzl", |
|
|
|
|
"nodejs_gapic_library", |
|
|
|
|
"nodejs_gapic_assembly_pkg", |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
nodejs_gapic_library( |
|
|
|
|
name = "texttospeech_nodejs_gapic", |
|
|
|
|
src = ":texttospeech_proto_with_info", |
|
|
|
|
gapic_yaml = "texttospeech_gapic.yaml", |
|
|
|
|
package = "google.cloud.texttospeech.v1", |
|
|
|
|
service_yaml = "//google/cloud/texttospeech:tts_v1.yaml", |
|
|
|
|
deps = [], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
nodejs_gapic_assembly_pkg( |
|
|
|
|
name = "texttospeech-v1-nodejs", |
|
|
|
|
deps = [ |
|
|
|
|
":texttospeech_nodejs_gapic", |
|
|
|
|
":texttospeech_proto", |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
############################################################################## |
|
|
|
|
# Ruby |
|
|
|
|
############################################################################## |
|
|
|
|
load( |
|
|
|
|
"@com_google_googleapis_imports//:imports.bzl", |
|
|
|
|
"ruby_proto_library", |
|
|
|
|
"ruby_grpc_library", |
|
|
|
|
"ruby_gapic_library", |
|
|
|
|
"ruby_gapic_assembly_pkg", |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
ruby_proto_library( |
|
|
|
|
name = "texttospeech_ruby_proto", |
|
|
|
|
deps = [":texttospeech_proto"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
ruby_grpc_library( |
|
|
|
|
name = "texttospeech_ruby_grpc", |
|
|
|
|
srcs = [":texttospeech_proto"], |
|
|
|
|
deps = [":texttospeech_ruby_proto"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
ruby_gapic_library( |
|
|
|
|
name = "texttospeech_ruby_gapic", |
|
|
|
|
src = ":texttospeech_proto_with_info", |
|
|
|
|
gapic_yaml = "texttospeech_gapic.yaml", |
|
|
|
|
package = "google.cloud.texttospeech.v1", |
|
|
|
|
service_yaml = "//google/cloud/texttospeech:tts_v1.yaml", |
|
|
|
|
deps = [ |
|
|
|
|
":langauge_ruby_grpc", |
|
|
|
|
":texttospeech_ruby_proto", |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
# Opensource Packages |
|
|
|
|
ruby_gapic_assembly_pkg( |
|
|
|
|
name = "google-cloud-texttospeech-v1-ruby", |
|
|
|
|
deps = [ |
|
|
|
|
":texttospeech_ruby_gapic", |
|
|
|
|
":texttospeech_ruby_grpc", |
|
|
|
|
":texttospeech_ruby_proto", |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
############################################################################## |
|
|
|
|
# C# |
|
|
|
|
############################################################################## |
|
|
|
|
load( |
|
|
|
|
"@com_google_googleapis_imports//:imports.bzl", |
|
|
|
|
"csharp_proto_library", |
|
|
|
|
"csharp_grpc_library", |
|
|
|
|
"csharp_gapic_library", |
|
|
|
|
"csharp_gapic_assembly_pkg", |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
csharp_proto_library( |
|
|
|
|
name = "texttospeech_csharp_proto", |
|
|
|
|
deps = [":texttospeech_proto"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
csharp_grpc_library( |
|
|
|
|
name = "texttospeech_csharp_grpc", |
|
|
|
|
srcs = [":texttospeech_proto"], |
|
|
|
|
deps = [":texttospeech_csharp_proto"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
csharp_gapic_library( |
|
|
|
|
name = "texttospeech_csharp_gapic", |
|
|
|
|
src = ":texttospeech_proto_with_info", |
|
|
|
|
gapic_yaml = "texttospeech_gapic.yaml", |
|
|
|
|
package = "google.cloud.texttospeech.v1", |
|
|
|
|
service_yaml = "//google/cloud/texttospeech:tts_v1.yaml", |
|
|
|
|
deps = [ |
|
|
|
|
":langauge_csharp_grpc", |
|
|
|
|
":texttospeech_csharp_proto", |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
# Opensource Packages |
|
|
|
|
csharp_gapic_assembly_pkg( |
|
|
|
|
name = "google-cloud-texttospeech-v1-csharp", |
|
|
|
|
deps = [ |
|
|
|
|
":texttospeech_csharp_gapic", |
|
|
|
|
":texttospeech_csharp_grpc", |
|
|
|
|
":texttospeech_csharp_proto", |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|