google-apis-storagetransfer_v1 0.25.0 → 0.28.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 460117ab908659cea635c941d4f8939c4de5ffe44f8aff265df61e8020e813f2
|
4
|
+
data.tar.gz: ef820e6788eafd85341561e5b9a47172dac7faf5966554dcd91588b611682c67
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d4543a4c2de54948c58751a30c531ea4dba095d042cbc6d3eb9d86325c7712453d860e8550e0705ac4120e129097209a7c2e97ef8545209d08959ed73116ece
|
7
|
+
data.tar.gz: c19625b74810749b1df5d928e023e1de1aea64eb1a39202122629b65033c25e2b378c8306918d95fab9cf940dd862147e638e094d89d42e502a26a33123405ab
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Release history for google-apis-storagetransfer_v1
|
2
2
|
|
3
|
+
### v0.28.0 (2022-06-03)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.5.0
|
6
|
+
|
7
|
+
### v0.27.0 (2022-05-17)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220511
|
10
|
+
|
11
|
+
### v0.26.0 (2022-03-29)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220324
|
14
|
+
|
3
15
|
### v0.25.0 (2022-03-08)
|
4
16
|
|
5
17
|
* Regenerated from discovery document revision 20220303
|
@@ -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,
|
1482
|
+
# overwrite 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.28.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.5.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220511"
|
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.28.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-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.5'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.5'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.28.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.3.
|
78
|
+
rubygems_version: 3.3.14
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Storage Transfer API V1
|