File tree Expand file tree Collapse file tree 5 files changed +24
-2
lines changed
generated/google-apis-storagetransfer_v1
lib/google/apis/storagetransfer_v1 Expand file tree Collapse file tree 5 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -376789,6 +376789,8 @@
376789376789"/storagetransfer:v1/TransferCounters/objectsFoundOnlyFromSink": objects_found_only_from_sink
376790376790"/storagetransfer:v1/TransferCounters/objectsFromSourceFailed": objects_from_source_failed
376791376791"/storagetransfer:v1/TransferCounters/objectsFromSourceSkippedBySync": objects_from_source_skipped_by_sync
376792+ "/storagetransfer:v1/TransferCounters/unrestoredDeepArchiveObjectsSkippedCount": unrestored_deep_archive_objects_skipped_count
376793+ "/storagetransfer:v1/TransferCounters/unsupportedS3GlacierObjectsSkippedCount": unsupported_s3_glacier_objects_skipped_count
376792376794"/storagetransfer:v1/TransferJob": transfer_job
376793376795"/storagetransfer:v1/TransferJob/creationTime": creation_time
376794376796"/storagetransfer:v1/TransferJob/deletionTime": deletion_time
Original file line number Diff line number Diff line change 11# Release history for google-apis-storagetransfer_v1
22
3+ ### v0.63.0 (2026-01-18)
4+
5+ * Regenerated from discovery document revision 20260109
6+
37### v0.62.0 (2025-12-14)
48
59* Regenerated from discovery document revision 20251128
Original file line number Diff line number Diff line change @@ -1540,6 +1540,18 @@ class TransferCounters
15401540 # @return [Fixnum]
15411541 attr_accessor :objects_from_source_skipped_by_sync
15421542
1543+ # Number of unrestored deep archive objects skipped.
1544+ # Corresponds to the JSON property `unrestoredDeepArchiveObjectsSkippedCount`
1545+ # @return [Fixnum]
1546+ attr_accessor :unrestored_deep_archive_objects_skipped_count
1547+
1548+ # Number of glacier objects skipped, glacier objects are unsupported by default
1549+ # regardless of the restore status. Allowlist the project to copy glacier
1550+ # objects if needed.
1551+ # Corresponds to the JSON property `unsupportedS3GlacierObjectsSkippedCount`
1552+ # @return [Fixnum]
1553+ attr_accessor :unsupported_s3_glacier_objects_skipped_count
1554+
15431555 def initialize ( **args )
15441556 update! ( **args )
15451557 end
@@ -1567,6 +1579,8 @@ def update!(**args)
15671579 @objects_found_only_from_sink = args [ :objects_found_only_from_sink ] if args . key? ( :objects_found_only_from_sink )
15681580 @objects_from_source_failed = args [ :objects_from_source_failed ] if args . key? ( :objects_from_source_failed )
15691581 @objects_from_source_skipped_by_sync = args [ :objects_from_source_skipped_by_sync ] if args . key? ( :objects_from_source_skipped_by_sync )
1582+ @unrestored_deep_archive_objects_skipped_count = args [ :unrestored_deep_archive_objects_skipped_count ] if args . key? ( :unrestored_deep_archive_objects_skipped_count )
1583+ @unsupported_s3_glacier_objects_skipped_count = args [ :unsupported_s3_glacier_objects_skipped_count ] if args . key? ( :unsupported_s3_glacier_objects_skipped_count )
15701584 end
15711585 end
15721586
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module StoragetransferV1
1818 # Version of the google-apis-storagetransfer_v1 gem
19- GEM_VERSION = "0.62 .0"
19+ GEM_VERSION = "0.63 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.18.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20251128 "
25+ REVISION = "20260109 "
2626 end
2727 end
2828end
Original file line number Diff line number Diff line change @@ -630,6 +630,8 @@ class Representation < Google::Apis::Core::JsonRepresentation
630630 property :objects_found_only_from_sink , :numeric_string => true , as : 'objectsFoundOnlyFromSink'
631631 property :objects_from_source_failed , :numeric_string => true , as : 'objectsFromSourceFailed'
632632 property :objects_from_source_skipped_by_sync , :numeric_string => true , as : 'objectsFromSourceSkippedBySync'
633+ property :unrestored_deep_archive_objects_skipped_count , :numeric_string => true , as : 'unrestoredDeepArchiveObjectsSkippedCount'
634+ property :unsupported_s3_glacier_objects_skipped_count , :numeric_string => true , as : 'unsupportedS3GlacierObjectsSkippedCount'
633635 end
634636 end
635637
You can’t perform that action at this time.
0 commit comments