google-apis-sheets_v4 0.25.0 → 0.27.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: 787abd5528b3dd8b924c33e2db2cc94172223596eef19ffbc22a5ebb0145b2a2
4
- data.tar.gz: aaca5e1888115b7d8378108f3bea128938700a16a54ed2d1cc6faf9df4aa6b94
3
+ metadata.gz: e9b9f95f1d0bab5173f6a2a085c96c5d1a3b3098c43b279b25fa92aa5283541c
4
+ data.tar.gz: 4e2762ed3367eb207097bdeee88605187e3a9673550738e939f9497824e57c61
5
5
  SHA512:
6
- metadata.gz: 9a59d3c25973898fbc3a8a4b335cbb33a70d40a094c6695b69ea42b9672d318942f489dfbee8bcc2c88b4acd1296e6fe634eacfd64bf9d460fe6958be32bf3ac
7
- data.tar.gz: e1664afc885940b76c8c225e7b0446efed5cac5f952c940b35677f25c65e5ea59af77c5aeccac095740d8db8dc54acf9ca25f7bdcdc1e5bcf2da78cb970288e4
6
+ metadata.gz: 33210b2570b6e70b36de18eaf1c133cfc9c6a842904cdf96fad04def0f2a881beb5258351a7a7204046f1fa4ef01a3ef9df4fd4937c5bdfbb759041d86b9044b
7
+ data.tar.gz: 14d0ea33205a3f8cf73638e9c3b0c305281876ae42871cdf7d4a03fc8fc5bb57ed525d2921cea9169dd042858974d733227acae813475e5a40dcedee5d149c90
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-sheets_v4
2
2
 
3
+ ### v0.27.0 (2024-01-23)
4
+
5
+ * Regenerated using generator version 0.13.0
6
+
7
+ ### v0.26.0 (2023-08-27)
8
+
9
+ * Regenerated from discovery document revision 20230815
10
+
3
11
  ### v0.25.0 (2023-08-13)
4
12
 
5
13
  * Regenerated from discovery document revision 20230808
@@ -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
@@ -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.25.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230808"
25
+ REVISION = "20230815"
26
26
  end
27
27
  end
28
28
  end
@@ -32,6 +32,8 @@ module Google
32
32
  #
33
33
  # @see https://developers.google.com/sheets/
34
34
  class SheetsService < Google::Apis::Core::BaseService
35
+ DEFAULT_ENDPOINT_TEMPLATE = "https://sheets.$UNIVERSE_DOMAIN$/"
36
+
35
37
  # @return [String]
36
38
  # API key. Your API key identifies your project and provides you with API access,
37
39
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -43,7 +45,7 @@ module Google
43
45
  attr_accessor :quota_user
44
46
 
45
47
  def initialize
46
- super('https://sheets.googleapis.com/', '',
48
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
47
49
  client_name: 'google-apis-sheets_v4',
48
50
  client_version: Google::Apis::SheetsV4::GEM_VERSION)
49
51
  @batch_path = 'batch'
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.25.0
4
+ version: 0.27.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-08-13 00:00:00.000000000 Z
11
+ date: 2024-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.11.0
19
+ version: 0.12.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.11.0
29
+ version: 0.12.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sheets_v4/v0.27.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.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Sheets API V4