Skip to content

Commit 02306e9

Browse files
Google APIscopybara-github
authored andcommitted
build(python): remove unused generator option add-iam-methods
PiperOrigin-RevId: 732654622
1 parent abfda69 commit 02306e9

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

google/cloud/kms/v1/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ py_gapic_library(
203203
name = "kms_py_gapic",
204204
srcs = [":kms_proto"],
205205
grpc_service_config = "cloudkms_grpc_service_config.json",
206-
opt_args = ["add-iam-methods"],
206+
opt_args = [],
207207
rest_numeric_enums = True,
208208
service_yaml = "cloudkms_v1.yaml",
209209
transport = "grpc+rest",

google/pubsub/v1/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ py_gapic_library(
117117
grpc_service_config = "pubsub_grpc_service_config.json",
118118
opt_args = [
119119
"warehouse-package-name=google-cloud-pubsub",
120-
"add-iam-methods",
121120
],
122121
rest_numeric_enums = True,
123122
service_yaml = ":pubsub_v1.yaml",

0 commit comments

Comments
 (0)