File tree Expand file tree Collapse file tree
generated/google-apis-storagebatchoperations_v1
lib/google/apis/storagebatchoperations_v1 Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2828end
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments