google-apis-storagetransfer_v1 0.21.0 → 0.22.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: 6d89023c3ce1dd89ee38d3e9119fef1c48ef8559b37d32890010be3af2a5ae85
4
- data.tar.gz: 919fdcd9355c2296638d9ec7b068d73b3107dcb7ae42ec1b161d8e5f51e48000
3
+ metadata.gz: e15d93dbd33d337d58b864b29b0553afd3ae6b48a2b18be153c5909dd3ccc81b
4
+ data.tar.gz: 2ebbb3c311a673b89a9b3736c3f40656ad7e122953ac71e11254a5e0048686ea
5
5
  SHA512:
6
- metadata.gz: 868b3ebce9e5728d49663ab5fefda461e7cbdd6734edb47fcaa4ab1d53251ff6d8412e63d93784906bf03143f5a90b0fe615ed51c24813f11f3ed7ab5a21a8a7
7
- data.tar.gz: 9d9be353a17b7c068107ec2e3f31b209547206d13de15899a7f24cb51892b92f0c7236bc94c81832ab877c2c34a61891f1f41249bd5db86d488e16f040095f0b
6
+ metadata.gz: b9c5bc94559aa7dbfe5582a327d366db7c9b558768b8525a5547354b24f1d2d9fb86da1b546cb76bfc934f8fd18b219efb3a95ba0429de938ed1379cfceebd06
7
+ data.tar.gz: 9a2dd7cfc7d7ee05f8be99c0b92881a629bc97d5b3140f655f5c81e6586027df59e55badf97b61b1b7e1a5dd6abd171cbbfabf51070d45f09332cc26a2001f4d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-storagetransfer_v1
2
2
 
3
+ ### v0.22.0 (2022-02-08)
4
+
5
+ * Regenerated from discovery document revision 20220203
6
+
3
7
  ### v0.21.0 (2022-02-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20220127
@@ -245,10 +245,10 @@ module Google
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
247
  # following: * A full date, with non-zero year, month, and day values * A month
248
- # and day value, with a zero year, such as an anniversary * A year on its own,
249
- # with zero month and day values * A year and month value, with a zero day, such
250
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
251
- # google.protobuf.Timestamp`.
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
252
252
  class Date
253
253
  include Google::Apis::Core::Hashable
254
254
 
@@ -573,7 +573,9 @@ module Google
573
573
  end
574
574
  end
575
575
 
576
- # Specifies the metadata options for running a transfer.
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.
577
579
  class MetadataOptions
578
580
  include Google::Apis::Core::Hashable
579
581
 
@@ -584,9 +586,8 @@ module Google
584
586
  # @return [String]
585
587
  attr_accessor :acl
586
588
 
587
- # Specifies how each file's GID attribute should be handled by the transfer. If
588
- # unspecified, the default behavior is the same as GID_SKIP when the source is a
589
- # POSIX file system.
589
+ # Specifies how each file's POSIX group ID (GID) attribute should be handled by
590
+ # the transfer. By default, GID is not preserved.
590
591
  # Corresponds to the JSON property `gid`
591
592
  # @return [String]
592
593
  attr_accessor :gid
@@ -599,9 +600,8 @@ module Google
599
600
  # @return [String]
600
601
  attr_accessor :kms_key
601
602
 
602
- # Specifies how each file's mode attribute should be handled by the transfer. If
603
- # unspecified, the default behavior is the same as MODE_SKIP when the source is
604
- # a POSIX file system.
603
+ # Specifies how each file's mode attribute should be handled by the transfer. By
604
+ # default, mode is not preserved.
605
605
  # Corresponds to the JSON property `mode`
606
606
  # @return [String]
607
607
  attr_accessor :mode
@@ -613,9 +613,8 @@ module Google
613
613
  # @return [String]
614
614
  attr_accessor :storage_class
615
615
 
616
- # Specifies how symlinks should be handled by the transfer. If unspecified, the
617
- # default behavior is the same as SYMLINK_SKIP when the source is a POSIX file
618
- # system.
616
+ # Specifies how symlinks should be handled by the transfer. By default, symlinks
617
+ # are not preserved.
619
618
  # Corresponds to the JSON property `symlink`
620
619
  # @return [String]
621
620
  attr_accessor :symlink
@@ -627,9 +626,8 @@ module Google
627
626
  # @return [String]
628
627
  attr_accessor :temporary_hold
629
628
 
630
- # Specifies how each file's UID attribute should be handled by the transfer. If
631
- # unspecified, the default behavior is the same as UID_SKIP when the source is a
632
- # POSIX file system.
629
+ # Specifies how each file's POSIX user ID (UID) attribute should be handled by
630
+ # the transfer. By default, UID is not preserved.
633
631
  # Corresponds to the JSON property `uid`
634
632
  # @return [String]
635
633
  attr_accessor :uid
@@ -944,10 +942,10 @@ module Google
944
942
  # day and time zone are either specified elsewhere or are insignificant. The
945
943
  # date is relative to the Gregorian Calendar. This can represent one of the
946
944
  # following: * A full date, with non-zero year, month, and day values * A month
947
- # and day value, with a zero year, such as an anniversary * A year on its own,
948
- # with zero month and day values * A year and month value, with a zero day, such
949
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
950
- # google.protobuf.Timestamp`.
945
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
946
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
947
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
948
+ # DateTime * google.protobuf.Timestamp
951
949
  # Corresponds to the JSON property `scheduleEndDate`
952
950
  # @return [Google::Apis::StoragetransferV1::Date]
953
951
  attr_accessor :schedule_end_date
@@ -956,10 +954,10 @@ module Google
956
954
  # day and time zone are either specified elsewhere or are insignificant. The
957
955
  # date is relative to the Gregorian Calendar. This can represent one of the
958
956
  # following: * A full date, with non-zero year, month, and day values * A month
959
- # and day value, with a zero year, such as an anniversary * A year on its own,
960
- # with zero month and day values * A year and month value, with a zero day, such
961
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
962
- # google.protobuf.Timestamp`.
957
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
958
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
959
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
960
+ # DateTime * google.protobuf.Timestamp
963
961
  # Corresponds to the JSON property `scheduleStartDate`
964
962
  # @return [Google::Apis::StoragetransferV1::Date]
965
963
  attr_accessor :schedule_start_date
@@ -1457,7 +1455,9 @@ module Google
1457
1455
  attr_accessor :delete_objects_unique_in_sink
1458
1456
  alias_method :delete_objects_unique_in_sink?, :delete_objects_unique_in_sink
1459
1457
 
1460
- # Specifies the metadata options for running a transfer.
1458
+ # Specifies the metadata options for running a transfer. These options only
1459
+ # apply to transfers involving a POSIX filesystem and are ignored for other
1460
+ # transfers.
1461
1461
  # Corresponds to the JSON property `metadataOptions`
1462
1462
  # @return [Google::Apis::StoragetransferV1::MetadataOptions]
1463
1463
  attr_accessor :metadata_options
@@ -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.21.0"
19
+ GEM_VERSION = "0.22.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 = "20220127"
25
+ REVISION = "20220203"
26
26
  end
27
27
  end
28
28
  end
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.21.0
4
+ version: 0.22.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-07 00:00:00.000000000 Z
11
+ date: 2022-02-14 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.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.22.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: []