google-apis-sheets_v4 0.24.0 → 0.26.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: 505b5f8bf760c1e1de4c6d1899f55e2e941fa269b6ff8db051e6ba8b9ba8841f
4
- data.tar.gz: 453e51e3d76412c902532699588988cd868c309bad9262378a222553e767f64c
3
+ metadata.gz: fee66c181eb21e4a47f5442b5b36fd452b040840f69a99af0acf5feb165909da
4
+ data.tar.gz: 585bbd8b0707bbfca75ed42aa4a286b436224bc98b931376015001525b9d0131
5
5
  SHA512:
6
- metadata.gz: b8060754ef170da35f307779ae225e658f28281d730b5acdb4316625ae1861e4848e7323053580eb724b211a54b6d063b902698749264eddecdd8dceb1e2f589
7
- data.tar.gz: a2580b0058e56305709844189b7340e9f815185f83d7100f1269e9b61c2ff72b2bbad6b28dace28219acce4c47aed46d87ca63fdfbd950cc7826d26f545a9fc3
6
+ metadata.gz: d21c98d9799619f76d2188edbff59b94a2ac077c2b5769069c863e63385d5ee0d950e45e96677f942b6728516703cc6fe0d6f4d991fe5138b8b75401aa4eaa81
7
+ data.tar.gz: 15962e1b23904f6e39d841ddd9d79b4ebc2a55e68f685783cbdcf97f1e1468c646522622b291bf3baa6cebe2e5816151b94acf19bbb864c84a95af15043351aa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-sheets_v4
2
2
 
3
+ ### v0.26.0 (2023-08-27)
4
+
5
+ * Regenerated from discovery document revision 20230815
6
+
7
+ ### v0.25.0 (2023-08-13)
8
+
9
+ * Regenerated from discovery document revision 20230808
10
+
3
11
  ### v0.24.0 (2023-06-25)
4
12
 
5
13
  * Regenerated from discovery document revision 20230613
@@ -598,7 +598,7 @@ module Google
598
598
  class BandedRange
599
599
  include Google::Apis::Core::Hashable
600
600
 
601
- # The id of the banded range.
601
+ # The ID of the banded range.
602
602
  # Corresponds to the JSON property `bandedRangeId`
603
603
  # @return [Fixnum]
604
604
  attr_accessor :banded_range_id
@@ -1465,7 +1465,7 @@ module Google
1465
1465
  # @return [Google::Apis::SheetsV4::ColorStyle]
1466
1466
  attr_accessor :color_style
1467
1467
 
1468
- # Zero based index of the series data point.
1468
+ # The zero-based index of the series data point.
1469
1469
  # Corresponds to the JSON property `index`
1470
1470
  # @return [Fixnum]
1471
1471
  attr_accessor :index
@@ -1966,8 +1966,9 @@ module Google
1966
1966
  class BigQueryDataSourceSpec
1967
1967
  include Google::Apis::Core::Hashable
1968
1968
 
1969
- # The ID of a BigQuery enabled GCP project with a billing account attached. For
1970
- # any queries executed against the data source, the project is charged.
1969
+ # The ID of a BigQuery enabled Google Cloud project with a billing account
1970
+ # attached. For any queries executed against the data source, the project is
1971
+ # charged.
1971
1972
  # Corresponds to the JSON property `projectId`
1972
1973
  # @return [String]
1973
1974
  attr_accessor :project_id
@@ -1978,7 +1979,7 @@ module Google
1978
1979
  attr_accessor :query_spec
1979
1980
 
1980
1981
  # Specifies a BigQuery table definition. Only [native tables](https://cloud.
1981
- # google.com/bigquery/docs/tables-intro) is allowed.
1982
+ # google.com/bigquery/docs/tables-intro) are allowed.
1982
1983
  # Corresponds to the JSON property `tableSpec`
1983
1984
  # @return [Google::Apis::SheetsV4::BigQueryTableSpec]
1984
1985
  attr_accessor :table_spec
@@ -2015,7 +2016,7 @@ module Google
2015
2016
  end
2016
2017
 
2017
2018
  # Specifies a BigQuery table definition. Only [native tables](https://cloud.
2018
- # google.com/bigquery/docs/tables-intro) is allowed.
2019
+ # google.com/bigquery/docs/tables-intro) are allowed.
2019
2020
  class BigQueryTableSpec
2020
2021
  include Google::Apis::Core::Hashable
2021
2022
 
@@ -4046,7 +4047,7 @@ module Google
4046
4047
  include Google::Apis::Core::Hashable
4047
4048
 
4048
4049
  # Days of the month to refresh. Only 1-28 are supported, mapping to the 1st to
4049
- # the 28th day. At lesat one day must be specified.
4050
+ # the 28th day. At least one day must be specified.
4050
4051
  # Corresponds to the JSON property `daysOfMonth`
4051
4052
  # @return [Array<Fixnum>]
4052
4053
  attr_accessor :days_of_month
@@ -4072,8 +4073,8 @@ module Google
4072
4073
  # Schedule for refreshing the data source. Data sources in the spreadsheet are
4073
4074
  # refreshed within a time interval. You can specify the start time by clicking
4074
4075
  # the Scheduled Refresh button in the Sheets editor, but the interval is fixed
4075
- # at 4 hours. For example, if you specify a start time of 8am , the refresh will
4076
- # take place between 8am and 12pm every day.
4076
+ # at 4 hours. For example, if you specify a start time of 8 AM , the refresh
4077
+ # will take place between 8 AM and 12 PM every day.
4077
4078
  class DataSourceRefreshSchedule
4078
4079
  include Google::Apis::Core::Hashable
4079
4080
 
@@ -5556,7 +5557,7 @@ module Google
5556
5557
  class FilterSpec
5557
5558
  include Google::Apis::Core::Hashable
5558
5559
 
5559
- # The column index.
5560
+ # The zero-based column index.
5560
5561
  # Corresponds to the JSON property `columnIndex`
5561
5562
  # @return [Fixnum]
5562
5563
  attr_accessor :column_index
@@ -7139,7 +7140,7 @@ module Google
7139
7140
  class PivotFilterSpec
7140
7141
  include Google::Apis::Core::Hashable
7141
7142
 
7142
- # The column offset of the source range.
7143
+ # The zero-based column offset of the source range.
7143
7144
  # Corresponds to the JSON property `columnOffsetIndex`
7144
7145
  # @return [Fixnum]
7145
7146
  attr_accessor :column_offset_index
@@ -7658,10 +7659,10 @@ module Google
7658
7659
  # True if this protected range will show a warning when editing. Warning-based
7659
7660
  # protection means that every user can edit data in the protected range, except
7660
7661
  # editing will prompt a warning asking the user to confirm the edit. When
7661
- # writing: if this field is true, then editors is ignored. Additionally, if this
7662
- # field is changed from true to false and the `editors` field is not set (nor
7663
- # included in the field mask), then the editors will be set to all the editors
7664
- # in the document.
7662
+ # writing: if this field is true, then editors are ignored. Additionally, if
7663
+ # this field is changed from true to false and the `editors` field is not set (
7664
+ # nor included in the field mask), then the editors will be set to all the
7665
+ # editors in the document.
7665
7666
  # Corresponds to the JSON property `warningOnly`
7666
7667
  # @return [Boolean]
7667
7668
  attr_accessor :warning_only
@@ -8798,7 +8799,7 @@ module Google
8798
8799
  # properties, if this field is excluded then the sheet is added or moved to the
8799
8800
  # end of the sheet list. When updating sheet indices or inserting sheets,
8800
8801
  # movement is considered in "before the move" indexes. For example, if there
8801
- # were 3 sheets (S1, S2, S3) in order to move S1 ahead of S2 the index would
8802
+ # were three sheets (S1, S2, S3) in order to move S1 ahead of S2 the index would
8802
8803
  # have to be set to 2. A sheet index update request is ignored if the requested
8803
8804
  # index is identical to the sheets current index or if the requested new index
8804
8805
  # is equal to the current sheet index + 1.
@@ -8996,7 +8997,8 @@ module Google
8996
8997
  # @return [Google::Apis::SheetsV4::ColorStyle]
8997
8998
  attr_accessor :background_color_style
8998
8999
 
8999
- # The column index in the data table on which the filter is applied to.
9000
+ # The zero-based column index in the data table on which the filter is applied
9001
+ # to.
9000
9002
  # Corresponds to the JSON property `columnIndex`
9001
9003
  # @return [Fixnum]
9002
9004
  attr_accessor :column_index
@@ -9560,7 +9562,7 @@ module Google
9560
9562
  # @return [Google::Apis::SheetsV4::TextFormat]
9561
9563
  attr_accessor :format
9562
9564
 
9563
- # The character index where this run starts.
9565
+ # The zero-based character index where this run starts, in UTF-16 code units.
9564
9566
  # Corresponds to the JSON property `startIndex`
9565
9567
  # @return [Fixnum]
9566
9568
  attr_accessor :start_index
@@ -11148,7 +11150,7 @@ module Google
11148
11150
  # @return [String]
11149
11151
  attr_accessor :label
11150
11152
 
11151
- # The 0-based index of a data point within the series. If data_is_subtotal is
11153
+ # The zero-based index of a data point within the series. If data_is_subtotal is
11152
11154
  # true, the data point at this index is the subtotal. Otherwise, the subtotal
11153
11155
  # appears after the data point with this index. A series can have multiple
11154
11156
  # subtotals at arbitrary indices, but subtotals do not affect the indices of the
@@ -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.24.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230613"
25
+ REVISION = "20230815"
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.24.0
4
+ version: 0.26.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: 2023-06-25 00:00:00.000000000 Z
11
+ date: 2023-09-03 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.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sheets_v4/v0.26.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.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Sheets API V4