Skip to content

Commit

Permalink
feat: Add new preview BidiReadObject API
Browse files Browse the repository at this point in the history
feat: Add new appendable Object to BidiWrite API
docs: Add IAM information to RPC comments for reference documentation

PiperOrigin-RevId: 712942128
  • Loading branch information
Google APIs authored and copybara-github committed Jan 7, 2025
1 parent 6958662 commit 44ad570
Show file tree
Hide file tree
Showing 2 changed files with 371 additions and 38 deletions.
22 changes: 13 additions & 9 deletions google/storage/v2/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ proto_library(
"//google/api:routing_proto",
"//google/iam/v1:iam_policy_proto",
"//google/iam/v1:policy_proto",
"//google/rpc:status_proto",
"//google/type:date_proto",
"@com_google_protobuf//:duration_proto",
"@com_google_protobuf//:empty_proto",
Expand Down Expand Up @@ -132,6 +133,7 @@ go_proto_library(
"//google/api:annotations_go_proto",
"//google/api:routing_go_proto",
"//google/iam/v1:iam_go_proto",
"//google/rpc:status_go_proto",
"//google/type:date_go_proto",
],
)
Expand Down Expand Up @@ -177,15 +179,17 @@ py_gapic_library(
],
)

py_test(
name = "storage_py_gapic_test",
srcs = [
"storage_py_gapic_pytest.py",
"storage_py_gapic_test.py",
],
legacy_create_init = False,
deps = [":storage_py_gapic"],
)
# TODO: b/388133261 - Re-enable this test once
# https://github.com/googleapis/gapic-generator-python/issues/2309 is fixed.
# py_test(
# name = "storage_py_gapic_test",
# srcs = [
# "storage_py_gapic_pytest.py",
# "storage_py_gapic_test.py",
# ],
# legacy_create_init = False,
# deps = [":storage_py_gapic"],
# )

# Open Source Packages
py_gapic_assembly_pkg(
Expand Down
Loading

0 comments on commit 44ad570

Please sign in to comment.