google-apis-sheets_v4 0.37.0 → 0.38.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: 68c33469a4812fabb170debbdabca43dba1b1761a5927982e5b4c4249584b6de
4
- data.tar.gz: d1f8299aeff8fedd3a546992d797c96e645bab0a78e31f3685016bf8a58b1cfb
3
+ metadata.gz: 03df7f34465367e7bdcdfd0a549e184e59b726f90720a702316f9c395a487073
4
+ data.tar.gz: af3ccc96fde9599c9c423edec48d80d1fdbb81a5856ac34d1eeed444bbe12f69
5
5
  SHA512:
6
- metadata.gz: 1b3520faf81e0ef7865602a18b96ea7cf5a213927ecffc36925600e84d0bff09943cc60a68fcf8e8199182d6c659c31f5f957a8d560305500015e9b9f8220b7a
7
- data.tar.gz: 7ba67261018e868f2955af0b8cad5a0259ae826aa913e7562de1d2a4847a2c03f283e8f0f61986cea770b66c5ae64980924599bdc3a99ea4ebe97d70a1f8f889
6
+ metadata.gz: cbae8afc010147611eb4f6a585c2eec1fe126611b842b91ceebdc5852ed4bea14b48f21d9c279681b14fdd5532d71f1394fd58075ca6138c9579594a709644a7
7
+ data.tar.gz: e78dd39cc4af3cdf6c30385e80deb7e0ed9e7258290178225986ea7a2f290e2d9ba2fc8435c9fb932b12740576be4dc0a91f3dc65a6fb338e0a0ca31e6578755
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sheets_v4
2
2
 
3
+ ### v0.38.0 (2024-10-20)
4
+
5
+ * Regenerated from discovery document revision 20241008
6
+
3
7
  ### v0.37.0 (2024-10-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20241001
@@ -9880,24 +9880,28 @@ module Google
9880
9880
  class TimeOfDay
9881
9881
  include Google::Apis::Core::Hashable
9882
9882
 
9883
- # Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to
9884
- # allow the value "24:00:00" for scenarios like business closing time.
9883
+ # Hours of a day in 24 hour format. Must be greater than or equal to 0 and
9884
+ # typically must be less than or equal to 23. An API may choose to allow the
9885
+ # value "24:00:00" for scenarios like business closing time.
9885
9886
  # Corresponds to the JSON property `hours`
9886
9887
  # @return [Fixnum]
9887
9888
  attr_accessor :hours
9888
9889
 
9889
- # Minutes of hour of day. Must be from 0 to 59.
9890
+ # Minutes of an hour. Must be greater than or equal to 0 and less than or equal
9891
+ # to 59.
9890
9892
  # Corresponds to the JSON property `minutes`
9891
9893
  # @return [Fixnum]
9892
9894
  attr_accessor :minutes
9893
9895
 
9894
- # Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
9896
+ # Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
9897
+ # less than or equal to 999,999,999.
9895
9898
  # Corresponds to the JSON property `nanos`
9896
9899
  # @return [Fixnum]
9897
9900
  attr_accessor :nanos
9898
9901
 
9899
- # Seconds of minutes of the time. Must normally be from 0 to 59. An API may
9900
- # allow the value 60 if it allows leap-seconds.
9902
+ # Seconds of a minute. Must be greater than or equal to 0 and typically must be
9903
+ # less than or equal to 59. An API may allow the value 60 if it allows leap-
9904
+ # seconds.
9901
9905
  # Corresponds to the JSON property `seconds`
9902
9906
  # @return [Fixnum]
9903
9907
  attr_accessor :seconds
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SheetsV4
18
18
  # Version of the google-apis-sheets_v4 gem
19
- GEM_VERSION = "0.37.0"
19
+ GEM_VERSION = "0.38.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 = "20241001"
25
+ REVISION = "20241008"
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-sheets_v4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.0
4
+ version: 0.38.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-13 00:00:00.000000000 Z
11
+ date: 2024-10-27 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-sheets_v4/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sheets_v4/v0.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sheets_v4/v0.38.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sheets_v4
63
63
  post_install_message:
64
64
  rdoc_options: []