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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/sheets_v4/classes.rb +10 -6
- data/lib/google/apis/sheets_v4/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 03df7f34465367e7bdcdfd0a549e184e59b726f90720a702316f9c395a487073
|
4
|
+
data.tar.gz: af3ccc96fde9599c9c423edec48d80d1fdbb81a5856ac34d1eeed444bbe12f69
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cbae8afc010147611eb4f6a585c2eec1fe126611b842b91ceebdc5852ed4bea14b48f21d9c279681b14fdd5532d71f1394fd58075ca6138c9579594a709644a7
|
7
|
+
data.tar.gz: e78dd39cc4af3cdf6c30385e80deb7e0ed9e7258290178225986ea7a2f290e2d9ba2fc8435c9fb932b12740576be4dc0a91f3dc65a6fb338e0a0ca31e6578755
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
9884
|
-
#
|
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
|
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
|
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
|
9900
|
-
# allow the value 60 if it allows leap-
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|