Skip to content

Commit

Permalink
chore(python): Add build rule for //google/iam/v1:iam-v1-py to prepar…
Browse files Browse the repository at this point in the history
…e for release

chore(python): Add build rule for //google/iam/v1/logging:audit-data-py to prepare for release

PiperOrigin-RevId: 711408898
  • Loading branch information
Google APIs authored and copybara-github committed Jan 2, 2025
1 parent bf9f7b2 commit b3fbe47
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
11 changes: 11 additions & 0 deletions google/iam/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 19,7 @@ load(
"php_proto_library",
"proto_library_with_info",
"py_proto_library",
"py_gapic_assembly_pkg",
"ruby_cloud_gapic_library",
"ruby_gapic_assembly_pkg",
"ruby_grpc_library",
Expand Down Expand Up @@ -198,6 199,16 @@ py_proto_library(
deps = [":resource_policy_member_proto"],
)

py_gapic_assembly_pkg(
name = "iam-v1-py",
deps = [
":iam_policy_py_proto",
":policy_py_proto",
":options_py_proto",
":resource_policy_member_py_proto",
],
)

php_proto_library(
name = "iam_php_proto",
deps = [
Expand Down
13 changes: 13 additions & 0 deletions google/iam/v1/logging/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 75,12 @@ load(
"@com_google_googleapis_imports//:imports.bzl",
"py_gapic_assembly_pkg",
"py_gapic_library",
"py_proto_library",
)

py_proto_library(
name = "audit_data_py_proto",
deps = [":audit_data_proto"],
)

py_gapic_library(
Expand All @@ -97,6 103,13 @@ py_gapic_assembly_pkg(
],
)

py_gapic_assembly_pkg(
name = "audit-data-py",
deps = [
":audit_data_py_proto",
],
)

##############################################################################
# PHP
##############################################################################
Expand Down

0 comments on commit b3fbe47

Please sign in to comment.