|
|
|
@ -100,8 +100,8 @@ java_gapic_library( |
|
|
|
|
rest_numeric_enums = True, |
|
|
|
|
service_yaml = "dialogflow_v3.yaml", |
|
|
|
|
test_deps = [ |
|
|
|
|
":cx_java_grpc", |
|
|
|
|
"//google/cloud/location:location_java_grpc", |
|
|
|
|
":cx_java_grpc", |
|
|
|
|
], |
|
|
|
|
transport = "grpc+rest", |
|
|
|
|
deps = [ |
|
|
|
@ -226,6 +226,7 @@ load( |
|
|
|
|
"@com_google_googleapis_imports//:imports.bzl", |
|
|
|
|
"py_gapic_assembly_pkg", |
|
|
|
|
"py_gapic_library", |
|
|
|
|
"py_test", |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
py_gapic_library( |
|
|
|
@ -286,7 +287,9 @@ php_gapic_library( |
|
|
|
|
rest_numeric_enums = True, |
|
|
|
|
service_yaml = "dialogflow_v3.yaml", |
|
|
|
|
transport = "grpc+rest", |
|
|
|
|
deps = [":cx_php_proto"], |
|
|
|
|
deps = [ |
|
|
|
|
":cx_php_proto", |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
# Open Source Packages |
|
|
|
@ -397,6 +400,7 @@ load( |
|
|
|
|
|
|
|
|
|
csharp_proto_library( |
|
|
|
|
name = "cx_csharp_proto", |
|
|
|
|
extra_opts = [], |
|
|
|
|
deps = [":cx_proto"], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|