Skip to content

Commit 1a22026

Browse files
authored
build(python): add service_yaml and rest_numeric_enums configurations (#1040)
1 parent 8fe4ca0 commit 1a22026

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

google/cloud/compute/v1/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ load(
238238

239239
py_gapic_library(
240240
name = "compute_py_gapic",
241+
rest_numeric_enums = False,
242+
service_yaml = "compute_v1.yaml",
241243
srcs = [
242244
":compute_proto",
243245
],

google/cloud/compute/v1beta/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ load(
238238

239239
py_gapic_library(
240240
name = "compute_py_gapic",
241+
rest_numeric_enums = False,
242+
service_yaml = "compute_v1beta.yaml",
241243
srcs = [
242244
":compute_proto",
243245
],

0 commit comments

Comments
 (0)