google-apis-storagetransfer_v1 0.59.0 → 0.61.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 +31 -1
- data/lib/google/apis/storagetransfer_v1/gem_version.rb +2 -2
- data/lib/google/apis/storagetransfer_v1/representations.rb +4 -0
- data/lib/google/apis/storagetransfer_v1/service.rb +9 -1
- 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: 6d8420077de530bc80771f299cc5ecf40ce07c7f924782bd26395a9a9a4493ea
|
|
4
|
+
data.tar.gz: 819aca6a670bd2417bc2f5217b92fa2de5e216fefdea412c974964632758526b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 49b5b627b3bdaea668fce70149ced15388193974ed0d9501a41ea0796f663ef7f1360aa6f6f0f1383b03dfaeb1c2bfb1e9cc1d20cb60d5425595b1ae2ee6282a
|
|
7
|
+
data.tar.gz: 86a230ac133e80604c4b0528203e5941931498ea43983a38becf4dae20bb96f49a257d2c60de1136c9867c969cfff518b1cc807993675e4881559d125789a48d
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-storagetransfer_v1
|
|
2
2
|
|
|
3
|
+
### v0.61.0 (2025-11-16)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251106
|
|
6
|
+
|
|
7
|
+
### v0.60.0 (2025-10-26)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251010
|
|
10
|
+
|
|
3
11
|
### v0.59.0 (2025-08-10)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20250801
|
|
@@ -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
|
|
@@ -400,7 +416,7 @@ module Google
|
|
|
400
416
|
end
|
|
401
417
|
end
|
|
402
418
|
|
|
403
|
-
# An entry describing an error that has occurred.
|
|
419
|
+
# LINT.IfChange An entry describing an error that has occurred.
|
|
404
420
|
class ErrorLogEntry
|
|
405
421
|
include Google::Apis::Core::Hashable
|
|
406
422
|
|
|
@@ -701,6 +717,13 @@ module Google
|
|
|
701
717
|
# @return [Array<Google::Apis::StoragetransferV1::Operation>]
|
|
702
718
|
attr_accessor :operations
|
|
703
719
|
|
|
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.
|
|
723
|
+
# Corresponds to the JSON property `unreachable`
|
|
724
|
+
# @return [Array<String>]
|
|
725
|
+
attr_accessor :unreachable
|
|
726
|
+
|
|
704
727
|
def initialize(**args)
|
|
705
728
|
update!(**args)
|
|
706
729
|
end
|
|
@@ -709,6 +732,7 @@ module Google
|
|
|
709
732
|
def update!(**args)
|
|
710
733
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
711
734
|
@operations = args[:operations] if args.key?(:operations)
|
|
735
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
|
712
736
|
end
|
|
713
737
|
end
|
|
714
738
|
|
|
@@ -979,6 +1003,11 @@ module Google
|
|
|
979
1003
|
# @return [String]
|
|
980
1004
|
attr_accessor :last_modified_since
|
|
981
1005
|
|
|
1006
|
+
# Optional. If specified, only objects matching this glob are transferred.
|
|
1007
|
+
# Corresponds to the JSON property `matchGlob`
|
|
1008
|
+
# @return [String]
|
|
1009
|
+
attr_accessor :match_glob
|
|
1010
|
+
|
|
982
1011
|
# Ensures that objects are not transferred if a specific maximum time has
|
|
983
1012
|
# elapsed since the "last modification time". When a TransferOperation begins,
|
|
984
1013
|
# objects with a "last modification time" are transferred only if the elapsed
|
|
@@ -1011,6 +1040,7 @@ module Google
|
|
|
1011
1040
|
@include_prefixes = args[:include_prefixes] if args.key?(:include_prefixes)
|
|
1012
1041
|
@last_modified_before = args[:last_modified_before] if args.key?(:last_modified_before)
|
|
1013
1042
|
@last_modified_since = args[:last_modified_since] if args.key?(:last_modified_since)
|
|
1043
|
+
@match_glob = args[:match_glob] if args.key?(:match_glob)
|
|
1014
1044
|
@max_time_elapsed_since_last_modification = args[:max_time_elapsed_since_last_modification] if args.key?(:max_time_elapsed_since_last_modification)
|
|
1015
1045
|
@min_time_elapsed_since_last_modification = args[:min_time_elapsed_since_last_modification] if args.key?(:min_time_elapsed_since_last_modification)
|
|
1016
1046
|
end
|
|
@@ -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.61.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 = "20251106"
|
|
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
|
|
@@ -449,6 +451,7 @@ module Google
|
|
|
449
451
|
property :next_page_token, as: 'nextPageToken'
|
|
450
452
|
collection :operations, as: 'operations', class: Google::Apis::StoragetransferV1::Operation, decorator: Google::Apis::StoragetransferV1::Operation::Representation
|
|
451
453
|
|
|
454
|
+
collection :unreachable, as: 'unreachable'
|
|
452
455
|
end
|
|
453
456
|
end
|
|
454
457
|
|
|
@@ -501,6 +504,7 @@ module Google
|
|
|
501
504
|
collection :include_prefixes, as: 'includePrefixes'
|
|
502
505
|
property :last_modified_before, as: 'lastModifiedBefore'
|
|
503
506
|
property :last_modified_since, as: 'lastModifiedSince'
|
|
507
|
+
property :match_glob, as: 'matchGlob'
|
|
504
508
|
property :max_time_elapsed_since_last_modification, as: 'maxTimeElapsedSinceLastModification'
|
|
505
509
|
property :min_time_elapsed_since_last_modification, as: 'minTimeElapsedSinceLastModification'
|
|
506
510
|
end
|
|
@@ -592,6 +592,13 @@ module Google
|
|
|
592
592
|
# The list page size. The max allowed value is 256.
|
|
593
593
|
# @param [String] page_token
|
|
594
594
|
# The list page token.
|
|
595
|
+
# @param [Boolean] return_partial_success
|
|
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.
|
|
595
602
|
# @param [String] fields
|
|
596
603
|
# Selector specifying which fields to include in a partial response.
|
|
597
604
|
# @param [String] quota_user
|
|
@@ -609,7 +616,7 @@ module Google
|
|
|
609
616
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
610
617
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
611
618
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
612
|
-
def list_transfer_operations(name, filter, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
619
|
+
def list_transfer_operations(name, filter, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
613
620
|
command = make_simple_command(:get, 'v1/{+name}', options)
|
|
614
621
|
command.response_representation = Google::Apis::StoragetransferV1::ListOperationsResponse::Representation
|
|
615
622
|
command.response_class = Google::Apis::StoragetransferV1::ListOperationsResponse
|
|
@@ -617,6 +624,7 @@ module Google
|
|
|
617
624
|
command.query['filter'] = filter unless filter.nil?
|
|
618
625
|
command.query['pageSize'] = page_size unless page_size.nil?
|
|
619
626
|
command.query['pageToken'] = page_token unless page_token.nil?
|
|
627
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
|
620
628
|
command.query['fields'] = fields unless fields.nil?
|
|
621
629
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
622
630
|
execute_or_queue_command(command, &block)
|
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.61.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.61.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:
|