google-apis-sheets_v4 0.45.0 → 0.46.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/sheets_v4/classes.rb +3 -3
- data/lib/google/apis/sheets_v4/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 554412ac054e7c6e20fa386f6e187a7aed167af56d3278730e7576ec86c2b73f
|
|
4
|
+
data.tar.gz: 8d17fcc7e8f4b84c16edc4a09743929bc9d67d8e2069047a8531bcea09d25dbb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a9b458c7478055aa08d594b9938f8e3627ad3678934178f5166d3ca65ede8c1445a93932beecc15b2201eda3299fa1b3afbebe9e8a7907b4e5aec9296431731d
|
|
7
|
+
data.tar.gz: cc17c11b75e44b9e9c7d5ce36f84379a9403a1cb3bd933d97b6341e2f8ead1f7c0248539c78e83e4920d05ff4202d28f4824400cec434a0666de1acce5548ec5
|
data/CHANGELOG.md
CHANGED
|
@@ -7032,9 +7032,9 @@ module Google
|
|
|
7032
7032
|
include Google::Apis::Core::Hashable
|
|
7033
7033
|
|
|
7034
7034
|
# Pattern string used for formatting. If not set, a default pattern based on the
|
|
7035
|
-
#
|
|
7036
|
-
# Number Formats guide](https://developers.google.com/workspace/sheets/
|
|
7037
|
-
# guides/formats) for more information about the supported patterns.
|
|
7035
|
+
# spreadsheet's locale will be used if necessary for the given type. See the [
|
|
7036
|
+
# Date and Number Formats guide](https://developers.google.com/workspace/sheets/
|
|
7037
|
+
# api/guides/formats) for more information about the supported patterns.
|
|
7038
7038
|
# Corresponds to the JSON property `pattern`
|
|
7039
7039
|
# @return [String]
|
|
7040
7040
|
attr_accessor :pattern
|
|
@@ -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.46.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251110"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.46.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sheets_v4/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-sheets_v4/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-sheets_v4/v0.46.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sheets_v4
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|