@@ -96,6 +96,7 @@ java_gapic_library(
96
96
srcs = [":cx_proto_with_info" ],
97
97
gapic_yaml = None ,
98
98
grpc_service_config = "dialogflow_grpc_service_config.json" ,
99
+ rest_numeric_enums = False ,
99
100
service_yaml = "dialogflow_v3.yaml" ,
100
101
test_deps = [
101
102
":cx_java_grpc" ,
@@ -191,6 +192,7 @@ go_gapic_library(
191
192
grpc_service_config = "dialogflow_grpc_service_config.json" ,
192
193
importpath = "cloud.google.com/go/dialogflow/cx/apiv3;cx" ,
193
194
metadata = True ,
195
+ rest_numeric_enums = False ,
194
196
service_yaml = "dialogflow_v3.yaml" ,
195
197
transport = "grpc+rest" ,
196
198
deps = [
@@ -229,6 +231,7 @@ load(
229
231
"@com_google_googleapis_imports//:imports.bzl" ,
230
232
"py_gapic_assembly_pkg" ,
231
233
"py_gapic_library" ,
234
+ "py_test" ,
232
235
)
233
236
234
237
py_gapic_library (
@@ -239,20 +242,23 @@ py_gapic_library(
239
242
"python-gapic-name=dialogflowcx" ,
240
243
"python-gapic-namespace=google.cloud" ,
241
244
],
245
+ rest_numeric_enums = False ,
242
246
service_yaml = "dialogflow_v3.yaml" ,
243
247
transport = "grpc" ,
248
+ deps = [
249
+ ],
244
250
)
245
251
246
252
# Uncomment once https://github.com/googleapis/gapic-generator-python/issues/1376 is fixed
247
- #py_test(
248
- # name = "cx_py_gapic_test",
249
- # srcs = [
250
- # "cx_py_gapic_pytest.py",
251
- # "cx_py_gapic_test.py",
252
- # ],
253
- # legacy_create_init = False,
254
- # deps = [":cx_py_gapic"],
255
- #)
253
+ # py_test(
254
+ # name = "cx_py_gapic_test",
255
+ # srcs = [
256
+ # "cx_py_gapic_pytest.py",
257
+ # "cx_py_gapic_test.py",
258
+ # ],
259
+ # legacy_create_init = False,
260
+ # deps = [":cx_py_gapic"],
261
+ # )
256
262
257
263
# Open Source Packages
258
264
py_gapic_assembly_pkg (
@@ -288,6 +294,7 @@ php_gapic_library(
288
294
name = "cx_php_gapic" ,
289
295
srcs = [":cx_proto_with_info" ],
290
296
grpc_service_config = "dialogflow_grpc_service_config.json" ,
297
+ rest_numeric_enums = False ,
291
298
service_yaml = "dialogflow_v3.yaml" ,
292
299
deps = [
293
300
":cx_php_grpc" ,
@@ -321,6 +328,7 @@ nodejs_gapic_library(
321
328
extra_protoc_parameters = ["metadata" ],
322
329
grpc_service_config = "dialogflow_grpc_service_config.json" ,
323
330
package = "google.cloud.dialogflow.cx.v3" ,
331
+ rest_numeric_enums = False ,
324
332
service_yaml = "dialogflow_v3.yaml" ,
325
333
deps = [],
326
334
mixins = "google.longrunning.Operations;google.cloud.location.Locations" ,
@@ -368,6 +376,7 @@ ruby_cloud_gapic_library(
368
376
"ruby-cloud-product-url=https://cloud.google.com/dialogflow" ,
369
377
],
370
378
grpc_service_config = "dialogflow_grpc_service_config.json" ,
379
+ rest_numeric_enums = False ,
371
380
ruby_cloud_description = "Dialogflow is an end-to-end, build-once deploy-everywhere development suite for creating conversational interfaces for websites, mobile applications, popular messaging platforms, and IoT devices. You can use it to build interfaces (such as chatbots and conversational IVR) that enable natural and rich interactions between your users and your business. This client is for Dialogflow CX, providing an advanced agent type suitable for large or very complex agents." ,
372
381
ruby_cloud_title = "Dialogflow CX V3" ,
373
382
service_yaml = "dialogflow_v3.yaml" ,
@@ -414,6 +423,7 @@ csharp_gapic_library(
414
423
srcs = [":cx_proto_with_info" ],
415
424
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json" ,
416
425
grpc_service_config = "dialogflow_grpc_service_config.json" ,
426
+ rest_numeric_enums = False ,
417
427
service_yaml = "dialogflow_v3.yaml" ,
418
428
deps = [
419
429
":cx_csharp_grpc" ,
0 commit comments