@googleapis/sheets 2.0.1 → 3.0.1
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.
- package/CHANGELOG.md +25 -0
- package/build/v4.d.ts +32 -32
- package/build/v4.js +0 -1
- package/build/v4.js.map +1 -1
- package/package.json +1 -1
- package/v4.ts +32 -33
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v3.0.0...sheets-v3.0.1) (2022-06-21)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **sheets:** update the API ([f30497b](https://github.com/googleapis/google-api-nodejs-client/commit/f30497bef7d068dfb2370589ee66cf99e4120fce))
|
|
9
|
+
|
|
10
|
+
## [3.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v2.0.2...sheets-v3.0.0) (2022-06-15)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### ⚠ BREAKING CHANGES
|
|
14
|
+
|
|
15
|
+
* This release has breaking changes.
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* run the generator ([#2971](https://github.com/googleapis/google-api-nodejs-client/issues/2971)) ([adddf01](https://github.com/googleapis/google-api-nodejs-client/commit/adddf018e7cb73adab7341053dd80d72c5a6248d))
|
|
20
|
+
|
|
21
|
+
## [2.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v2.0.1...sheets-v2.0.2) (2022-06-13)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* **sheets:** update the API ([0e0cd7d](https://github.com/googleapis/google-api-nodejs-client/commit/0e0cd7d0b6b4784144397e50876586ccfe54658d))
|
|
27
|
+
|
|
3
28
|
### [2.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v2.0.0...sheets-v2.0.1) (2022-03-23)
|
|
4
29
|
|
|
5
30
|
|
package/build/v4.d.ts
CHANGED
|
@@ -357,7 +357,7 @@ export declare namespace sheets_v4 {
|
|
|
357
357
|
*/
|
|
358
358
|
export interface Schema$BandingProperties {
|
|
359
359
|
/**
|
|
360
|
-
* The first color that is alternating. (Required)
|
|
360
|
+
* The first color that is alternating. (Required) Deprecated: Use first_band_color_style.
|
|
361
361
|
*/
|
|
362
362
|
firstBandColor?: Schema$Color;
|
|
363
363
|
/**
|
|
@@ -365,7 +365,7 @@ export declare namespace sheets_v4 {
|
|
|
365
365
|
*/
|
|
366
366
|
firstBandColorStyle?: Schema$ColorStyle;
|
|
367
367
|
/**
|
|
368
|
-
* The color of the last row or column. If this field is not set, the last row or column is filled with either first_band_color or second_band_color, depending on the color of the previous row or column.
|
|
368
|
+
* The color of the last row or column. If this field is not set, the last row or column is filled with either first_band_color or second_band_color, depending on the color of the previous row or column. Deprecated: Use footer_color_style.
|
|
369
369
|
*/
|
|
370
370
|
footerColor?: Schema$Color;
|
|
371
371
|
/**
|
|
@@ -373,7 +373,7 @@ export declare namespace sheets_v4 {
|
|
|
373
373
|
*/
|
|
374
374
|
footerColorStyle?: Schema$ColorStyle;
|
|
375
375
|
/**
|
|
376
|
-
* The color of the first row or column. If this field is set, the first row or column is filled with this color and the colors alternate between first_band_color and second_band_color starting from the second row or column. Otherwise, the first row or column is filled with first_band_color and the colors proceed to alternate as they normally would.
|
|
376
|
+
* The color of the first row or column. If this field is set, the first row or column is filled with this color and the colors alternate between first_band_color and second_band_color starting from the second row or column. Otherwise, the first row or column is filled with first_band_color and the colors proceed to alternate as they normally would. Deprecated: Use header_color_style.
|
|
377
377
|
*/
|
|
378
378
|
headerColor?: Schema$Color;
|
|
379
379
|
/**
|
|
@@ -381,7 +381,7 @@ export declare namespace sheets_v4 {
|
|
|
381
381
|
*/
|
|
382
382
|
headerColorStyle?: Schema$ColorStyle;
|
|
383
383
|
/**
|
|
384
|
-
* The second color that is alternating. (Required)
|
|
384
|
+
* The second color that is alternating. (Required) Deprecated: Use second_band_color_style.
|
|
385
385
|
*/
|
|
386
386
|
secondBandColor?: Schema$Color;
|
|
387
387
|
/**
|
|
@@ -402,7 +402,7 @@ export declare namespace sheets_v4 {
|
|
|
402
402
|
*/
|
|
403
403
|
description?: string | null;
|
|
404
404
|
/**
|
|
405
|
-
* Color to be used, in case baseline value represents a negative change for key value. This field is optional.
|
|
405
|
+
* Color to be used, in case baseline value represents a negative change for key value. This field is optional. Deprecated: Use negative_color_style.
|
|
406
406
|
*/
|
|
407
407
|
negativeColor?: Schema$Color;
|
|
408
408
|
/**
|
|
@@ -414,7 +414,7 @@ export declare namespace sheets_v4 {
|
|
|
414
414
|
*/
|
|
415
415
|
position?: Schema$TextPosition;
|
|
416
416
|
/**
|
|
417
|
-
* Color to be used, in case baseline value represents a positive change for key value. This field is optional.
|
|
417
|
+
* Color to be used, in case baseline value represents a positive change for key value. This field is optional. Deprecated: Use positive_color_style.
|
|
418
418
|
*/
|
|
419
419
|
positiveColor?: Schema$Color;
|
|
420
420
|
/**
|
|
@@ -469,7 +469,7 @@ export declare namespace sheets_v4 {
|
|
|
469
469
|
*/
|
|
470
470
|
export interface Schema$BasicChartSeries {
|
|
471
471
|
/**
|
|
472
|
-
* The color for elements (such as bars, lines, and points) associated with this series. If empty, a default color is used.
|
|
472
|
+
* The color for elements (such as bars, lines, and points) associated with this series. If empty, a default color is used. Deprecated: Use color_style.
|
|
473
473
|
*/
|
|
474
474
|
color?: Schema$Color;
|
|
475
475
|
/**
|
|
@@ -586,7 +586,7 @@ export declare namespace sheets_v4 {
|
|
|
586
586
|
*/
|
|
587
587
|
export interface Schema$BasicSeriesDataPointStyleOverride {
|
|
588
588
|
/**
|
|
589
|
-
* Color of the series data point. If empty, the series default is used.
|
|
589
|
+
* Color of the series data point. If empty, the series default is used. Deprecated: Use color_style.
|
|
590
590
|
*/
|
|
591
591
|
color?: Schema$Color;
|
|
592
592
|
/**
|
|
@@ -913,7 +913,7 @@ export declare namespace sheets_v4 {
|
|
|
913
913
|
*/
|
|
914
914
|
export interface Schema$Border {
|
|
915
915
|
/**
|
|
916
|
-
* The color of the border.
|
|
916
|
+
* The color of the border. Deprecated: Use [color_style].
|
|
917
917
|
*/
|
|
918
918
|
color?: Schema$Color;
|
|
919
919
|
/**
|
|
@@ -955,7 +955,7 @@ export declare namespace sheets_v4 {
|
|
|
955
955
|
*/
|
|
956
956
|
export interface Schema$BubbleChartSpec {
|
|
957
957
|
/**
|
|
958
|
-
* The bubble border color.
|
|
958
|
+
* The bubble border color. Deprecated: Use bubble_border_color_style.
|
|
959
959
|
*/
|
|
960
960
|
bubbleBorderColor?: Schema$Color;
|
|
961
961
|
/**
|
|
@@ -1117,7 +1117,7 @@ export declare namespace sheets_v4 {
|
|
|
1117
1117
|
*/
|
|
1118
1118
|
export interface Schema$CellFormat {
|
|
1119
1119
|
/**
|
|
1120
|
-
* The background color of the cell.
|
|
1120
|
+
* The background color of the cell. Deprecated: Use background_color_style.
|
|
1121
1121
|
*/
|
|
1122
1122
|
backgroundColor?: Schema$Color;
|
|
1123
1123
|
/**
|
|
@@ -1273,7 +1273,7 @@ export declare namespace sheets_v4 {
|
|
|
1273
1273
|
*/
|
|
1274
1274
|
altText?: string | null;
|
|
1275
1275
|
/**
|
|
1276
|
-
* The background color of the entire chart. Not applicable to Org charts.
|
|
1276
|
+
* The background color of the entire chart. Not applicable to Org charts. Deprecated: Use background_color_style.
|
|
1277
1277
|
*/
|
|
1278
1278
|
backgroundColor?: Schema$Color;
|
|
1279
1279
|
/**
|
|
@@ -2285,7 +2285,7 @@ export declare namespace sheets_v4 {
|
|
|
2285
2285
|
*/
|
|
2286
2286
|
export interface Schema$EmbeddedObjectBorder {
|
|
2287
2287
|
/**
|
|
2288
|
-
* The color of the border.
|
|
2288
|
+
* The color of the border. Deprecated: Use color_style.
|
|
2289
2289
|
*/
|
|
2290
2290
|
color?: Schema$Color;
|
|
2291
2291
|
/**
|
|
@@ -2361,7 +2361,7 @@ export declare namespace sheets_v4 {
|
|
|
2361
2361
|
*/
|
|
2362
2362
|
hiddenValues?: string[] | null;
|
|
2363
2363
|
/**
|
|
2364
|
-
* The background fill color to filter by; only cells with this fill color are shown. Mutually exclusive with visible_foreground_color.
|
|
2364
|
+
* The background fill color to filter by; only cells with this fill color are shown. Mutually exclusive with visible_foreground_color. Deprecated: Use visible_background_color_style.
|
|
2365
2365
|
*/
|
|
2366
2366
|
visibleBackgroundColor?: Schema$Color;
|
|
2367
2367
|
/**
|
|
@@ -2369,7 +2369,7 @@ export declare namespace sheets_v4 {
|
|
|
2369
2369
|
*/
|
|
2370
2370
|
visibleBackgroundColorStyle?: Schema$ColorStyle;
|
|
2371
2371
|
/**
|
|
2372
|
-
* The foreground color to filter by; only cells with this foreground color are shown. Mutually exclusive with visible_background_color.
|
|
2372
|
+
* The foreground color to filter by; only cells with this foreground color are shown. Mutually exclusive with visible_background_color. Deprecated: Use visible_foreground_color_style.
|
|
2373
2373
|
*/
|
|
2374
2374
|
visibleForegroundColor?: Schema$Color;
|
|
2375
2375
|
/**
|
|
@@ -2672,7 +2672,7 @@ export declare namespace sheets_v4 {
|
|
|
2672
2672
|
*/
|
|
2673
2673
|
export interface Schema$HistogramSeries {
|
|
2674
2674
|
/**
|
|
2675
|
-
* The color of the column representing this series in each bucket. This field is optional.
|
|
2675
|
+
* The color of the column representing this series in each bucket. This field is optional. Deprecated: Use bar_color_style.
|
|
2676
2676
|
*/
|
|
2677
2677
|
barColor?: Schema$Color;
|
|
2678
2678
|
/**
|
|
@@ -2715,7 +2715,7 @@ export declare namespace sheets_v4 {
|
|
|
2715
2715
|
*/
|
|
2716
2716
|
export interface Schema$InterpolationPoint {
|
|
2717
2717
|
/**
|
|
2718
|
-
* The color this interpolation point should use.
|
|
2718
|
+
* The color this interpolation point should use. Deprecated: Use color_style.
|
|
2719
2719
|
*/
|
|
2720
2720
|
color?: Schema$Color;
|
|
2721
2721
|
/**
|
|
@@ -2905,7 +2905,7 @@ export declare namespace sheets_v4 {
|
|
|
2905
2905
|
*/
|
|
2906
2906
|
labels?: Schema$ChartData;
|
|
2907
2907
|
/**
|
|
2908
|
-
* The color of the org chart nodes.
|
|
2908
|
+
* The color of the org chart nodes. Deprecated: Use node_color_style.
|
|
2909
2909
|
*/
|
|
2910
2910
|
nodeColor?: Schema$Color;
|
|
2911
2911
|
/**
|
|
@@ -2921,7 +2921,7 @@ export declare namespace sheets_v4 {
|
|
|
2921
2921
|
*/
|
|
2922
2922
|
parentLabels?: Schema$ChartData;
|
|
2923
2923
|
/**
|
|
2924
|
-
* The color of the selected org chart nodes.
|
|
2924
|
+
* The color of the selected org chart nodes. Deprecated: Use selected_node_color_style.
|
|
2925
2925
|
*/
|
|
2926
2926
|
selectedNodeColor?: Schema$Color;
|
|
2927
2927
|
/**
|
|
@@ -3893,7 +3893,7 @@ export declare namespace sheets_v4 {
|
|
|
3893
3893
|
*/
|
|
3894
3894
|
sheetType?: string | null;
|
|
3895
3895
|
/**
|
|
3896
|
-
* The color of the tab in the UI.
|
|
3896
|
+
* The color of the tab in the UI. Deprecated: Use tab_color_style.
|
|
3897
3897
|
*/
|
|
3898
3898
|
tabColor?: Schema$Color;
|
|
3899
3899
|
/**
|
|
@@ -3931,7 +3931,7 @@ export declare namespace sheets_v4 {
|
|
|
3931
3931
|
*/
|
|
3932
3932
|
applyToPivotTables?: boolean | null;
|
|
3933
3933
|
/**
|
|
3934
|
-
* The background color of the slicer.
|
|
3934
|
+
* The background color of the slicer. Deprecated: Use background_color_style.
|
|
3935
3935
|
*/
|
|
3936
3936
|
backgroundColor?: Schema$Color;
|
|
3937
3937
|
/**
|
|
@@ -3981,7 +3981,7 @@ export declare namespace sheets_v4 {
|
|
|
3981
3981
|
*/
|
|
3982
3982
|
export interface Schema$SortSpec {
|
|
3983
3983
|
/**
|
|
3984
|
-
* The background fill color to sort by; cells with this fill color are sorted to the top. Mutually exclusive with foreground_color.
|
|
3984
|
+
* The background fill color to sort by; cells with this fill color are sorted to the top. Mutually exclusive with foreground_color. Deprecated: Use background_color_style.
|
|
3985
3985
|
*/
|
|
3986
3986
|
backgroundColor?: Schema$Color;
|
|
3987
3987
|
/**
|
|
@@ -3997,7 +3997,7 @@ export declare namespace sheets_v4 {
|
|
|
3997
3997
|
*/
|
|
3998
3998
|
dimensionIndex?: number | null;
|
|
3999
3999
|
/**
|
|
4000
|
-
* The foreground color to sort by; cells with this foreground color are sorted to the top. Mutually exclusive with background_color.
|
|
4000
|
+
* The foreground color to sort by; cells with this foreground color are sorted to the top. Mutually exclusive with background_color. Deprecated: Use foreground_color_style.
|
|
4001
4001
|
*/
|
|
4002
4002
|
foregroundColor?: Schema$Color;
|
|
4003
4003
|
/**
|
|
@@ -4126,7 +4126,7 @@ export declare namespace sheets_v4 {
|
|
|
4126
4126
|
*/
|
|
4127
4127
|
fontSize?: number | null;
|
|
4128
4128
|
/**
|
|
4129
|
-
* The foreground color of the text.
|
|
4129
|
+
* The foreground color of the text. Deprecated: Use foreground_color_style.
|
|
4130
4130
|
*/
|
|
4131
4131
|
foregroundColor?: Schema$Color;
|
|
4132
4132
|
/**
|
|
@@ -4241,7 +4241,7 @@ export declare namespace sheets_v4 {
|
|
|
4241
4241
|
*/
|
|
4242
4242
|
export interface Schema$TreemapChartColorScale {
|
|
4243
4243
|
/**
|
|
4244
|
-
* The background color for cells with a color value greater than or equal to maxValue. Defaults to #109618 if not specified.
|
|
4244
|
+
* The background color for cells with a color value greater than or equal to maxValue. Defaults to #109618 if not specified. Deprecated: Use max_value_color_style.
|
|
4245
4245
|
*/
|
|
4246
4246
|
maxValueColor?: Schema$Color;
|
|
4247
4247
|
/**
|
|
@@ -4249,7 +4249,7 @@ export declare namespace sheets_v4 {
|
|
|
4249
4249
|
*/
|
|
4250
4250
|
maxValueColorStyle?: Schema$ColorStyle;
|
|
4251
4251
|
/**
|
|
4252
|
-
* The background color for cells with a color value at the midpoint between minValue and maxValue. Defaults to #efe6dc if not specified.
|
|
4252
|
+
* The background color for cells with a color value at the midpoint between minValue and maxValue. Defaults to #efe6dc if not specified. Deprecated: Use mid_value_color_style.
|
|
4253
4253
|
*/
|
|
4254
4254
|
midValueColor?: Schema$Color;
|
|
4255
4255
|
/**
|
|
@@ -4257,7 +4257,7 @@ export declare namespace sheets_v4 {
|
|
|
4257
4257
|
*/
|
|
4258
4258
|
midValueColorStyle?: Schema$ColorStyle;
|
|
4259
4259
|
/**
|
|
4260
|
-
* The background color for cells with a color value less than or equal to minValue. Defaults to #dc3912 if not specified.
|
|
4260
|
+
* The background color for cells with a color value less than or equal to minValue. Defaults to #dc3912 if not specified. Deprecated: Use min_value_color_style.
|
|
4261
4261
|
*/
|
|
4262
4262
|
minValueColor?: Schema$Color;
|
|
4263
4263
|
/**
|
|
@@ -4265,7 +4265,7 @@ export declare namespace sheets_v4 {
|
|
|
4265
4265
|
*/
|
|
4266
4266
|
minValueColorStyle?: Schema$ColorStyle;
|
|
4267
4267
|
/**
|
|
4268
|
-
* The background color for cells that have no color data associated with them. Defaults to #000000 if not specified.
|
|
4268
|
+
* The background color for cells that have no color data associated with them. Defaults to #000000 if not specified. Deprecated: Use no_data_color_style.
|
|
4269
4269
|
*/
|
|
4270
4270
|
noDataColor?: Schema$Color;
|
|
4271
4271
|
/**
|
|
@@ -4286,7 +4286,7 @@ export declare namespace sheets_v4 {
|
|
|
4286
4286
|
*/
|
|
4287
4287
|
colorScale?: Schema$TreemapChartColorScale;
|
|
4288
4288
|
/**
|
|
4289
|
-
* The background color for header cells.
|
|
4289
|
+
* The background color for header cells. Deprecated: Use header_color_style.
|
|
4290
4290
|
*/
|
|
4291
4291
|
headerColor?: Schema$Color;
|
|
4292
4292
|
/**
|
|
@@ -4770,7 +4770,7 @@ export declare namespace sheets_v4 {
|
|
|
4770
4770
|
*/
|
|
4771
4771
|
export interface Schema$WaterfallChartColumnStyle {
|
|
4772
4772
|
/**
|
|
4773
|
-
* The color of the column.
|
|
4773
|
+
* The color of the column. Deprecated: Use color_style.
|
|
4774
4774
|
*/
|
|
4775
4775
|
color?: Schema$Color;
|
|
4776
4776
|
/**
|
|
@@ -5037,7 +5037,7 @@ export declare namespace sheets_v4 {
|
|
|
5037
5037
|
create(params: Params$Resource$Spreadsheets$Create, callback: BodyResponseCallback<Schema$Spreadsheet>): void;
|
|
5038
5038
|
create(callback: BodyResponseCallback<Schema$Spreadsheet>): void;
|
|
5039
5039
|
/**
|
|
5040
|
-
* Returns the spreadsheet at the given ID. The caller must specify the spreadsheet ID. By default, data within grids
|
|
5040
|
+
* Returns the spreadsheet at the given ID. The caller must specify the spreadsheet ID. By default, data within grids is not returned. You can include grid data in one of 2 ways: * Specify a field mask listing your desired fields using the `fields` URL parameter in HTTP * Set the includeGridData URL parameter to true. If a field mask is set, the `includeGridData` parameter is ignored For large spreadsheets, as a best practice, retrieve only the specific spreadsheet fields that you want. To retrieve only subsets of spreadsheet data, use the ranges URL parameter. Ranges are specified using [A1 notation](/sheets/api/guides/concepts#cell). You can define a single cell (for example, `A1`) or multiple cells (for example, `A1:D5`). You can also get cells from other sheets within the same spreadsheet (for example, `Sheet2!A1:C4`) or retrieve multiple ranges at once (for example, `?ranges=A1:D5&ranges=Sheet2!A1:C4`). Limiting the range returns only the portions of the spreadsheet that intersect the requested ranges.
|
|
5041
5041
|
* @example
|
|
5042
5042
|
* ```js
|
|
5043
5043
|
* // Before running the sample:
|
|
@@ -5110,7 +5110,7 @@ export declare namespace sheets_v4 {
|
|
|
5110
5110
|
get(params: Params$Resource$Spreadsheets$Get, callback: BodyResponseCallback<Schema$Spreadsheet>): void;
|
|
5111
5111
|
get(callback: BodyResponseCallback<Schema$Spreadsheet>): void;
|
|
5112
5112
|
/**
|
|
5113
|
-
* Returns the spreadsheet at the given ID. The caller must specify the spreadsheet ID. This method differs from GetSpreadsheet in that it allows selecting which subsets of spreadsheet data to return by specifying a dataFilters parameter. Multiple DataFilters can be specified. Specifying one or more data filters
|
|
5113
|
+
* Returns the spreadsheet at the given ID. The caller must specify the spreadsheet ID. This method differs from GetSpreadsheet in that it allows selecting which subsets of spreadsheet data to return by specifying a dataFilters parameter. Multiple DataFilters can be specified. Specifying one or more data filters returns the portions of the spreadsheet that intersect ranges matched by any of the filters. By default, data within grids is not returned. You can include grid data one of 2 ways: * Specify a field mask listing your desired fields using the `fields` URL parameter in HTTP * Set the includeGridData parameter to true. If a field mask is set, the `includeGridData` parameter is ignored For large spreadsheets, as a best practice, retrieve only the specific spreadsheet fields that you want.
|
|
5114
5114
|
* @example
|
|
5115
5115
|
* ```js
|
|
5116
5116
|
* // Before running the sample:
|
package/build/v4.js
CHANGED
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
// limitations under the License.
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
16
|
-
/* eslint-disable @typescript-eslint/class-name-casing */
|
|
17
16
|
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
18
17
|
/* eslint-disable @typescript-eslint/no-empty-interface */
|
|
19
18
|
/* eslint-disable @typescript-eslint/no-namespace */
|
package/build/v4.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"v4.js","sourceRoot":"","sources":["../v4.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"v4.js","sourceRoot":"","sources":["../v4.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
package/v4.ts
CHANGED
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
// limitations under the License.
|
|
13
13
|
|
|
14
14
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
15
|
-
/* eslint-disable @typescript-eslint/class-name-casing */
|
|
16
15
|
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
17
16
|
/* eslint-disable @typescript-eslint/no-empty-interface */
|
|
18
17
|
/* eslint-disable @typescript-eslint/no-namespace */
|
|
@@ -411,7 +410,7 @@ export namespace sheets_v4 {
|
|
|
411
410
|
*/
|
|
412
411
|
export interface Schema$BandingProperties {
|
|
413
412
|
/**
|
|
414
|
-
* The first color that is alternating. (Required)
|
|
413
|
+
* The first color that is alternating. (Required) Deprecated: Use first_band_color_style.
|
|
415
414
|
*/
|
|
416
415
|
firstBandColor?: Schema$Color;
|
|
417
416
|
/**
|
|
@@ -419,7 +418,7 @@ export namespace sheets_v4 {
|
|
|
419
418
|
*/
|
|
420
419
|
firstBandColorStyle?: Schema$ColorStyle;
|
|
421
420
|
/**
|
|
422
|
-
* The color of the last row or column. If this field is not set, the last row or column is filled with either first_band_color or second_band_color, depending on the color of the previous row or column.
|
|
421
|
+
* The color of the last row or column. If this field is not set, the last row or column is filled with either first_band_color or second_band_color, depending on the color of the previous row or column. Deprecated: Use footer_color_style.
|
|
423
422
|
*/
|
|
424
423
|
footerColor?: Schema$Color;
|
|
425
424
|
/**
|
|
@@ -427,7 +426,7 @@ export namespace sheets_v4 {
|
|
|
427
426
|
*/
|
|
428
427
|
footerColorStyle?: Schema$ColorStyle;
|
|
429
428
|
/**
|
|
430
|
-
* The color of the first row or column. If this field is set, the first row or column is filled with this color and the colors alternate between first_band_color and second_band_color starting from the second row or column. Otherwise, the first row or column is filled with first_band_color and the colors proceed to alternate as they normally would.
|
|
429
|
+
* The color of the first row or column. If this field is set, the first row or column is filled with this color and the colors alternate between first_band_color and second_band_color starting from the second row or column. Otherwise, the first row or column is filled with first_band_color and the colors proceed to alternate as they normally would. Deprecated: Use header_color_style.
|
|
431
430
|
*/
|
|
432
431
|
headerColor?: Schema$Color;
|
|
433
432
|
/**
|
|
@@ -435,7 +434,7 @@ export namespace sheets_v4 {
|
|
|
435
434
|
*/
|
|
436
435
|
headerColorStyle?: Schema$ColorStyle;
|
|
437
436
|
/**
|
|
438
|
-
* The second color that is alternating. (Required)
|
|
437
|
+
* The second color that is alternating. (Required) Deprecated: Use second_band_color_style.
|
|
439
438
|
*/
|
|
440
439
|
secondBandColor?: Schema$Color;
|
|
441
440
|
/**
|
|
@@ -456,7 +455,7 @@ export namespace sheets_v4 {
|
|
|
456
455
|
*/
|
|
457
456
|
description?: string | null;
|
|
458
457
|
/**
|
|
459
|
-
* Color to be used, in case baseline value represents a negative change for key value. This field is optional.
|
|
458
|
+
* Color to be used, in case baseline value represents a negative change for key value. This field is optional. Deprecated: Use negative_color_style.
|
|
460
459
|
*/
|
|
461
460
|
negativeColor?: Schema$Color;
|
|
462
461
|
/**
|
|
@@ -468,7 +467,7 @@ export namespace sheets_v4 {
|
|
|
468
467
|
*/
|
|
469
468
|
position?: Schema$TextPosition;
|
|
470
469
|
/**
|
|
471
|
-
* Color to be used, in case baseline value represents a positive change for key value. This field is optional.
|
|
470
|
+
* Color to be used, in case baseline value represents a positive change for key value. This field is optional. Deprecated: Use positive_color_style.
|
|
472
471
|
*/
|
|
473
472
|
positiveColor?: Schema$Color;
|
|
474
473
|
/**
|
|
@@ -523,7 +522,7 @@ export namespace sheets_v4 {
|
|
|
523
522
|
*/
|
|
524
523
|
export interface Schema$BasicChartSeries {
|
|
525
524
|
/**
|
|
526
|
-
* The color for elements (such as bars, lines, and points) associated with this series. If empty, a default color is used.
|
|
525
|
+
* The color for elements (such as bars, lines, and points) associated with this series. If empty, a default color is used. Deprecated: Use color_style.
|
|
527
526
|
*/
|
|
528
527
|
color?: Schema$Color;
|
|
529
528
|
/**
|
|
@@ -638,7 +637,7 @@ export namespace sheets_v4 {
|
|
|
638
637
|
*/
|
|
639
638
|
export interface Schema$BasicSeriesDataPointStyleOverride {
|
|
640
639
|
/**
|
|
641
|
-
* Color of the series data point. If empty, the series default is used.
|
|
640
|
+
* Color of the series data point. If empty, the series default is used. Deprecated: Use color_style.
|
|
642
641
|
*/
|
|
643
642
|
color?: Schema$Color;
|
|
644
643
|
/**
|
|
@@ -965,7 +964,7 @@ export namespace sheets_v4 {
|
|
|
965
964
|
*/
|
|
966
965
|
export interface Schema$Border {
|
|
967
966
|
/**
|
|
968
|
-
* The color of the border.
|
|
967
|
+
* The color of the border. Deprecated: Use [color_style].
|
|
969
968
|
*/
|
|
970
969
|
color?: Schema$Color;
|
|
971
970
|
/**
|
|
@@ -1007,7 +1006,7 @@ export namespace sheets_v4 {
|
|
|
1007
1006
|
*/
|
|
1008
1007
|
export interface Schema$BubbleChartSpec {
|
|
1009
1008
|
/**
|
|
1010
|
-
* The bubble border color.
|
|
1009
|
+
* The bubble border color. Deprecated: Use bubble_border_color_style.
|
|
1011
1010
|
*/
|
|
1012
1011
|
bubbleBorderColor?: Schema$Color;
|
|
1013
1012
|
/**
|
|
@@ -1169,7 +1168,7 @@ export namespace sheets_v4 {
|
|
|
1169
1168
|
*/
|
|
1170
1169
|
export interface Schema$CellFormat {
|
|
1171
1170
|
/**
|
|
1172
|
-
* The background color of the cell.
|
|
1171
|
+
* The background color of the cell. Deprecated: Use background_color_style.
|
|
1173
1172
|
*/
|
|
1174
1173
|
backgroundColor?: Schema$Color;
|
|
1175
1174
|
/**
|
|
@@ -1325,7 +1324,7 @@ export namespace sheets_v4 {
|
|
|
1325
1324
|
*/
|
|
1326
1325
|
altText?: string | null;
|
|
1327
1326
|
/**
|
|
1328
|
-
* The background color of the entire chart. Not applicable to Org charts.
|
|
1327
|
+
* The background color of the entire chart. Not applicable to Org charts. Deprecated: Use background_color_style.
|
|
1329
1328
|
*/
|
|
1330
1329
|
backgroundColor?: Schema$Color;
|
|
1331
1330
|
/**
|
|
@@ -2336,7 +2335,7 @@ export namespace sheets_v4 {
|
|
|
2336
2335
|
*/
|
|
2337
2336
|
export interface Schema$EmbeddedObjectBorder {
|
|
2338
2337
|
/**
|
|
2339
|
-
* The color of the border.
|
|
2338
|
+
* The color of the border. Deprecated: Use color_style.
|
|
2340
2339
|
*/
|
|
2341
2340
|
color?: Schema$Color;
|
|
2342
2341
|
/**
|
|
@@ -2412,7 +2411,7 @@ export namespace sheets_v4 {
|
|
|
2412
2411
|
*/
|
|
2413
2412
|
hiddenValues?: string[] | null;
|
|
2414
2413
|
/**
|
|
2415
|
-
* The background fill color to filter by; only cells with this fill color are shown. Mutually exclusive with visible_foreground_color.
|
|
2414
|
+
* The background fill color to filter by; only cells with this fill color are shown. Mutually exclusive with visible_foreground_color. Deprecated: Use visible_background_color_style.
|
|
2416
2415
|
*/
|
|
2417
2416
|
visibleBackgroundColor?: Schema$Color;
|
|
2418
2417
|
/**
|
|
@@ -2420,7 +2419,7 @@ export namespace sheets_v4 {
|
|
|
2420
2419
|
*/
|
|
2421
2420
|
visibleBackgroundColorStyle?: Schema$ColorStyle;
|
|
2422
2421
|
/**
|
|
2423
|
-
* The foreground color to filter by; only cells with this foreground color are shown. Mutually exclusive with visible_background_color.
|
|
2422
|
+
* The foreground color to filter by; only cells with this foreground color are shown. Mutually exclusive with visible_background_color. Deprecated: Use visible_foreground_color_style.
|
|
2424
2423
|
*/
|
|
2425
2424
|
visibleForegroundColor?: Schema$Color;
|
|
2426
2425
|
/**
|
|
@@ -2721,7 +2720,7 @@ export namespace sheets_v4 {
|
|
|
2721
2720
|
*/
|
|
2722
2721
|
export interface Schema$HistogramSeries {
|
|
2723
2722
|
/**
|
|
2724
|
-
* The color of the column representing this series in each bucket. This field is optional.
|
|
2723
|
+
* The color of the column representing this series in each bucket. This field is optional. Deprecated: Use bar_color_style.
|
|
2725
2724
|
*/
|
|
2726
2725
|
barColor?: Schema$Color;
|
|
2727
2726
|
/**
|
|
@@ -2764,7 +2763,7 @@ export namespace sheets_v4 {
|
|
|
2764
2763
|
*/
|
|
2765
2764
|
export interface Schema$InterpolationPoint {
|
|
2766
2765
|
/**
|
|
2767
|
-
* The color this interpolation point should use.
|
|
2766
|
+
* The color this interpolation point should use. Deprecated: Use color_style.
|
|
2768
2767
|
*/
|
|
2769
2768
|
color?: Schema$Color;
|
|
2770
2769
|
/**
|
|
@@ -2954,7 +2953,7 @@ export namespace sheets_v4 {
|
|
|
2954
2953
|
*/
|
|
2955
2954
|
labels?: Schema$ChartData;
|
|
2956
2955
|
/**
|
|
2957
|
-
* The color of the org chart nodes.
|
|
2956
|
+
* The color of the org chart nodes. Deprecated: Use node_color_style.
|
|
2958
2957
|
*/
|
|
2959
2958
|
nodeColor?: Schema$Color;
|
|
2960
2959
|
/**
|
|
@@ -2970,7 +2969,7 @@ export namespace sheets_v4 {
|
|
|
2970
2969
|
*/
|
|
2971
2970
|
parentLabels?: Schema$ChartData;
|
|
2972
2971
|
/**
|
|
2973
|
-
* The color of the selected org chart nodes.
|
|
2972
|
+
* The color of the selected org chart nodes. Deprecated: Use selected_node_color_style.
|
|
2974
2973
|
*/
|
|
2975
2974
|
selectedNodeColor?: Schema$Color;
|
|
2976
2975
|
/**
|
|
@@ -3940,7 +3939,7 @@ export namespace sheets_v4 {
|
|
|
3940
3939
|
*/
|
|
3941
3940
|
sheetType?: string | null;
|
|
3942
3941
|
/**
|
|
3943
|
-
* The color of the tab in the UI.
|
|
3942
|
+
* The color of the tab in the UI. Deprecated: Use tab_color_style.
|
|
3944
3943
|
*/
|
|
3945
3944
|
tabColor?: Schema$Color;
|
|
3946
3945
|
/**
|
|
@@ -3978,7 +3977,7 @@ export namespace sheets_v4 {
|
|
|
3978
3977
|
*/
|
|
3979
3978
|
applyToPivotTables?: boolean | null;
|
|
3980
3979
|
/**
|
|
3981
|
-
* The background color of the slicer.
|
|
3980
|
+
* The background color of the slicer. Deprecated: Use background_color_style.
|
|
3982
3981
|
*/
|
|
3983
3982
|
backgroundColor?: Schema$Color;
|
|
3984
3983
|
/**
|
|
@@ -4028,7 +4027,7 @@ export namespace sheets_v4 {
|
|
|
4028
4027
|
*/
|
|
4029
4028
|
export interface Schema$SortSpec {
|
|
4030
4029
|
/**
|
|
4031
|
-
* The background fill color to sort by; cells with this fill color are sorted to the top. Mutually exclusive with foreground_color.
|
|
4030
|
+
* The background fill color to sort by; cells with this fill color are sorted to the top. Mutually exclusive with foreground_color. Deprecated: Use background_color_style.
|
|
4032
4031
|
*/
|
|
4033
4032
|
backgroundColor?: Schema$Color;
|
|
4034
4033
|
/**
|
|
@@ -4044,7 +4043,7 @@ export namespace sheets_v4 {
|
|
|
4044
4043
|
*/
|
|
4045
4044
|
dimensionIndex?: number | null;
|
|
4046
4045
|
/**
|
|
4047
|
-
* The foreground color to sort by; cells with this foreground color are sorted to the top. Mutually exclusive with background_color.
|
|
4046
|
+
* The foreground color to sort by; cells with this foreground color are sorted to the top. Mutually exclusive with background_color. Deprecated: Use foreground_color_style.
|
|
4048
4047
|
*/
|
|
4049
4048
|
foregroundColor?: Schema$Color;
|
|
4050
4049
|
/**
|
|
@@ -4173,7 +4172,7 @@ export namespace sheets_v4 {
|
|
|
4173
4172
|
*/
|
|
4174
4173
|
fontSize?: number | null;
|
|
4175
4174
|
/**
|
|
4176
|
-
* The foreground color of the text.
|
|
4175
|
+
* The foreground color of the text. Deprecated: Use foreground_color_style.
|
|
4177
4176
|
*/
|
|
4178
4177
|
foregroundColor?: Schema$Color;
|
|
4179
4178
|
/**
|
|
@@ -4288,7 +4287,7 @@ export namespace sheets_v4 {
|
|
|
4288
4287
|
*/
|
|
4289
4288
|
export interface Schema$TreemapChartColorScale {
|
|
4290
4289
|
/**
|
|
4291
|
-
* The background color for cells with a color value greater than or equal to maxValue. Defaults to #109618 if not specified.
|
|
4290
|
+
* The background color for cells with a color value greater than or equal to maxValue. Defaults to #109618 if not specified. Deprecated: Use max_value_color_style.
|
|
4292
4291
|
*/
|
|
4293
4292
|
maxValueColor?: Schema$Color;
|
|
4294
4293
|
/**
|
|
@@ -4296,7 +4295,7 @@ export namespace sheets_v4 {
|
|
|
4296
4295
|
*/
|
|
4297
4296
|
maxValueColorStyle?: Schema$ColorStyle;
|
|
4298
4297
|
/**
|
|
4299
|
-
* The background color for cells with a color value at the midpoint between minValue and maxValue. Defaults to #efe6dc if not specified.
|
|
4298
|
+
* The background color for cells with a color value at the midpoint between minValue and maxValue. Defaults to #efe6dc if not specified. Deprecated: Use mid_value_color_style.
|
|
4300
4299
|
*/
|
|
4301
4300
|
midValueColor?: Schema$Color;
|
|
4302
4301
|
/**
|
|
@@ -4304,7 +4303,7 @@ export namespace sheets_v4 {
|
|
|
4304
4303
|
*/
|
|
4305
4304
|
midValueColorStyle?: Schema$ColorStyle;
|
|
4306
4305
|
/**
|
|
4307
|
-
* The background color for cells with a color value less than or equal to minValue. Defaults to #dc3912 if not specified.
|
|
4306
|
+
* The background color for cells with a color value less than or equal to minValue. Defaults to #dc3912 if not specified. Deprecated: Use min_value_color_style.
|
|
4308
4307
|
*/
|
|
4309
4308
|
minValueColor?: Schema$Color;
|
|
4310
4309
|
/**
|
|
@@ -4312,7 +4311,7 @@ export namespace sheets_v4 {
|
|
|
4312
4311
|
*/
|
|
4313
4312
|
minValueColorStyle?: Schema$ColorStyle;
|
|
4314
4313
|
/**
|
|
4315
|
-
* The background color for cells that have no color data associated with them. Defaults to #000000 if not specified.
|
|
4314
|
+
* The background color for cells that have no color data associated with them. Defaults to #000000 if not specified. Deprecated: Use no_data_color_style.
|
|
4316
4315
|
*/
|
|
4317
4316
|
noDataColor?: Schema$Color;
|
|
4318
4317
|
/**
|
|
@@ -4333,7 +4332,7 @@ export namespace sheets_v4 {
|
|
|
4333
4332
|
*/
|
|
4334
4333
|
colorScale?: Schema$TreemapChartColorScale;
|
|
4335
4334
|
/**
|
|
4336
|
-
* The background color for header cells.
|
|
4335
|
+
* The background color for header cells. Deprecated: Use header_color_style.
|
|
4337
4336
|
*/
|
|
4338
4337
|
headerColor?: Schema$Color;
|
|
4339
4338
|
/**
|
|
@@ -4817,7 +4816,7 @@ export namespace sheets_v4 {
|
|
|
4817
4816
|
*/
|
|
4818
4817
|
export interface Schema$WaterfallChartColumnStyle {
|
|
4819
4818
|
/**
|
|
4820
|
-
* The color of the column.
|
|
4819
|
+
* The color of the column. Deprecated: Use color_style.
|
|
4821
4820
|
*/
|
|
4822
4821
|
color?: Schema$Color;
|
|
4823
4822
|
/**
|
|
@@ -5244,7 +5243,7 @@ export namespace sheets_v4 {
|
|
|
5244
5243
|
}
|
|
5245
5244
|
|
|
5246
5245
|
/**
|
|
5247
|
-
* Returns the spreadsheet at the given ID. The caller must specify the spreadsheet ID. By default, data within grids
|
|
5246
|
+
* Returns the spreadsheet at the given ID. The caller must specify the spreadsheet ID. By default, data within grids is not returned. You can include grid data in one of 2 ways: * Specify a field mask listing your desired fields using the `fields` URL parameter in HTTP * Set the includeGridData URL parameter to true. If a field mask is set, the `includeGridData` parameter is ignored For large spreadsheets, as a best practice, retrieve only the specific spreadsheet fields that you want. To retrieve only subsets of spreadsheet data, use the ranges URL parameter. Ranges are specified using [A1 notation](/sheets/api/guides/concepts#cell). You can define a single cell (for example, `A1`) or multiple cells (for example, `A1:D5`). You can also get cells from other sheets within the same spreadsheet (for example, `Sheet2!A1:C4`) or retrieve multiple ranges at once (for example, `?ranges=A1:D5&ranges=Sheet2!A1:C4`). Limiting the range returns only the portions of the spreadsheet that intersect the requested ranges.
|
|
5248
5247
|
* @example
|
|
5249
5248
|
* ```js
|
|
5250
5249
|
* // Before running the sample:
|
|
@@ -5389,7 +5388,7 @@ export namespace sheets_v4 {
|
|
|
5389
5388
|
}
|
|
5390
5389
|
|
|
5391
5390
|
/**
|
|
5392
|
-
* Returns the spreadsheet at the given ID. The caller must specify the spreadsheet ID. This method differs from GetSpreadsheet in that it allows selecting which subsets of spreadsheet data to return by specifying a dataFilters parameter. Multiple DataFilters can be specified. Specifying one or more data filters
|
|
5391
|
+
* Returns the spreadsheet at the given ID. The caller must specify the spreadsheet ID. This method differs from GetSpreadsheet in that it allows selecting which subsets of spreadsheet data to return by specifying a dataFilters parameter. Multiple DataFilters can be specified. Specifying one or more data filters returns the portions of the spreadsheet that intersect ranges matched by any of the filters. By default, data within grids is not returned. You can include grid data one of 2 ways: * Specify a field mask listing your desired fields using the `fields` URL parameter in HTTP * Set the includeGridData parameter to true. If a field mask is set, the `includeGridData` parameter is ignored For large spreadsheets, as a best practice, retrieve only the specific spreadsheet fields that you want.
|
|
5393
5392
|
* @example
|
|
5394
5393
|
* ```js
|
|
5395
5394
|
* // Before running the sample:
|