Skip to content

Commit 171d777

Browse files
Google APIscopybara-github
authored andcommitted
chore(python): Update iam/credentials BUILD.bazel package name to google-cloud-iam
chore(python): Update iam/credentials namespace to google.cloud.iam_credentials PiperOrigin-RevId: 408717007
1 parent 5bb0518 commit 171d777

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

google/iam/credentials/v1/BUILD.bazel

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,11 @@ py_gapic_library(
150150
name = "credentials_py_gapic",
151151
srcs = [":credentials_proto"],
152152
grpc_service_config = "iamcredentials_grpc_service_config.json",
153+
opt_args = [
154+
"warehouse-package-name=google-cloud-iam",
155+
"python-gapic-namespace=google.cloud",
156+
"python-gapic-name=iam_credentials",
157+
],
153158
)
154159

155160
py_gapic_assembly_pkg(

0 commit comments

Comments
 (0)