Skip to content

Commit 82a7568

Browse files
Google APIscopybara-github
Google APIs
authored andcommitted
docs: Corrected typos and spellings
docs: Clarified the object can be deleted via DeleteObject docs: Clarified relative resource names in gRPC IAM RPCs feat: Added object_checksums for compose/rewrite/startResumableWrite request docs: Updated the document link for `Naming Guidelines` fix: Removed WriteObject routing annotations feat: Added a new retention_duration field of Duration type PiperOrigin-RevId: 492231039
1 parent 7431bac commit 82a7568

File tree

2 files changed

+198
-221
lines changed

2 files changed

+198
-221
lines changed

google/storage/v2/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ proto_library(
5757
"//google/iam/v1:iam_policy_proto",
5858
"//google/iam/v1:policy_proto",
5959
"//google/type:date_proto",
60+
"@com_google_protobuf//:duration_proto",
6061
"@com_google_protobuf//:empty_proto",
6162
"@com_google_protobuf//:field_mask_proto",
6263
"@com_google_protobuf//:timestamp_proto",
@@ -126,6 +127,7 @@ go_proto_library(
126127
protos = [":storage_proto"],
127128
deps = [
128129
"//google/api:annotations_go_proto",
130+
"//google/api:routing_go_proto",
129131
"//google/iam/v1:iam_go_proto",
130132
"//google/type:date_go_proto",
131133
],
@@ -143,6 +145,7 @@ go_gapic_library(
143145
deps = [
144146
":storage_go_proto",
145147
"//google/iam/v1:iam_go_proto",
148+
"@io_bazel_rules_go//proto/wkt:duration_go_proto",
146149
],
147150
)
148151

0 commit comments

Comments
 (0)