google-apis-storagetransfer_v1 0.60.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/storagetransfer_v1/classes.rb +29 -8
- data/lib/google/apis/storagetransfer_v1/gem_version.rb +2 -2
- data/lib/google/apis/storagetransfer_v1/representations.rb +3 -0
- data/lib/google/apis/storagetransfer_v1/service.rb +6 -5
- metadata +2 -2
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
|
@@ -1,5 +1,13 @@
|
|
|
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
|
+
|
|
7
|
+
### v0.61.0 (2025-11-16)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251106
|
|
10
|
+
|
|
3
11
|
### v0.60.0 (2025-10-26)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251010
|
|
@@ -188,6 +188,13 @@ module Google
|
|
|
188
188
|
# @return [String]
|
|
189
189
|
attr_accessor :path
|
|
190
190
|
|
|
191
|
+
# Service Directory Service to be used as the endpoint for transfers from a
|
|
192
|
+
# custom VPC. Format: `projects/`project_id`/locations/`location`/namespaces/`
|
|
193
|
+
# namespace`/services/`service``
|
|
194
|
+
# Corresponds to the JSON property `privateNetworkService`
|
|
195
|
+
# @return [String]
|
|
196
|
+
attr_accessor :private_network_service
|
|
197
|
+
|
|
191
198
|
# The Amazon Resource Name (ARN) of the role to support temporary credentials
|
|
192
199
|
# via `AssumeRoleWithWebIdentity`. For more information about ARNs, see [IAM
|
|
193
200
|
# ARNs](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.
|
|
@@ -210,6 +217,7 @@ module Google
|
|
|
210
217
|
@credentials_secret = args[:credentials_secret] if args.key?(:credentials_secret)
|
|
211
218
|
@managed_private_network = args[:managed_private_network] if args.key?(:managed_private_network)
|
|
212
219
|
@path = args[:path] if args.key?(:path)
|
|
220
|
+
@private_network_service = args[:private_network_service] if args.key?(:private_network_service)
|
|
213
221
|
@role_arn = args[:role_arn] if args.key?(:role_arn)
|
|
214
222
|
end
|
|
215
223
|
end
|
|
@@ -266,6 +274,13 @@ module Google
|
|
|
266
274
|
# @return [String]
|
|
267
275
|
attr_accessor :path
|
|
268
276
|
|
|
277
|
+
# Service Directory Service to be used as the endpoint for transfers from a
|
|
278
|
+
# custom VPC. Format: `projects/`project_id`/locations/`location`/namespaces/`
|
|
279
|
+
# namespace`/services/`service``
|
|
280
|
+
# Corresponds to the JSON property `privateNetworkService`
|
|
281
|
+
# @return [String]
|
|
282
|
+
attr_accessor :private_network_service
|
|
283
|
+
|
|
269
284
|
# Required. The name of the Azure Storage account.
|
|
270
285
|
# Corresponds to the JSON property `storageAccount`
|
|
271
286
|
# @return [String]
|
|
@@ -282,6 +297,7 @@ module Google
|
|
|
282
297
|
@credentials_secret = args[:credentials_secret] if args.key?(:credentials_secret)
|
|
283
298
|
@federated_identity_config = args[:federated_identity_config] if args.key?(:federated_identity_config)
|
|
284
299
|
@path = args[:path] if args.key?(:path)
|
|
300
|
+
@private_network_service = args[:private_network_service] if args.key?(:private_network_service)
|
|
285
301
|
@storage_account = args[:storage_account] if args.key?(:storage_account)
|
|
286
302
|
end
|
|
287
303
|
end
|
|
@@ -702,8 +718,9 @@ module Google
|
|
|
702
718
|
attr_accessor :operations
|
|
703
719
|
|
|
704
720
|
# Unordered list. Unreachable resources. Populated when the request sets `
|
|
705
|
-
# ListOperationsRequest.return_partial_success` and reads across collections
|
|
706
|
-
# 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.
|
|
707
724
|
# Corresponds to the JSON property `unreachable`
|
|
708
725
|
# @return [Array<String>]
|
|
709
726
|
attr_accessor :unreachable
|
|
@@ -987,6 +1004,11 @@ module Google
|
|
|
987
1004
|
# @return [String]
|
|
988
1005
|
attr_accessor :last_modified_since
|
|
989
1006
|
|
|
1007
|
+
# Optional. If specified, only objects matching this glob are transferred.
|
|
1008
|
+
# Corresponds to the JSON property `matchGlob`
|
|
1009
|
+
# @return [String]
|
|
1010
|
+
attr_accessor :match_glob
|
|
1011
|
+
|
|
990
1012
|
# Ensures that objects are not transferred if a specific maximum time has
|
|
991
1013
|
# elapsed since the "last modification time". When a TransferOperation begins,
|
|
992
1014
|
# objects with a "last modification time" are transferred only if the elapsed
|
|
@@ -1019,6 +1041,7 @@ module Google
|
|
|
1019
1041
|
@include_prefixes = args[:include_prefixes] if args.key?(:include_prefixes)
|
|
1020
1042
|
@last_modified_before = args[:last_modified_before] if args.key?(:last_modified_before)
|
|
1021
1043
|
@last_modified_since = args[:last_modified_since] if args.key?(:last_modified_since)
|
|
1044
|
+
@match_glob = args[:match_glob] if args.key?(:match_glob)
|
|
1022
1045
|
@max_time_elapsed_since_last_modification = args[:max_time_elapsed_since_last_modification] if args.key?(:max_time_elapsed_since_last_modification)
|
|
1023
1046
|
@min_time_elapsed_since_last_modification = args[:min_time_elapsed_since_last_modification] if args.key?(:min_time_elapsed_since_last_modification)
|
|
1024
1047
|
end
|
|
@@ -1642,12 +1665,10 @@ module Google
|
|
|
1642
1665
|
|
|
1643
1666
|
# Optional. The user-managed service account to which to delegate service agent
|
|
1644
1667
|
# permissions. You can grant Cloud Storage bucket permissions to this service
|
|
1645
|
-
# account instead of to the Transfer Service service agent.
|
|
1646
|
-
#
|
|
1647
|
-
#
|
|
1648
|
-
#
|
|
1649
|
-
# is required; replacing it with a project ID is invalid. See https://cloud.
|
|
1650
|
-
# 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
|
|
1651
1672
|
# required permissions.
|
|
1652
1673
|
# Corresponds to the JSON property `serviceAccount`
|
|
1653
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
|
|
@@ -315,6 +315,7 @@ module Google
|
|
|
315
315
|
property :credentials_secret, as: 'credentialsSecret'
|
|
316
316
|
property :managed_private_network, as: 'managedPrivateNetwork'
|
|
317
317
|
property :path, as: 'path'
|
|
318
|
+
property :private_network_service, as: 'privateNetworkService'
|
|
318
319
|
property :role_arn, as: 'roleArn'
|
|
319
320
|
end
|
|
320
321
|
end
|
|
@@ -329,6 +330,7 @@ module Google
|
|
|
329
330
|
property :federated_identity_config, as: 'federatedIdentityConfig', class: Google::Apis::StoragetransferV1::FederatedIdentityConfig, decorator: Google::Apis::StoragetransferV1::FederatedIdentityConfig::Representation
|
|
330
331
|
|
|
331
332
|
property :path, as: 'path'
|
|
333
|
+
property :private_network_service, as: 'privateNetworkService'
|
|
332
334
|
property :storage_account, as: 'storageAccount'
|
|
333
335
|
end
|
|
334
336
|
end
|
|
@@ -502,6 +504,7 @@ module Google
|
|
|
502
504
|
collection :include_prefixes, as: 'includePrefixes'
|
|
503
505
|
property :last_modified_before, as: 'lastModifiedBefore'
|
|
504
506
|
property :last_modified_since, as: 'lastModifiedSince'
|
|
507
|
+
property :match_glob, as: 'matchGlob'
|
|
505
508
|
property :max_time_elapsed_since_last_modification, as: 'maxTimeElapsedSinceLastModification'
|
|
506
509
|
property :min_time_elapsed_since_last_modification, as: 'minTimeElapsedSinceLastModification'
|
|
507
510
|
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:
|