We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe4ca0 commit 1a22026Copy full SHA for 1a22026
2 files changed
google/cloud/compute/v1/BUILD.bazel
@@ -238,6 +238,8 @@ load(
238
239
py_gapic_library(
240
name = "compute_py_gapic",
241
+ rest_numeric_enums = False,
242
+ service_yaml = "compute_v1.yaml",
243
srcs = [
244
":compute_proto",
245
],
google/cloud/compute/v1beta/BUILD.bazel
+ service_yaml = "compute_v1beta.yaml",
0 commit comments