Skip to content

Commit 44ad570

Browse files
Google APIscopybara-github
authored andcommitted
feat: Add new preview BidiReadObject API
feat: Add new appendable Object to BidiWrite API docs: Add IAM information to RPC comments for reference documentation PiperOrigin-RevId: 712942128
1 parent 6958662 commit 44ad570

File tree

2 files changed

+371
-38
lines changed

2 files changed

+371
-38
lines changed

google/storage/v2/BUILD.bazel

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ proto_library(
5858
"//google/api:routing_proto",
5959
"//google/iam/v1:iam_policy_proto",
6060
"//google/iam/v1:policy_proto",
61+
"//google/rpc:status_proto",
6162
"//google/type:date_proto",
6263
"@com_google_protobuf//:duration_proto",
6364
"@com_google_protobuf//:empty_proto",
@@ -132,6 +133,7 @@ go_proto_library(
132133
"//google/api:annotations_go_proto",
133134
"//google/api:routing_go_proto",
134135
"//google/iam/v1:iam_go_proto",
136+
"//google/rpc:status_go_proto",
135137
"//google/type:date_go_proto",
136138
],
137139
)
@@ -177,15 +179,17 @@ py_gapic_library(
177179
],
178180
)
179181

180-
py_test(
181-
name = "storage_py_gapic_test",
182-
srcs = [
183-
"storage_py_gapic_pytest.py",
184-
"storage_py_gapic_test.py",
185-
],
186-
legacy_create_init = False,
187-
deps = [":storage_py_gapic"],
188-
)
182+
# TODO: b/388133261 - Re-enable this test once
183+
# https://github.com/googleapis/gapic-generator-python/issues/2309 is fixed.
184+
# py_test(
185+
# name = "storage_py_gapic_test",
186+
# srcs = [
187+
# "storage_py_gapic_pytest.py",
188+
# "storage_py_gapic_test.py",
189+
# ],
190+
# legacy_create_init = False,
191+
# deps = [":storage_py_gapic"],
192+
# )
189193

190194
# Open Source Packages
191195
py_gapic_assembly_pkg(

0 commit comments

Comments
 (0)