google-apis-storagetransfer_v1 0.53.0 → 0.54.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: 71f2ca5acbad94ca7d579877182b42b16c8423c369826f1e2f85bd7252c5aeee
4
- data.tar.gz: d95adec05cd7b9cab9fdebe0ee823718e77d00fb911ae023fc398ffaafc74202
3
+ metadata.gz: 749c793c0ac510e7d6c92a94e83bf2534c86f618092200a594856181911c77c9
4
+ data.tar.gz: 141e1d2180d9acbdd54d6fbd97e2c4b313c50ececb21060f663acbaef8621778
5
5
  SHA512:
6
- metadata.gz: 06bcc272de5d7602ca30e60b70c0aae59502563e6e9431ca38d012cbcf4f4ca4606262b782a15948a153d78f602ad71bf4bb54a2e368566b41405238780e4e19
7
- data.tar.gz: 877ae31746972da83c6b2a63012e71813c547fec3f4c2f39b7f932e86d10099a908728c6889e89e47abcbf6b47c88943463e675a766e7aeb0c16f131aab660c3
6
+ metadata.gz: 9099e7aaefc7ee00498ad2ec84c85e8bf03e1c0785ed14a04cfd59168342099fc3fb1bc49755ad07d143eab467d17492405d945ef64c77407046d319886ed1fd
7
+ data.tar.gz: ddf51d5923eccac5b2c127b05f5a4317ee647206672e6dffccafce3ad5c826e3abf8aa98132dadeca846cf3f809bcc518d23c69ff36b60f9a5157eacfe99d255
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-storagetransfer_v1
2
2
 
3
+ ### v0.54.0 (2024-10-13)
4
+
5
+ * Regenerated from discovery document revision 20241005
6
+
3
7
  ### v0.53.0 (2024-10-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20240928
@@ -1291,24 +1291,28 @@ module Google
1291
1291
  class TimeOfDay
1292
1292
  include Google::Apis::Core::Hashable
1293
1293
 
1294
- # Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to
1295
- # allow the value "24:00:00" for scenarios like business closing time.
1294
+ # Hours of a day in 24 hour format. Must be greater than or equal to 0 and
1295
+ # typically must be less than or equal to 23. An API may choose to allow the
1296
+ # value "24:00:00" for scenarios like business closing time.
1296
1297
  # Corresponds to the JSON property `hours`
1297
1298
  # @return [Fixnum]
1298
1299
  attr_accessor :hours
1299
1300
 
1300
- # Minutes of hour of day. Must be from 0 to 59.
1301
+ # Minutes of an hour. Must be greater than or equal to 0 and less than or equal
1302
+ # to 59.
1301
1303
  # Corresponds to the JSON property `minutes`
1302
1304
  # @return [Fixnum]
1303
1305
  attr_accessor :minutes
1304
1306
 
1305
- # Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
1307
+ # Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
1308
+ # less than or equal to 999,999,999.
1306
1309
  # Corresponds to the JSON property `nanos`
1307
1310
  # @return [Fixnum]
1308
1311
  attr_accessor :nanos
1309
1312
 
1310
- # Seconds of minutes of the time. Must normally be from 0 to 59. An API may
1311
- # allow the value 60 if it allows leap-seconds.
1313
+ # Seconds of a minute. Must be greater than or equal to 0 and typically must be
1314
+ # less than or equal to 59. An API may allow the value 60 if it allows leap-
1315
+ # seconds.
1312
1316
  # Corresponds to the JSON property `seconds`
1313
1317
  # @return [Fixnum]
1314
1318
  attr_accessor :seconds
@@ -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.53.0"
19
+ GEM_VERSION = "0.54.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240928"
25
+ REVISION = "20241005"
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.53.0
4
+ version: 0.54.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: 2024-10-06 00:00:00.000000000 Z
11
+ date: 2024-10-13 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.53.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-storagetransfer_v1/v0.54.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.5.6
78
+ rubygems_version: 3.5.21
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Storage Transfer API V1