google-apis-storagetransfer_v1 0.59.0 → 0.60.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: ddedab099252dfe42cb4b02749a28b1ec06700ae3aa31d61df0700d3f912c8eb
|
|
4
|
+
data.tar.gz: 88772415bc21828443bd06835586f5d8bc68500620673619645542b0892f9dbb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aa4df839dbc9d09ca7b1f190a91bd2f39c36701b8e293e37d4175eece727d73d63b8492d6c30e30857900b8d93fcc334edb6ca3cb154b62f99f07abe8c31e99f
|
|
7
|
+
data.tar.gz: 53f50296f570525bed23fcf198d7bc43c301c3d7c020a894f8f2acea6ce3ba265cc3315d23617032c92c2b5df1e8ae9a5f63037e209c59067534b6c259e675bb
|
data/CHANGELOG.md
CHANGED
|
@@ -400,7 +400,7 @@ module Google
|
|
|
400
400
|
end
|
|
401
401
|
end
|
|
402
402
|
|
|
403
|
-
# An entry describing an error that has occurred.
|
|
403
|
+
# LINT.IfChange An entry describing an error that has occurred.
|
|
404
404
|
class ErrorLogEntry
|
|
405
405
|
include Google::Apis::Core::Hashable
|
|
406
406
|
|
|
@@ -701,6 +701,13 @@ module Google
|
|
|
701
701
|
# @return [Array<Google::Apis::StoragetransferV1::Operation>]
|
|
702
702
|
attr_accessor :operations
|
|
703
703
|
|
|
704
|
+
# Unordered list. Unreachable resources. Populated when the request sets `
|
|
705
|
+
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
|
|
706
|
+
# when attempting to list all resources across all supported locations.
|
|
707
|
+
# Corresponds to the JSON property `unreachable`
|
|
708
|
+
# @return [Array<String>]
|
|
709
|
+
attr_accessor :unreachable
|
|
710
|
+
|
|
704
711
|
def initialize(**args)
|
|
705
712
|
update!(**args)
|
|
706
713
|
end
|
|
@@ -709,6 +716,7 @@ module Google
|
|
|
709
716
|
def update!(**args)
|
|
710
717
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
711
718
|
@operations = args[:operations] if args.key?(:operations)
|
|
719
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
|
712
720
|
end
|
|
713
721
|
end
|
|
714
722
|
|
|
@@ -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.60.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 = "20251010"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -449,6 +449,7 @@ module Google
|
|
|
449
449
|
property :next_page_token, as: 'nextPageToken'
|
|
450
450
|
collection :operations, as: 'operations', class: Google::Apis::StoragetransferV1::Operation, decorator: Google::Apis::StoragetransferV1::Operation::Representation
|
|
451
451
|
|
|
452
|
+
collection :unreachable, as: 'unreachable'
|
|
452
453
|
end
|
|
453
454
|
end
|
|
454
455
|
|
|
@@ -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.60.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.60.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:
|