google-apis-sheets_v4 0.36.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: e316e6153d21640ef300edbb2dc42d4067b8eac486716f07d3a98d8cea0c195b
4
- data.tar.gz: 419ae5a84f05091f933cb86f04e20a3e3c27f4a6fbff7d74c187c2525c8b1245
3
+ metadata.gz: 03df7f34465367e7bdcdfd0a549e184e59b726f90720a702316f9c395a487073
4
+ data.tar.gz: af3ccc96fde9599c9c423edec48d80d1fdbb81a5856ac34d1eeed444bbe12f69
5
5
  SHA512:
6
- metadata.gz: b8a9560bf0b24cbbfbc7aee7ab6ed066b4bfe246569dc53efe24d85181ee03f631078c758b5b7142ece21f24288372f5e2385999cd72ab3ec40fe390b1af6401
7
- data.tar.gz: c4aeb1a5c67754cc3c4848a52dae97ffe03186805e71c502c97233a6854ce3799aaa347ae0c6159309992ce35490f0f5811bc8a8b517f72e66dc02d661a25817
6
+ metadata.gz: cbae8afc010147611eb4f6a585c2eec1fe126611b842b91ceebdc5852ed4bea14b48f21d9c279681b14fdd5532d71f1394fd58075ca6138c9579594a709644a7
7
+ data.tar.gz: e78dd39cc4af3cdf6c30385e80deb7e0ed9e7258290178225986ea7a2f290e2d9ba2fc8435c9fb932b12740576be4dc0a91f3dc65a6fb338e0a0ca31e6578755
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.37.0 (2024-10-13)
8
+
9
+ * Regenerated from discovery document revision 20241001
10
+
3
11
  ### v0.36.0 (2024-09-29)
4
12
 
5
13
  * Regenerated from discovery document revision 20240917
@@ -5015,7 +5015,7 @@ module Google
5015
5015
 
5016
5016
  # Limits the selected developer metadata to that which has a matching
5017
5017
  # DeveloperMetadata.visibility. If left unspecified, all developer metadata
5018
- # visibile to the requesting project is considered.
5018
+ # visible to the requesting project is considered.
5019
5019
  # Corresponds to the JSON property `visibility`
5020
5020
  # @return [String]
5021
5021
  attr_accessor :visibility
@@ -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.36.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 = "20240917"
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.36.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-09-29 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.36.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: []
@@ -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 Google Sheets API V4