google-apis-storagetransfer_v1 0.24.0 → 0.27.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: cbf498836a4496ea8a8808fb8d2075651bb6bb67fa7e5743a8f009b0305fb9bb
4
- data.tar.gz: 437e20dcb9bebb479bea4209ca9a58df6fd1d1d590ab9d58bb28938773971406
3
+ metadata.gz: 399ed38385d5b19edeab57f41af6a17c8b790c36354d0867e4ec46d9b812d100
4
+ data.tar.gz: 3639a9b49f981f79ae20597795306f83c70da15b5ccc1748424d6ab830d9a8c3
5
5
  SHA512:
6
- metadata.gz: 49761a4550e52a82d90eaa7ef1754a2bade63f1317d820709c7317cd60d794d38e1c52bb4b51fb1218d7bf231b12e5ce3078c8d57952f64cc4747fd02e27c2bc
7
- data.tar.gz: 0a62e1c9b75c5b78ee91fd633e37c8e88a4d8e3892feafa41c7b9056ba46cb7bedad1b1f35eb3dcc3cf5a94169dd1ef6c6bbe625bb13e28c69b6989593d289b7
6
+ metadata.gz: a2315e2b8fc7885390be9f8247fb71a18b1f08ee244a51fdbac1e65413e472dc0be946b91af3b6707d8bbb9c4a0f0f52ff6b33eae5916370f2e555714ccc6563
7
+ data.tar.gz: 001feada37cd891c2b5cbdb4d2e5a456aecc10d3f34fb7a41469488a1b3b1c7aa3b3375f97675e29dc05b159e0e269923a90bcc14b71b4fb89923db808221a00
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-storagetransfer_v1
2
2
 
3
+ ### v0.27.0 (2022-05-17)
4
+
5
+ * Regenerated from discovery document revision 20220511
6
+
7
+ ### v0.26.0 (2022-03-29)
8
+
9
+ * Regenerated from discovery document revision 20220324
10
+
11
+ ### v0.25.0 (2022-03-08)
12
+
13
+ * Regenerated from discovery document revision 20220303
14
+
3
15
  ### v0.24.0 (2022-02-23)
4
16
 
5
17
  * Regenerated from discovery document revision 20220216
@@ -244,11 +244,11 @@ module Google
244
244
  # Represents a whole or partial calendar date, such as a birthday. The time of
245
245
  # day and time zone are either specified elsewhere or are insignificant. The
246
246
  # date is relative to the Gregorian Calendar. This can represent one of the
247
- # following: * A full date, with non-zero year, month, and day values * A month
248
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
249
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
250
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
251
- # DateTime * google.protobuf.Timestamp
247
+ # following: * A full date, with non-zero year, month, and day values. * A month
248
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
249
+ # with a zero month and a zero day. * A year and month, with a zero day (for
250
+ # example, a credit card expiration date). Related types: * google.type.
251
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
252
252
  class Date
253
253
  include Google::Apis::Core::Hashable
254
254
 
@@ -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); ` The JSON representation for
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. These options only
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
@@ -949,11 +950,11 @@ module Google
949
950
  # Represents a whole or partial calendar date, such as a birthday. The time of
950
951
  # day and time zone are either specified elsewhere or are insignificant. The
951
952
  # date is relative to the Gregorian Calendar. This can represent one of the
952
- # following: * A full date, with non-zero year, month, and day values * A month
953
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
954
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
955
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
956
- # DateTime * google.protobuf.Timestamp
953
+ # following: * A full date, with non-zero year, month, and day values. * A month
954
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
955
+ # with a zero month and a zero day. * A year and month, with a zero day (for
956
+ # example, a credit card expiration date). Related types: * google.type.
957
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
957
958
  # Corresponds to the JSON property `scheduleEndDate`
958
959
  # @return [Google::Apis::StoragetransferV1::Date]
959
960
  attr_accessor :schedule_end_date
@@ -961,11 +962,11 @@ module Google
961
962
  # Represents a whole or partial calendar date, such as a birthday. The time of
962
963
  # day and time zone are either specified elsewhere or are insignificant. The
963
964
  # date is relative to the Gregorian Calendar. This can represent one of the
964
- # following: * A full date, with non-zero year, month, and day values * A month
965
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
966
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
967
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
968
- # DateTime * google.protobuf.Timestamp
965
+ # following: * A full date, with non-zero year, month, and day values. * A month
966
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
967
+ # with a zero month and a zero day. * A year and month, with a zero day (for
968
+ # example, a credit card expiration date). Related types: * google.type.
969
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
969
970
  # Corresponds to the JSON property `scheduleStartDate`
970
971
  # @return [Google::Apis::StoragetransferV1::Date]
971
972
  attr_accessor :schedule_start_date
@@ -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. These options only
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.24.0"
19
+ GEM_VERSION = "0.27.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 = "20220216"
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.24.0
4
+ version: 0.27.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-02-28 00:00:00.000000000 Z
11
+ date: 2022-05-23 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.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.27.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: []