@@ -85,6 +85,7 @@ java_gapic_library(
85
85
srcs = [":dashboard_proto_with_info" ],
86
86
gapic_yaml = "monitoring_gapic.yaml" ,
87
87
grpc_service_config = "dashboards_grpc_service_config.json" ,
88
+ rest_numeric_enums = False ,
88
89
service_yaml = "monitoring.yaml" ,
89
90
test_deps = [
90
91
":dashboard_java_grpc" ,
@@ -108,6 +109,7 @@ java_gapic_test(
108
109
# Open Source Packages
109
110
java_gapic_assembly_gradle_pkg (
110
111
name = "google-cloud-monitoring-dashboard-v1-java" ,
112
+ include_samples = True ,
111
113
transport = "grpc+rest" ,
112
114
deps = [
113
115
":dashboard_java_gapic" ,
@@ -144,6 +146,7 @@ go_gapic_library(
144
146
grpc_service_config = "dashboards_grpc_service_config.json" ,
145
147
importpath = "cloud.google.com/go/monitoring/dashboard/apiv1;dashboard" ,
146
148
metadata = True ,
149
+ rest_numeric_enums = False ,
147
150
service_yaml = "monitoring.yaml" ,
148
151
transport = "grpc+rest" ,
149
152
deps = [
@@ -184,7 +187,11 @@ py_gapic_library(
184
187
name = "dashboard_py_gapic" ,
185
188
srcs = [":dashboard_proto" ],
186
189
grpc_service_config = "dashboards_grpc_service_config.json" ,
190
+ rest_numeric_enums = False ,
191
+ service_yaml = "monitoring.yaml" ,
187
192
transport = "grpc" ,
193
+ deps = [
194
+ ],
188
195
)
189
196
190
197
py_test (
@@ -231,6 +238,7 @@ php_gapic_library(
231
238
name = "dashboard_php_gapic" ,
232
239
srcs = [":dashboard_proto_with_info" ],
233
240
grpc_service_config = "dashboards_grpc_service_config.json" ,
241
+ rest_numeric_enums = False ,
234
242
service_yaml = "monitoring.yaml" ,
235
243
deps = [
236
244
":dashboard_php_grpc" ,
@@ -264,6 +272,7 @@ nodejs_gapic_library(
264
272
extra_protoc_parameters = ["metadata" ],
265
273
grpc_service_config = "dashboards_grpc_service_config.json" ,
266
274
package = "google.monitoring.dashboard.v1" ,
275
+ rest_numeric_enums = False ,
267
276
service_yaml = "monitoring.yaml" ,
268
277
deps = [],
269
278
)
@@ -310,8 +319,10 @@ ruby_cloud_gapic_library(
310
319
"ruby-cloud-wrapper-gem-override=google-cloud-monitoring" ,
311
320
],
312
321
grpc_service_config = "dashboards_grpc_service_config.json" ,
322
+ rest_numeric_enums = False ,
313
323
ruby_cloud_description = "Cloud Monitoring collects metrics, events, and metadata from Google Cloud, Amazon Web Services (AWS), hosted uptime probes, and application instrumentation. The Dashboards API manages arrangements of display widgets." ,
314
324
ruby_cloud_title = "Cloud Monitoring Dashboards V1" ,
325
+ service_yaml = "monitoring.yaml" ,
315
326
deps = [
316
327
":dashboard_ruby_grpc" ,
317
328
":dashboard_ruby_proto" ,
@@ -355,6 +366,7 @@ csharp_gapic_library(
355
366
srcs = [":dashboard_proto_with_info" ],
356
367
common_resources_config = "@gax_dotnet//:Google.Api.Gax/ResourceNames/CommonResourcesConfig.json" ,
357
368
grpc_service_config = "dashboards_grpc_service_config.json" ,
369
+ rest_numeric_enums = False ,
358
370
service_yaml = "monitoring.yaml" ,
359
371
deps = [
360
372
":dashboard_csharp_grpc" ,
0 commit comments