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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 280aac2d5309fc47f53336ee8d7de267426329901482a86f0082a7b9aab3a6cc
|
|
4
|
+
data.tar.gz: 91c41ca29d18611ec4b24acec5e41765209b2266b80669bd6024f1709b9fd100
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1de50aba245eff6b3a860c573f101143a10a8600656e34c3f274fa2f8e53074e5157b3a6cad3b6df843e801ac666a65e6de1a2bbc7162e108d5a6839840745ac
|
|
7
|
+
data.tar.gz: 5cae55c58e2e8c3ed2d66eaccdcbb9e69cfb0b61665760cf2e6b6963fb2cf9ab5ec44480d0987cd82598100a70b296fcccee2f0c910ec2203ce88746a210281a
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
722
|
-
# when attempting to list all resources across all supported
|
|
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.
|
|
1668
|
-
#
|
|
1669
|
-
#
|
|
1670
|
-
#
|
|
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.
|
|
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 = "
|
|
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
|
|
598
|
-
# unreachable
|
|
599
|
-
#
|
|
600
|
-
# by default
|
|
601
|
-
# explicitly documented otherwise in service or product specific
|
|
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.
|
|
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.
|
|
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:
|