google-apis-storagetransfer_v1 0.25.0 → 0.26.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: 7e846ca72acb898e9f01f3b7f4923ab9ec5a0d4c8232d166cff6c5e5f8feb897
|
4
|
+
data.tar.gz: 1e32d178a9feb2c1ab7be0d0276cf5394d0239ce0bb8864b2f4ea20d723a0831
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 415653e7f1a51ad9cbce72dd5ff218ab16ff9bb5496d708bf648dfce9d87da915134c11a3a226ef7959a4f97f0af7f78702cd32d55e51027ce8d40db76d32499
|
7
|
+
data.tar.gz: 25b77a5044da79b77220cbd346cea3f02d7c40d59917fe03307bf78b23d1ee701d88f453076e51d4393c618a77681b5f86a2fc62b820476924a3ed39b16b4bf6
|
data/CHANGELOG.md
CHANGED
@@ -285,8 +285,7 @@ module Google
|
|
285
285
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
286
286
|
# messages in your APIs. A typical example is to use it as the request or the
|
287
287
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
288
|
-
# protobuf.Empty) returns (google.protobuf.Empty); `
|
289
|
-
# `Empty` is empty JSON object ````.
|
288
|
+
# protobuf.Empty) returns (google.protobuf.Empty); `
|
290
289
|
class Empty
|
291
290
|
include Google::Apis::Core::Hashable
|
292
291
|
|
@@ -573,9 +572,7 @@ module Google
|
|
573
572
|
end
|
574
573
|
end
|
575
574
|
|
576
|
-
# Specifies the metadata options for running a transfer.
|
577
|
-
# apply to transfers involving a POSIX filesystem and are ignored for other
|
578
|
-
# transfers.
|
575
|
+
# Specifies the metadata options for running a transfer.
|
579
576
|
class MetadataOptions
|
580
577
|
include Google::Apis::Core::Hashable
|
581
578
|
|
@@ -587,7 +584,8 @@ module Google
|
|
587
584
|
attr_accessor :acl
|
588
585
|
|
589
586
|
# Specifies how each file's POSIX group ID (GID) attribute should be handled by
|
590
|
-
# the transfer. By default, GID is not preserved.
|
587
|
+
# the transfer. By default, GID is not preserved. Only applicable to transfers
|
588
|
+
# involving POSIX file systems, and ignored for other transfers.
|
591
589
|
# Corresponds to the JSON property `gid`
|
592
590
|
# @return [String]
|
593
591
|
attr_accessor :gid
|
@@ -601,7 +599,8 @@ module Google
|
|
601
599
|
attr_accessor :kms_key
|
602
600
|
|
603
601
|
# Specifies how each file's mode attribute should be handled by the transfer. By
|
604
|
-
# default, mode is not preserved.
|
602
|
+
# default, mode is not preserved. Only applicable to transfers involving POSIX
|
603
|
+
# file systems, and ignored for other transfers.
|
605
604
|
# Corresponds to the JSON property `mode`
|
606
605
|
# @return [String]
|
607
606
|
attr_accessor :mode
|
@@ -614,7 +613,8 @@ module Google
|
|
614
613
|
attr_accessor :storage_class
|
615
614
|
|
616
615
|
# Specifies how symlinks should be handled by the transfer. By default, symlinks
|
617
|
-
# are not preserved.
|
616
|
+
# are not preserved. Only applicable to transfers involving POSIX file systems,
|
617
|
+
# and ignored for other transfers.
|
618
618
|
# Corresponds to the JSON property `symlink`
|
619
619
|
# @return [String]
|
620
620
|
attr_accessor :symlink
|
@@ -634,7 +634,8 @@ module Google
|
|
634
634
|
attr_accessor :time_created
|
635
635
|
|
636
636
|
# Specifies how each file's POSIX user ID (UID) attribute should be handled by
|
637
|
-
# the transfer. By default, UID is not preserved.
|
637
|
+
# the transfer. By default, UID is not preserved. Only applicable to transfers
|
638
|
+
# involving POSIX file systems, and ignored for other transfers.
|
638
639
|
# Corresponds to the JSON property `uid`
|
639
640
|
# @return [String]
|
640
641
|
attr_accessor :uid
|
@@ -1463,9 +1464,7 @@ module Google
|
|
1463
1464
|
attr_accessor :delete_objects_unique_in_sink
|
1464
1465
|
alias_method :delete_objects_unique_in_sink?, :delete_objects_unique_in_sink
|
1465
1466
|
|
1466
|
-
# Specifies the metadata options for running a transfer.
|
1467
|
-
# apply to transfers involving a POSIX filesystem and are ignored for other
|
1468
|
-
# transfers.
|
1467
|
+
# Specifies the metadata options for running a transfer.
|
1469
1468
|
# Corresponds to the JSON property `metadataOptions`
|
1470
1469
|
# @return [Google::Apis::StoragetransferV1::MetadataOptions]
|
1471
1470
|
attr_accessor :metadata_options
|
@@ -1479,6 +1478,12 @@ module Google
|
|
1479
1478
|
attr_accessor :overwrite_objects_already_existing_in_sink
|
1480
1479
|
alias_method :overwrite_objects_already_existing_in_sink?, :overwrite_objects_already_existing_in_sink
|
1481
1480
|
|
1481
|
+
# When to overwrite objects that already exist in the sink. If not set overwrite
|
1482
|
+
# behavior is determined by overwrite_objects_already_existing_in_sink.
|
1483
|
+
# Corresponds to the JSON property `overwriteWhen`
|
1484
|
+
# @return [String]
|
1485
|
+
attr_accessor :overwrite_when
|
1486
|
+
|
1482
1487
|
def initialize(**args)
|
1483
1488
|
update!(**args)
|
1484
1489
|
end
|
@@ -1489,6 +1494,7 @@ module Google
|
|
1489
1494
|
@delete_objects_unique_in_sink = args[:delete_objects_unique_in_sink] if args.key?(:delete_objects_unique_in_sink)
|
1490
1495
|
@metadata_options = args[:metadata_options] if args.key?(:metadata_options)
|
1491
1496
|
@overwrite_objects_already_existing_in_sink = args[:overwrite_objects_already_existing_in_sink] if args.key?(:overwrite_objects_already_existing_in_sink)
|
1497
|
+
@overwrite_when = args[:overwrite_when] if args.key?(:overwrite_when)
|
1492
1498
|
end
|
1493
1499
|
end
|
1494
1500
|
|
@@ -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.26.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220324"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -583,6 +583,7 @@ module Google
|
|
583
583
|
property :metadata_options, as: 'metadataOptions', class: Google::Apis::StoragetransferV1::MetadataOptions, decorator: Google::Apis::StoragetransferV1::MetadataOptions::Representation
|
584
584
|
|
585
585
|
property :overwrite_objects_already_existing_in_sink, as: 'overwriteObjectsAlreadyExistingInSink'
|
586
|
+
property :overwrite_when, as: 'overwriteWhen'
|
586
587
|
end
|
587
588
|
end
|
588
589
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.26.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-04-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-storagetransfer_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.26.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-storagetransfer_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|