google-apis-sheets_v4 0.2.0 → 0.3.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: f4f24e7a1e560c89f18f44d095d6a4e5325a14eb57fd9ec55c253a5245c782e1
4
- data.tar.gz: 8493f518d0d2acf5ee15a4c5846fc1f88c878033cf5b474c38862faed0cfd72a
3
+ metadata.gz: a0d29d24be92b6d76699c95e398511dea0d543cfbd759d15c695b49c0be98ff2
4
+ data.tar.gz: 64844e39c44d5bf5c63786874ab2a3b96de8a4e285b8d63dfcceb2ab8ab9959b
5
5
  SHA512:
6
- metadata.gz: 5186116fed3b04b2eb64b042852ee3dd19987266bcbd6d0bf89e20d312b793229abf4bcaccdeb60984454c4682d7b447a3332ef9a77691479e371ff00040140d
7
- data.tar.gz: b2c1ad70a5f257863a63c29a8163959cdc1249a51db9b856579d9f95fc6a2efe60defa0dbc0f2d08e4104cd2f194408d8d1eed411934f0a8d131c9ad42b29576
6
+ metadata.gz: 3b85f7efb8dc5fa180245ab61fdc1190b3c5e83866a0239c8ae92b64aaaf9b8c5f71ffd4ef97d08e428e7f893ed178dab5995eb09501a29ca722f8eeb124bd1c
7
+ data.tar.gz: 2ce685de4d66edc17ad38cf6b5d6caaa8d0ccc6aab13feb60a2c14cca6ec22fa5fcfda76cfdf788515309db8440951f35dbfac52e196670bf9c182bb715dbb6a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-sheets_v4
2
2
 
3
+ ### v0.3.0 (2021-03-18)
4
+
5
+ * Regenerated from discovery document revision 20210309
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.2.0 (2021-03-04)
4
9
 
5
10
  * Regenerated from discovery document revision 20210223
@@ -1540,7 +1540,7 @@ module Google
1540
1540
  class BatchClearValuesRequest
1541
1541
  include Google::Apis::Core::Hashable
1542
1542
 
1543
- # The ranges to clear, in A1 notation.
1543
+ # The ranges to clear, in A1 or R1C1 notation.
1544
1544
  # Corresponds to the JSON property `ranges`
1545
1545
  # @return [Array<String>]
1546
1546
  attr_accessor :ranges
@@ -7182,7 +7182,7 @@ module Google
7182
7182
 
7183
7183
  # True if the headings in this pivot group should be repeated. This is only
7184
7184
  # valid for row groupings and is ignored by columns. By default, we minimize
7185
- # repitition of headings by not showing higher level headings where they are the
7185
+ # repetition of headings by not showing higher level headings where they are the
7186
7186
  # same. For example, even though the third row below corresponds to "Q1 Mar", "
7187
7187
  # Q1" is not shown because it is redundant with previous rows. Setting
7188
7188
  # repeat_headings to true would cause "Q1" to be repeated for "Feb" and "Mar". +-
@@ -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.2.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210223"
25
+ REVISION = "20210309"
26
26
  end
27
27
  end
28
28
  end
@@ -472,7 +472,7 @@ module Google
472
472
  # ROWS` returns `[[1,2],[3,4]]`, whereas requesting `range=A1:B2,majorDimension=
473
473
  # COLUMNS` returns `[[1,3],[2,4]]`.
474
474
  # @param [Array<String>, String] ranges
475
- # The A1 notation of the values to retrieve.
475
+ # The A1 notation or R1C1 notation of the range to retrieve values from.
476
476
  # @param [String] value_render_option
477
477
  # How values should be represented in the output. The default render option is
478
478
  # ValueRenderOption.FORMATTED_VALUE.
@@ -616,7 +616,7 @@ module Google
616
616
  # @param [String] spreadsheet_id
617
617
  # The ID of the spreadsheet to update.
618
618
  # @param [String] range
619
- # The A1 notation of the values to clear.
619
+ # The A1 notation or R1C1 notation of the values to clear.
620
620
  # @param [Google::Apis::SheetsV4::ClearValuesRequest] clear_values_request_object
621
621
  # @param [String] fields
622
622
  # Selector specifying which fields to include in a partial response.
@@ -653,7 +653,7 @@ module Google
653
653
  # @param [String] spreadsheet_id
654
654
  # The ID of the spreadsheet to retrieve data from.
655
655
  # @param [String] range
656
- # The A1 notation of the values to retrieve.
656
+ # The A1 notation or R1C1 notation of the range to retrieve values from.
657
657
  # @param [String] date_time_render_option
658
658
  # How dates, times, and durations should be represented in the output. This is
659
659
  # ignored if value_render_option is FORMATTED_VALUE. The default dateTime render
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.2.0
4
+ version: 0.3.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: 2021-03-08 00:00:00.000000000 Z
11
+ date: 2021-03-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sheets_v4/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-sheets_v4/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sheets_v4/v0.3.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sheets_v4
57
57
  post_install_message:
58
58
  rdoc_options: []