google-apis-storagetransfer_v1 0.61.0 → 0.62.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: 280aac2d5309fc47f53336ee8d7de267426329901482a86f0082a7b9aab3a6cc
4
+ data.tar.gz: 91c41ca29d18611ec4b24acec5e41765209b2266b80669bd6024f1709b9fd100
5
5
  SHA512:
6
- metadata.gz: 49b5b627b3bdaea668fce70149ced15388193974ed0d9501a41ea0796f663ef7f1360aa6f6f0f1383b03dfaeb1c2bfb1e9cc1d20cb60d5425595b1ae2ee6282a
7
- data.tar.gz: 86a230ac133e80604c4b0528203e5941931498ea43983a38becf4dae20bb96f49a257d2c60de1136c9867c969cfff518b1cc807993675e4881559d125789a48d
6
+ metadata.gz: 1de50aba245eff6b3a860c573f101143a10a8600656e34c3f274fa2f8e53074e5157b3a6cad3b6df843e801ac666a65e6de1a2bbc7162e108d5a6839840745ac
7
+ data.tar.gz: 5cae55c58e2e8c3ed2d66eaccdcbb9e69cfb0b61665760cf2e6b6963fb2cf9ab5ec44480d0987cd82598100a70b296fcccee2f0c910ec2203ce88746a210281a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-storagetransfer_v1
2
2
 
3
+ ### v0.62.0 (2025-12-14)
4
+
5
+ * Regenerated from discovery document revision 20251128
6
+
3
7
  ### v0.61.0 (2025-11-16)
4
8
 
5
9
  * 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
@@ -1664,12 +1665,10 @@ module Google
1664
1665
 
1665
1666
  # Optional. The user-managed service account to which to delegate service agent
1666
1667
  # 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
1668
+ # account instead of to the Transfer Service service agent. Either the service
1669
+ # account email (`SERVICE_ACCOUNT_NAME@PROJECT_ID.iam.gserviceaccount.com`) or
1670
+ # the unique ID (`123456789012345678901`) are accepted. See https://docs.cloud.
1671
+ # google.com/storage-transfer/docs/delegate-service-agent-permissions for
1673
1672
  # required permissions.
1674
1673
  # Corresponds to the JSON property `serviceAccount`
1675
1674
  # @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.62.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 = "20251128"
26
26
  end
27
27
  end
28
28
  end
@@ -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.62.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.62.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: