google-apis-sheets_v4 0.39.0 → 0.40.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 +5 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/sheets_v4/classes.rb +15 -15
- data/lib/google/apis/sheets_v4/gem_version.rb +3 -3
- data/lib/google/apis/sheets_v4/service.rb +27 -24
- data/lib/google/apis/sheets_v4.rb +1 -1
- metadata +4 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 891917726df1f4ce813f02b8a7305cdf465908b8f22d4eec158d5a91a5833fa8
|
4
|
+
data.tar.gz: c347ccfd94b1e9544288ffb396f8c8b48ba787ff1d54e46863256efeabbd5234
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 423bd7de7cef7a0fd4ee0f6bc1a8352282a3f2a6bae44a3f8898d6e8737016565e08cde8d1e1300e3660bd3aee82984f7207621607dd7f4c58e0e9cfe838a965
|
7
|
+
data.tar.gz: ac700d30f7d2c0ca732b3c38ce8923597b0c9a88ea3e0671daa2512f3507084ed134af92035a2506e663412ff929b94098172c7424f5531e3dd278cd28a54bd9
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-sheets_v4
|
2
2
|
|
3
|
+
### v0.40.0 (2025-04-06)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250325
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
3
8
|
### v0.39.0 (2024-12-15)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20241203
|
data/OVERVIEW.md
CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
|
|
79
79
|
|
80
80
|
**For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
|
81
81
|
|
82
|
-
The [product documentation](https://developers.google.com/sheets/) may provide guidance regarding the preferred client library to use.
|
82
|
+
The [product documentation](https://developers.google.com/workspace/sheets/) may provide guidance regarding the preferred client library to use.
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
@@ -1513,10 +1513,10 @@ module Google
|
|
1513
1513
|
class BatchClearValuesByDataFilterResponse
|
1514
1514
|
include Google::Apis::Core::Hashable
|
1515
1515
|
|
1516
|
-
# The ranges that were cleared, in [A1 notation](/
|
1517
|
-
# cell). If the requests are for an
|
1518
|
-
# bounds of the sheet, this is the
|
1519
|
-
# the sheet's limits.
|
1516
|
+
# The ranges that were cleared, in [A1 notation](https://developers.google.com/
|
1517
|
+
# workspace/sheets/api/guides/concepts#cell). If the requests are for an
|
1518
|
+
# unbounded range or a ranger larger than the bounds of the sheet, this is the
|
1519
|
+
# actual ranges that were cleared, bounded to the sheet's limits.
|
1520
1520
|
# Corresponds to the JSON property `clearedRanges`
|
1521
1521
|
# @return [Array<String>]
|
1522
1522
|
attr_accessor :cleared_ranges
|
@@ -1541,8 +1541,8 @@ module Google
|
|
1541
1541
|
class BatchClearValuesRequest
|
1542
1542
|
include Google::Apis::Core::Hashable
|
1543
1543
|
|
1544
|
-
# The ranges to clear, in [A1 notation or R1C1 notation](
|
1545
|
-
# concepts#cell).
|
1544
|
+
# The ranges to clear, in [A1 notation or R1C1 notation](https://developers.
|
1545
|
+
# google.com/workspace/sheets/api/guides/concepts#cell).
|
1546
1546
|
# Corresponds to the JSON property `ranges`
|
1547
1547
|
# @return [Array<String>]
|
1548
1548
|
attr_accessor :ranges
|
@@ -6874,8 +6874,8 @@ module Google
|
|
6874
6874
|
|
6875
6875
|
# Pattern string used for formatting. If not set, a default pattern based on the
|
6876
6876
|
# user's locale will be used if necessary for the given type. See the [Date and
|
6877
|
-
# Number Formats guide](/sheets/api/
|
6878
|
-
# the supported patterns.
|
6877
|
+
# Number Formats guide](https://developers.google.com/workspace/sheets/api/
|
6878
|
+
# guides/formats) for more information about the supported patterns.
|
6879
6879
|
# Corresponds to the JSON property `pattern`
|
6880
6880
|
# @return [String]
|
6881
6881
|
attr_accessor :pattern
|
@@ -11125,8 +11125,8 @@ module Google
|
|
11125
11125
|
# @return [Google::Apis::SheetsV4::ValueRange]
|
11126
11126
|
attr_accessor :updated_data
|
11127
11127
|
|
11128
|
-
# The range (in [A1 notation](/sheets/api/
|
11129
|
-
# were applied to.
|
11128
|
+
# The range (in [A1 notation](https://developers.google.com/workspace/sheets/api/
|
11129
|
+
# guides/concepts#cell)) that updates were applied to.
|
11130
11130
|
# Corresponds to the JSON property `updatedRange`
|
11131
11131
|
# @return [String]
|
11132
11132
|
attr_accessor :updated_range
|
@@ -11215,11 +11215,11 @@ module Google
|
|
11215
11215
|
# @return [String]
|
11216
11216
|
attr_accessor :major_dimension
|
11217
11217
|
|
11218
|
-
# The range the values cover, in [A1 notation](/
|
11219
|
-
# For output, this range indicates
|
11220
|
-
#
|
11221
|
-
# field represents the range to search
|
11222
|
-
# appended.
|
11218
|
+
# The range the values cover, in [A1 notation](https://developers.google.com/
|
11219
|
+
# workspace/sheets/api/guides/concepts#cell). For output, this range indicates
|
11220
|
+
# the entire requested range, even though the values will exclude trailing rows
|
11221
|
+
# and columns. When appending values, this field represents the range to search
|
11222
|
+
# for a table, after which values will be appended.
|
11223
11223
|
# Corresponds to the JSON property `range`
|
11224
11224
|
# @return [String]
|
11225
11225
|
attr_accessor :range
|
@@ -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.40.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250325"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -30,7 +30,7 @@ module Google
|
|
30
30
|
# Sheets = Google::Apis::SheetsV4 # Alias the module
|
31
31
|
# service = Sheets::SheetsService.new
|
32
32
|
#
|
33
|
-
# @see https://developers.google.com/sheets/
|
33
|
+
# @see https://developers.google.com/workspace/sheets/
|
34
34
|
class SheetsService < Google::Apis::Core::BaseService
|
35
35
|
DEFAULT_ENDPOINT_TEMPLATE = "https://sheets.$UNIVERSE_DOMAIN$/"
|
36
36
|
|
@@ -128,18 +128,18 @@ module Google
|
|
128
128
|
# Returns the spreadsheet at the given ID. The caller must specify the
|
129
129
|
# spreadsheet ID. By default, data within grids is not returned. You can include
|
130
130
|
# grid data in one of 2 ways: * Specify a [field mask](https://developers.google.
|
131
|
-
# com/sheets/api/guides/field-masks) listing your desired fields using
|
132
|
-
# fields` URL parameter in HTTP * Set the includeGridData URL parameter to
|
133
|
-
# If a field mask is set, the `includeGridData` parameter is ignored For
|
134
|
-
# spreadsheets, as a best practice, retrieve only the specific spreadsheet
|
131
|
+
# com/workspace/sheets/api/guides/field-masks) listing your desired fields using
|
132
|
+
# the `fields` URL parameter in HTTP * Set the includeGridData URL parameter to
|
133
|
+
# true. If a field mask is set, the `includeGridData` parameter is ignored For
|
134
|
+
# large spreadsheets, as a best practice, retrieve only the specific spreadsheet
|
135
135
|
# fields that you want. To retrieve only subsets of spreadsheet data, use the
|
136
|
-
# ranges URL parameter. Ranges are specified using [A1 notation](
|
137
|
-
# guides/concepts#cell). You can
|
138
|
-
#
|
139
|
-
# sheets within the same spreadsheet (
|
140
|
-
# multiple ranges at once (for example,
|
141
|
-
# Limiting the range returns only the
|
142
|
-
# the requested ranges.
|
136
|
+
# ranges URL parameter. Ranges are specified using [A1 notation](https://
|
137
|
+
# developers.google.com/workspace/sheets/api/guides/concepts#cell). You can
|
138
|
+
# define a single cell (for example, `A1`) or multiple cells (for example, `A1:
|
139
|
+
# D5`). You can also get cells from other sheets within the same spreadsheet (
|
140
|
+
# for example, `Sheet2!A1:C4`) or retrieve multiple ranges at once (for example,
|
141
|
+
# `?ranges=A1:D5&ranges=Sheet2!A1:C4`). Limiting the range returns only the
|
142
|
+
# portions of the spreadsheet that intersect the requested ranges.
|
143
143
|
# @param [String] spreadsheet_id
|
144
144
|
# The spreadsheet to request.
|
145
145
|
# @param [Boolean] include_grid_data
|
@@ -183,8 +183,8 @@ module Google
|
|
183
183
|
# or more data filters returns the portions of the spreadsheet that intersect
|
184
184
|
# ranges matched by any of the filters. By default, data within grids is not
|
185
185
|
# returned. You can include grid data one of 2 ways: * Specify a [field mask](
|
186
|
-
# https://developers.google.com/sheets/api/guides/field-masks) listing
|
187
|
-
# desired fields using the `fields` URL parameter in HTTP * Set the
|
186
|
+
# https://developers.google.com/workspace/sheets/api/guides/field-masks) listing
|
187
|
+
# your desired fields using the `fields` URL parameter in HTTP * Set the
|
188
188
|
# includeGridData parameter to true. If a field mask is set, the `
|
189
189
|
# includeGridData` parameter is ignored For large spreadsheets, as a best
|
190
190
|
# practice, retrieve only the specific spreadsheet fields that you want.
|
@@ -331,7 +331,8 @@ module Google
|
|
331
331
|
# Appends values to a spreadsheet. The input range is used to search for
|
332
332
|
# existing data and find a "table" within that range. Values will be appended to
|
333
333
|
# the next row of the table, starting with the first column of the table. See
|
334
|
-
# the [guide](/sheets/api/guides/values#
|
334
|
+
# the [guide](https://developers.google.com/workspace/sheets/api/guides/values#
|
335
|
+
# appending_values) and [sample code](https://developers.google.com/workspace/
|
335
336
|
# sheets/api/samples/writing#append_values) for specific details of how tables
|
336
337
|
# are detected and data is appended. The caller must specify the spreadsheet ID,
|
337
338
|
# range, and a valueInputOption. The `valueInputOption` only controls how the
|
@@ -340,8 +341,9 @@ module Google
|
|
340
341
|
# @param [String] spreadsheet_id
|
341
342
|
# The ID of the spreadsheet to update.
|
342
343
|
# @param [String] range
|
343
|
-
# The [A1 notation](/sheets/api/guides/
|
344
|
-
#
|
344
|
+
# The [A1 notation](https://developers.google.com/workspace/sheets/api/guides/
|
345
|
+
# concepts#cell) of a range to search for a logical table of data. Values are
|
346
|
+
# appended after the last row of the table.
|
345
347
|
# @param [Google::Apis::SheetsV4::ValueRange] value_range_object
|
346
348
|
# @param [Boolean] include_values_in_response
|
347
349
|
# Determines if the update response should include the values of the cells that
|
@@ -479,8 +481,8 @@ module Google
|
|
479
481
|
# majorDimension=ROWS` returns `[[1,2],[3,4]]`, whereas requesting `ranges=["A1:
|
480
482
|
# B2"],majorDimension=COLUMNS` returns `[[1,3],[2,4]]`.
|
481
483
|
# @param [Array<String>, String] ranges
|
482
|
-
# The [A1 notation or R1C1 notation](/
|
483
|
-
# range to retrieve values from.
|
484
|
+
# The [A1 notation or R1C1 notation](https://developers.google.com/workspace/
|
485
|
+
# sheets/api/guides/concepts#cell) of the range to retrieve values from.
|
484
486
|
# @param [String] value_render_option
|
485
487
|
# How values should be represented in the output. The default render option is
|
486
488
|
# ValueRenderOption.FORMATTED_VALUE.
|
@@ -624,8 +626,8 @@ module Google
|
|
624
626
|
# @param [String] spreadsheet_id
|
625
627
|
# The ID of the spreadsheet to update.
|
626
628
|
# @param [String] range
|
627
|
-
# The [A1 notation or R1C1 notation](/
|
628
|
-
# values to clear.
|
629
|
+
# The [A1 notation or R1C1 notation](https://developers.google.com/workspace/
|
630
|
+
# sheets/api/guides/concepts#cell) of the values to clear.
|
629
631
|
# @param [Google::Apis::SheetsV4::ClearValuesRequest] clear_values_request_object
|
630
632
|
# @param [String] fields
|
631
633
|
# Selector specifying which fields to include in a partial response.
|
@@ -662,8 +664,8 @@ module Google
|
|
662
664
|
# @param [String] spreadsheet_id
|
663
665
|
# The ID of the spreadsheet to retrieve data from.
|
664
666
|
# @param [String] range
|
665
|
-
# The [A1 notation or R1C1 notation](/
|
666
|
-
# range to retrieve values from.
|
667
|
+
# The [A1 notation or R1C1 notation](https://developers.google.com/workspace/
|
668
|
+
# sheets/api/guides/concepts#cell) of the range to retrieve values from.
|
667
669
|
# @param [String] date_time_render_option
|
668
670
|
# How dates, times, and durations should be represented in the output. This is
|
669
671
|
# ignored if value_render_option is FORMATTED_VALUE. The default dateTime render
|
@@ -712,7 +714,8 @@ module Google
|
|
712
714
|
# @param [String] spreadsheet_id
|
713
715
|
# The ID of the spreadsheet to update.
|
714
716
|
# @param [String] range
|
715
|
-
# The [A1 notation](/sheets/api/guides/
|
717
|
+
# The [A1 notation](https://developers.google.com/workspace/sheets/api/guides/
|
718
|
+
# concepts#cell) of the values to update.
|
716
719
|
# @param [Google::Apis::SheetsV4::ValueRange] value_range_object
|
717
720
|
# @param [Boolean] include_values_in_response
|
718
721
|
# Determines if the update response should include the values of the cells that
|
@@ -23,7 +23,7 @@ module Google
|
|
23
23
|
#
|
24
24
|
# Reads and writes Google Sheets.
|
25
25
|
#
|
26
|
-
# @see https://developers.google.com/sheets/
|
26
|
+
# @see https://developers.google.com/workspace/sheets/
|
27
27
|
module SheetsV4
|
28
28
|
# Version of the Google Sheets API this client connects to.
|
29
29
|
# This is NOT the gem version.
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.40.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-04-16 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-sheets_v4/v0.40.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sheets_v4
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Google Sheets API V4
|
82
79
|
test_files: []
|