Skip to content

Commit 0646b78

Browse files
feat: Automated regeneration of storagebatchoperations v1 client (#26427)
Auto-created at 2026-05-10 10:37:13 +0000 using the toys pull request generator.
1 parent 73bde2a commit 0646b78

5 files changed

Lines changed: 13 additions & 3 deletions

File tree

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400950,6 +400950,7 @@
400950400950
"/storagebatchoperations:v1/Counters/objectCustomContextsUpdated": object_custom_contexts_updated
400951400951
"/storagebatchoperations:v1/Counters/succeededObjectCount": succeeded_object_count
400952400952
"/storagebatchoperations:v1/Counters/totalBytesFound": total_bytes_found
400953+
"/storagebatchoperations:v1/Counters/totalBytesTransformed": total_bytes_transformed
400953400954
"/storagebatchoperations:v1/Counters/totalObjectCount": total_object_count
400954400955
"/storagebatchoperations:v1/CustomContextUpdates": custom_context_updates
400955400956
"/storagebatchoperations:v1/CustomContextUpdates/keysToClear": keys_to_clear

generated/google-apis-storagebatchoperations_v1/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release history for google-apis-storagebatchoperations_v1
22

3-
### v0.16.0 (2026-05-03)
3+
### v0.16.0 (2026-05-10)
44

5-
* Regenerated from discovery document revision 20260422
5+
* Regenerated from discovery document revision 20260429
66

77
### v0.15.0 (2026-04-19)
88

generated/google-apis-storagebatchoperations_v1/lib/google/apis/storagebatchoperations_v1/classes.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,13 @@ class Counters
269269
# @return [Fixnum]
270270
attr_accessor :total_bytes_found
271271

272+
# Output only. The total number of bytes affected by the transformation. For
273+
# example, this counts bytes deleted for `DeleteObject` operations and bytes
274+
# rewritten for `RewriteObject` operations.
275+
# Corresponds to the JSON property `totalBytesTransformed`
276+
# @return [Fixnum]
277+
attr_accessor :total_bytes_transformed
278+
272279
# Output only. Number of objects listed.
273280
# Corresponds to the JSON property `totalObjectCount`
274281
# @return [Fixnum]
@@ -286,6 +293,7 @@ def update!(**args)
286293
@object_custom_contexts_updated = args[:object_custom_contexts_updated] if args.key?(:object_custom_contexts_updated)
287294
@succeeded_object_count = args[:succeeded_object_count] if args.key?(:succeeded_object_count)
288295
@total_bytes_found = args[:total_bytes_found] if args.key?(:total_bytes_found)
296+
@total_bytes_transformed = args[:total_bytes_transformed] if args.key?(:total_bytes_transformed)
289297
@total_object_count = args[:total_object_count] if args.key?(:total_object_count)
290298
end
291299
end

generated/google-apis-storagebatchoperations_v1/lib/google/apis/storagebatchoperations_v1/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module StoragebatchoperationsV1
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260422"
25+
REVISION = "20260429"
2626
end
2727
end
2828
end

generated/google-apis-storagebatchoperations_v1/lib/google/apis/storagebatchoperations_v1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
279279
property :object_custom_contexts_updated, :numeric_string => true, as: 'objectCustomContextsUpdated'
280280
property :succeeded_object_count, :numeric_string => true, as: 'succeededObjectCount'
281281
property :total_bytes_found, :numeric_string => true, as: 'totalBytesFound'
282+
property :total_bytes_transformed, :numeric_string => true, as: 'totalBytesTransformed'
282283
property :total_object_count, :numeric_string => true, as: 'totalObjectCount'
283284
end
284285
end

0 commit comments

Comments
 (0)