google-apis-storagetransfer_v1 0.61.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: 6d8420077de530bc80771f299cc5ecf40ce07c7f924782bd26395a9a9a4493ea
4
- data.tar.gz: 819aca6a670bd2417bc2f5217b92fa2de5e216fefdea412c974964632758526b
3
+ metadata.gz: 3ccd40b43c108d1a889286b163b21e23c583ec19653a06c8ff237955e7fc427b
4
+ data.tar.gz: e4aa3bb7965ec9b691f6fd9c626836eb42024d4e51e1d72641fbe9fd2b6b9bcd
5
5
  SHA512:
6
- metadata.gz: 49b5b627b3bdaea668fce70149ced15388193974ed0d9501a41ea0796f663ef7f1360aa6f6f0f1383b03dfaeb1c2bfb1e9cc1d20cb60d5425595b1ae2ee6282a
7
- data.tar.gz: 86a230ac133e80604c4b0528203e5941931498ea43983a38becf4dae20bb96f49a257d2c60de1136c9867c969cfff518b1cc807993675e4881559d125789a48d
6
+ metadata.gz: 694c865221f8ed7a2b18ad2f276b36472a98f9a432b945bfb26294bcc2e5839b376ba64dfc300d8098078e66fc9ab6252a43af66db569d5d47f88bc9e22b900e
7
+ data.tar.gz: 72e385db96459c079db9fdef17868ff268f50b73de03ed210a9a582622293bcef70799ce7ff8b0f63e240baed63b6a7a5c9dd3e4235dee4bb5406f1cb70bee57
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-storagetransfer_v1
2
2
 
3
+ ### v0.63.0 (2026-01-18)
4
+
5
+ * Regenerated from discovery document revision 20260109
6
+
7
+ ### v0.62.0 (2025-12-14)
8
+
9
+ * Regenerated from discovery document revision 20251128
10
+
3
11
  ### v0.61.0 (2025-11-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20251106
@@ -718,8 +718,9 @@ module Google
718
718
  attr_accessor :operations
719
719
 
720
720
  # Unordered list. Unreachable resources. Populated when the request sets `
721
- # ListOperationsRequest.return_partial_success` and reads across collections e.g.
722
- # when attempting to list all resources across all supported locations.
721
+ # ListOperationsRequest.return_partial_success` and reads across collections.
722
+ # For example, when attempting to list all resources across all supported
723
+ # locations.
723
724
  # Corresponds to the JSON property `unreachable`
724
725
  # @return [Array<String>]
725
726
  attr_accessor :unreachable
@@ -1539,6 +1540,18 @@ module Google
1539
1540
  # @return [Fixnum]
1540
1541
  attr_accessor :objects_from_source_skipped_by_sync
1541
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
+
1542
1555
  def initialize(**args)
1543
1556
  update!(**args)
1544
1557
  end
@@ -1566,6 +1579,8 @@ module Google
1566
1579
  @objects_found_only_from_sink = args[:objects_found_only_from_sink] if args.key?(:objects_found_only_from_sink)
1567
1580
  @objects_from_source_failed = args[:objects_from_source_failed] if args.key?(:objects_from_source_failed)
1568
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)
1569
1584
  end
1570
1585
  end
1571
1586
 
@@ -1664,12 +1679,10 @@ module Google
1664
1679
 
1665
1680
  # Optional. The user-managed service account to which to delegate service agent
1666
1681
  # permissions. You can grant Cloud Storage bucket permissions to this service
1667
- # account instead of to the Transfer Service service agent. Format is `projects/-
1668
- # /serviceAccounts/ACCOUNT_EMAIL_OR_UNIQUEID` Either the service account email (`
1669
- # SERVICE_ACCOUNT_NAME@PROJECT_ID.iam.gserviceaccount.com`) or the unique ID (`
1670
- # 123456789012345678901`) are accepted in the string. The `-` wildcard character
1671
- # is required; replacing it with a project ID is invalid. See https://cloud.
1672
- # google.com//storage-transfer/docs/delegate-service-agent-permissions for
1682
+ # account instead of to the Transfer Service service agent. Either the service
1683
+ # account email (`SERVICE_ACCOUNT_NAME@PROJECT_ID.iam.gserviceaccount.com`) or
1684
+ # the unique ID (`123456789012345678901`) are accepted. See https://docs.cloud.
1685
+ # google.com/storage-transfer/docs/delegate-service-agent-permissions for
1673
1686
  # required permissions.
1674
1687
  # Corresponds to the JSON property `serviceAccount`
1675
1688
  # @return [String]
@@ -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.61.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 = "20251106"
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
 
@@ -594,11 +594,12 @@ module Google
594
594
  # The list page token.
595
595
  # @param [Boolean] return_partial_success
596
596
  # When set to `true`, operations that are reachable are returned as normal, and
597
- # those that are unreachable are returned in the [ListOperationsResponse.
598
- # unreachable] field. This can only be `true` when reading across collections e.
599
- # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
600
- # by default supported and will result in an `UNIMPLEMENTED` error if set unless
601
- # explicitly documented otherwise in service or product specific documentation.
597
+ # those that are unreachable are returned in the ListOperationsResponse.
598
+ # unreachable field. This can only be `true` when reading across collections.
599
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
600
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
601
+ # if set unless explicitly documented otherwise in service or product specific
602
+ # documentation.
602
603
  # @param [String] fields
603
604
  # Selector specifying which fields to include in a partial response.
604
605
  # @param [String] quota_user
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.61.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.61.0
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: