google-apis-storagetransfer_v1 0.23.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: 66bad821cbafac73874973f4747a6c1e0e6f80d89f8dce6e5b32460fb6548c04
4
- data.tar.gz: 7edc452e0e79ea0ae97809854db54eb57a88b4b854c3e1e8a9a6c9301bb7ffa6
3
+ metadata.gz: 7e846ca72acb898e9f01f3b7f4923ab9ec5a0d4c8232d166cff6c5e5f8feb897
4
+ data.tar.gz: 1e32d178a9feb2c1ab7be0d0276cf5394d0239ce0bb8864b2f4ea20d723a0831
5
5
  SHA512:
6
- metadata.gz: 0b6e795fc5df4274b927147a5142ca756a3d54f79a84d68e928af20af8fa9b998194afcedaf0cef6169dc88eca3e9206ec9ef2414691f2414bf1bbd6b35a3b54
7
- data.tar.gz: c8fcbfd139db8f2ce9c25c4c1937a1e2f102b557eb1bf8240bfd98557b858ff1bd5fc7fe6bf8e5c321b025d72fe3c9867dc9efccbc996cb68bcf9413ef0d2657
6
+ metadata.gz: 415653e7f1a51ad9cbce72dd5ff218ab16ff9bb5496d708bf648dfce9d87da915134c11a3a226ef7959a4f97f0af7f78702cd32d55e51027ce8d40db76d32499
7
+ data.tar.gz: 25b77a5044da79b77220cbd346cea3f02d7c40d59917fe03307bf78b23d1ee701d88f453076e51d4393c618a77681b5f86a2fc62b820476924a3ed39b16b4bf6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-storagetransfer_v1
2
2
 
3
+ ### v0.26.0 (2022-03-29)
4
+
5
+ * Regenerated from discovery document revision 20220324
6
+
7
+ ### v0.25.0 (2022-03-08)
8
+
9
+ * Regenerated from discovery document revision 20220303
10
+
11
+ ### v0.24.0 (2022-02-23)
12
+
13
+ * Regenerated from discovery document revision 20220216
14
+
3
15
  ### v0.23.0 (2022-02-15)
4
16
 
5
17
  * Regenerated from discovery document revision 20220210
@@ -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 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.23.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 = "20220210"
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
 
@@ -530,7 +530,7 @@ module Google
530
530
  # Lists transfer operations. Operations are ordered by their creation time in
531
531
  # reverse chronological order.
532
532
  # @param [String] name
533
- # Not used.
533
+ # Required. The name of the type being listed; must be `transferOperations`.
534
534
  # @param [String] filter
535
535
  # Required. A list of query parameters specified as JSON text in the form of: ``"
536
536
  # projectId":"my_project_id", "jobNames":["jobid1","jobid2",...], "
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.23.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-02-21 00:00:00.000000000 Z
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.23.0
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: []