google-apis-storagetransfer_v1 0.62.0 → 0.63.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3ccd40b43c108d1a889286b163b21e23c583ec19653a06c8ff237955e7fc427b
|
|
4
|
+
data.tar.gz: e4aa3bb7965ec9b691f6fd9c626836eb42024d4e51e1d72641fbe9fd2b6b9bcd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 694c865221f8ed7a2b18ad2f276b36472a98f9a432b945bfb26294bcc2e5839b376ba64dfc300d8098078e66fc9ab6252a43af66db569d5d47f88bc9e22b900e
|
|
7
|
+
data.tar.gz: 72e385db96459c079db9fdef17868ff268f50b73de03ed210a9a582622293bcef70799ce7ff8b0f63e240baed63b6a7a5c9dd3e4235dee4bb5406f1cb70bee57
|
data/CHANGELOG.md
CHANGED
|
@@ -1540,6 +1540,18 @@ module Google
|
|
|
1540
1540
|
# @return [Fixnum]
|
|
1541
1541
|
attr_accessor :objects_from_source_skipped_by_sync
|
|
1542
1542
|
|
|
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
|
+
|
|
1543
1555
|
def initialize(**args)
|
|
1544
1556
|
update!(**args)
|
|
1545
1557
|
end
|
|
@@ -1567,6 +1579,8 @@ module Google
|
|
|
1567
1579
|
@objects_found_only_from_sink = args[:objects_found_only_from_sink] if args.key?(:objects_found_only_from_sink)
|
|
1568
1580
|
@objects_from_source_failed = args[:objects_from_source_failed] if args.key?(:objects_from_source_failed)
|
|
1569
1581
|
@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)
|
|
1570
1584
|
end
|
|
1571
1585
|
end
|
|
1572
1586
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module StoragetransferV1
|
|
18
18
|
# Version of the google-apis-storagetransfer_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.63.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260109"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -630,6 +630,8 @@ module Google
|
|
|
630
630
|
property :objects_found_only_from_sink, :numeric_string => true, as: 'objectsFoundOnlyFromSink'
|
|
631
631
|
property :objects_from_source_failed, :numeric_string => true, as: 'objectsFromSourceFailed'
|
|
632
632
|
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'
|
|
633
635
|
end
|
|
634
636
|
end
|
|
635
637
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-storagetransfer_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.63.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-storagetransfer_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.63.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-storagetransfer_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|