@googleapis/sheets 2.0.2 → 3.0.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.
- package/CHANGELOG.md +11 -0
- package/build/v4.d.ts +30 -30
- package/package.json +1 -1
- package/v4.ts +30 -30
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v2.0.2...sheets-v3.0.0) (2022-06-15)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### ⚠ BREAKING CHANGES
|
|
7
|
+
|
|
8
|
+
* This release has breaking changes.
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* 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))
|
|
13
|
+
|
|
3
14
|
## [2.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v2.0.1...sheets-v2.0.2) (2022-06-13)
|
|
4
15
|
|
|
5
16
|
|
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
|
/**
|
package/package.json
CHANGED
package/v4.ts
CHANGED
|
@@ -411,7 +411,7 @@ export namespace sheets_v4 {
|
|
|
411
411
|
*/
|
|
412
412
|
export interface Schema$BandingProperties {
|
|
413
413
|
/**
|
|
414
|
-
* The first color that is alternating. (Required)
|
|
414
|
+
* The first color that is alternating. (Required) Deprecated: Use first_band_color_style.
|
|
415
415
|
*/
|
|
416
416
|
firstBandColor?: Schema$Color;
|
|
417
417
|
/**
|
|
@@ -419,7 +419,7 @@ export namespace sheets_v4 {
|
|
|
419
419
|
*/
|
|
420
420
|
firstBandColorStyle?: Schema$ColorStyle;
|
|
421
421
|
/**
|
|
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.
|
|
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. Deprecated: Use footer_color_style.
|
|
423
423
|
*/
|
|
424
424
|
footerColor?: Schema$Color;
|
|
425
425
|
/**
|
|
@@ -427,7 +427,7 @@ export namespace sheets_v4 {
|
|
|
427
427
|
*/
|
|
428
428
|
footerColorStyle?: Schema$ColorStyle;
|
|
429
429
|
/**
|
|
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.
|
|
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. Deprecated: Use header_color_style.
|
|
431
431
|
*/
|
|
432
432
|
headerColor?: Schema$Color;
|
|
433
433
|
/**
|
|
@@ -435,7 +435,7 @@ export namespace sheets_v4 {
|
|
|
435
435
|
*/
|
|
436
436
|
headerColorStyle?: Schema$ColorStyle;
|
|
437
437
|
/**
|
|
438
|
-
* The second color that is alternating. (Required)
|
|
438
|
+
* The second color that is alternating. (Required) Deprecated: Use second_band_color_style.
|
|
439
439
|
*/
|
|
440
440
|
secondBandColor?: Schema$Color;
|
|
441
441
|
/**
|
|
@@ -456,7 +456,7 @@ export namespace sheets_v4 {
|
|
|
456
456
|
*/
|
|
457
457
|
description?: string | null;
|
|
458
458
|
/**
|
|
459
|
-
* Color to be used, in case baseline value represents a negative change for key value. This field is optional.
|
|
459
|
+
* 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
460
|
*/
|
|
461
461
|
negativeColor?: Schema$Color;
|
|
462
462
|
/**
|
|
@@ -468,7 +468,7 @@ export namespace sheets_v4 {
|
|
|
468
468
|
*/
|
|
469
469
|
position?: Schema$TextPosition;
|
|
470
470
|
/**
|
|
471
|
-
* Color to be used, in case baseline value represents a positive change for key value. This field is optional.
|
|
471
|
+
* 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
472
|
*/
|
|
473
473
|
positiveColor?: Schema$Color;
|
|
474
474
|
/**
|
|
@@ -523,7 +523,7 @@ export namespace sheets_v4 {
|
|
|
523
523
|
*/
|
|
524
524
|
export interface Schema$BasicChartSeries {
|
|
525
525
|
/**
|
|
526
|
-
* The color for elements (such as bars, lines, and points) associated with this series. If empty, a default color is used.
|
|
526
|
+
* 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
527
|
*/
|
|
528
528
|
color?: Schema$Color;
|
|
529
529
|
/**
|
|
@@ -638,7 +638,7 @@ export namespace sheets_v4 {
|
|
|
638
638
|
*/
|
|
639
639
|
export interface Schema$BasicSeriesDataPointStyleOverride {
|
|
640
640
|
/**
|
|
641
|
-
* Color of the series data point. If empty, the series default is used.
|
|
641
|
+
* Color of the series data point. If empty, the series default is used. Deprecated: Use color_style.
|
|
642
642
|
*/
|
|
643
643
|
color?: Schema$Color;
|
|
644
644
|
/**
|
|
@@ -965,7 +965,7 @@ export namespace sheets_v4 {
|
|
|
965
965
|
*/
|
|
966
966
|
export interface Schema$Border {
|
|
967
967
|
/**
|
|
968
|
-
* The color of the border.
|
|
968
|
+
* The color of the border. Deprecated: Use [color_style].
|
|
969
969
|
*/
|
|
970
970
|
color?: Schema$Color;
|
|
971
971
|
/**
|
|
@@ -1007,7 +1007,7 @@ export namespace sheets_v4 {
|
|
|
1007
1007
|
*/
|
|
1008
1008
|
export interface Schema$BubbleChartSpec {
|
|
1009
1009
|
/**
|
|
1010
|
-
* The bubble border color.
|
|
1010
|
+
* The bubble border color. Deprecated: Use bubble_border_color_style.
|
|
1011
1011
|
*/
|
|
1012
1012
|
bubbleBorderColor?: Schema$Color;
|
|
1013
1013
|
/**
|
|
@@ -1169,7 +1169,7 @@ export namespace sheets_v4 {
|
|
|
1169
1169
|
*/
|
|
1170
1170
|
export interface Schema$CellFormat {
|
|
1171
1171
|
/**
|
|
1172
|
-
* The background color of the cell.
|
|
1172
|
+
* The background color of the cell. Deprecated: Use background_color_style.
|
|
1173
1173
|
*/
|
|
1174
1174
|
backgroundColor?: Schema$Color;
|
|
1175
1175
|
/**
|
|
@@ -1325,7 +1325,7 @@ export namespace sheets_v4 {
|
|
|
1325
1325
|
*/
|
|
1326
1326
|
altText?: string | null;
|
|
1327
1327
|
/**
|
|
1328
|
-
* The background color of the entire chart. Not applicable to Org charts.
|
|
1328
|
+
* The background color of the entire chart. Not applicable to Org charts. Deprecated: Use background_color_style.
|
|
1329
1329
|
*/
|
|
1330
1330
|
backgroundColor?: Schema$Color;
|
|
1331
1331
|
/**
|
|
@@ -2336,7 +2336,7 @@ export namespace sheets_v4 {
|
|
|
2336
2336
|
*/
|
|
2337
2337
|
export interface Schema$EmbeddedObjectBorder {
|
|
2338
2338
|
/**
|
|
2339
|
-
* The color of the border.
|
|
2339
|
+
* The color of the border. Deprecated: Use color_style.
|
|
2340
2340
|
*/
|
|
2341
2341
|
color?: Schema$Color;
|
|
2342
2342
|
/**
|
|
@@ -2412,7 +2412,7 @@ export namespace sheets_v4 {
|
|
|
2412
2412
|
*/
|
|
2413
2413
|
hiddenValues?: string[] | null;
|
|
2414
2414
|
/**
|
|
2415
|
-
* The background fill color to filter by; only cells with this fill color are shown. Mutually exclusive with visible_foreground_color.
|
|
2415
|
+
* 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
2416
|
*/
|
|
2417
2417
|
visibleBackgroundColor?: Schema$Color;
|
|
2418
2418
|
/**
|
|
@@ -2420,7 +2420,7 @@ export namespace sheets_v4 {
|
|
|
2420
2420
|
*/
|
|
2421
2421
|
visibleBackgroundColorStyle?: Schema$ColorStyle;
|
|
2422
2422
|
/**
|
|
2423
|
-
* The foreground color to filter by; only cells with this foreground color are shown. Mutually exclusive with visible_background_color.
|
|
2423
|
+
* 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
2424
|
*/
|
|
2425
2425
|
visibleForegroundColor?: Schema$Color;
|
|
2426
2426
|
/**
|
|
@@ -2721,7 +2721,7 @@ export namespace sheets_v4 {
|
|
|
2721
2721
|
*/
|
|
2722
2722
|
export interface Schema$HistogramSeries {
|
|
2723
2723
|
/**
|
|
2724
|
-
* The color of the column representing this series in each bucket. This field is optional.
|
|
2724
|
+
* The color of the column representing this series in each bucket. This field is optional. Deprecated: Use bar_color_style.
|
|
2725
2725
|
*/
|
|
2726
2726
|
barColor?: Schema$Color;
|
|
2727
2727
|
/**
|
|
@@ -2764,7 +2764,7 @@ export namespace sheets_v4 {
|
|
|
2764
2764
|
*/
|
|
2765
2765
|
export interface Schema$InterpolationPoint {
|
|
2766
2766
|
/**
|
|
2767
|
-
* The color this interpolation point should use.
|
|
2767
|
+
* The color this interpolation point should use. Deprecated: Use color_style.
|
|
2768
2768
|
*/
|
|
2769
2769
|
color?: Schema$Color;
|
|
2770
2770
|
/**
|
|
@@ -2954,7 +2954,7 @@ export namespace sheets_v4 {
|
|
|
2954
2954
|
*/
|
|
2955
2955
|
labels?: Schema$ChartData;
|
|
2956
2956
|
/**
|
|
2957
|
-
* The color of the org chart nodes.
|
|
2957
|
+
* The color of the org chart nodes. Deprecated: Use node_color_style.
|
|
2958
2958
|
*/
|
|
2959
2959
|
nodeColor?: Schema$Color;
|
|
2960
2960
|
/**
|
|
@@ -2970,7 +2970,7 @@ export namespace sheets_v4 {
|
|
|
2970
2970
|
*/
|
|
2971
2971
|
parentLabels?: Schema$ChartData;
|
|
2972
2972
|
/**
|
|
2973
|
-
* The color of the selected org chart nodes.
|
|
2973
|
+
* The color of the selected org chart nodes. Deprecated: Use selected_node_color_style.
|
|
2974
2974
|
*/
|
|
2975
2975
|
selectedNodeColor?: Schema$Color;
|
|
2976
2976
|
/**
|
|
@@ -3940,7 +3940,7 @@ export namespace sheets_v4 {
|
|
|
3940
3940
|
*/
|
|
3941
3941
|
sheetType?: string | null;
|
|
3942
3942
|
/**
|
|
3943
|
-
* The color of the tab in the UI.
|
|
3943
|
+
* The color of the tab in the UI. Deprecated: Use tab_color_style.
|
|
3944
3944
|
*/
|
|
3945
3945
|
tabColor?: Schema$Color;
|
|
3946
3946
|
/**
|
|
@@ -3978,7 +3978,7 @@ export namespace sheets_v4 {
|
|
|
3978
3978
|
*/
|
|
3979
3979
|
applyToPivotTables?: boolean | null;
|
|
3980
3980
|
/**
|
|
3981
|
-
* The background color of the slicer.
|
|
3981
|
+
* The background color of the slicer. Deprecated: Use background_color_style.
|
|
3982
3982
|
*/
|
|
3983
3983
|
backgroundColor?: Schema$Color;
|
|
3984
3984
|
/**
|
|
@@ -4028,7 +4028,7 @@ export namespace sheets_v4 {
|
|
|
4028
4028
|
*/
|
|
4029
4029
|
export interface Schema$SortSpec {
|
|
4030
4030
|
/**
|
|
4031
|
-
* The background fill color to sort by; cells with this fill color are sorted to the top. Mutually exclusive with foreground_color.
|
|
4031
|
+
* 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
4032
|
*/
|
|
4033
4033
|
backgroundColor?: Schema$Color;
|
|
4034
4034
|
/**
|
|
@@ -4044,7 +4044,7 @@ export namespace sheets_v4 {
|
|
|
4044
4044
|
*/
|
|
4045
4045
|
dimensionIndex?: number | null;
|
|
4046
4046
|
/**
|
|
4047
|
-
* The foreground color to sort by; cells with this foreground color are sorted to the top. Mutually exclusive with background_color.
|
|
4047
|
+
* 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
4048
|
*/
|
|
4049
4049
|
foregroundColor?: Schema$Color;
|
|
4050
4050
|
/**
|
|
@@ -4173,7 +4173,7 @@ export namespace sheets_v4 {
|
|
|
4173
4173
|
*/
|
|
4174
4174
|
fontSize?: number | null;
|
|
4175
4175
|
/**
|
|
4176
|
-
* The foreground color of the text.
|
|
4176
|
+
* The foreground color of the text. Deprecated: Use foreground_color_style.
|
|
4177
4177
|
*/
|
|
4178
4178
|
foregroundColor?: Schema$Color;
|
|
4179
4179
|
/**
|
|
@@ -4288,7 +4288,7 @@ export namespace sheets_v4 {
|
|
|
4288
4288
|
*/
|
|
4289
4289
|
export interface Schema$TreemapChartColorScale {
|
|
4290
4290
|
/**
|
|
4291
|
-
* The background color for cells with a color value greater than or equal to maxValue. Defaults to #109618 if not specified.
|
|
4291
|
+
* 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
4292
|
*/
|
|
4293
4293
|
maxValueColor?: Schema$Color;
|
|
4294
4294
|
/**
|
|
@@ -4296,7 +4296,7 @@ export namespace sheets_v4 {
|
|
|
4296
4296
|
*/
|
|
4297
4297
|
maxValueColorStyle?: Schema$ColorStyle;
|
|
4298
4298
|
/**
|
|
4299
|
-
* The background color for cells with a color value at the midpoint between minValue and maxValue. Defaults to #efe6dc if not specified.
|
|
4299
|
+
* 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
4300
|
*/
|
|
4301
4301
|
midValueColor?: Schema$Color;
|
|
4302
4302
|
/**
|
|
@@ -4304,7 +4304,7 @@ export namespace sheets_v4 {
|
|
|
4304
4304
|
*/
|
|
4305
4305
|
midValueColorStyle?: Schema$ColorStyle;
|
|
4306
4306
|
/**
|
|
4307
|
-
* The background color for cells with a color value less than or equal to minValue. Defaults to #dc3912 if not specified.
|
|
4307
|
+
* 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
4308
|
*/
|
|
4309
4309
|
minValueColor?: Schema$Color;
|
|
4310
4310
|
/**
|
|
@@ -4312,7 +4312,7 @@ export namespace sheets_v4 {
|
|
|
4312
4312
|
*/
|
|
4313
4313
|
minValueColorStyle?: Schema$ColorStyle;
|
|
4314
4314
|
/**
|
|
4315
|
-
* The background color for cells that have no color data associated with them. Defaults to #000000 if not specified.
|
|
4315
|
+
* 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
4316
|
*/
|
|
4317
4317
|
noDataColor?: Schema$Color;
|
|
4318
4318
|
/**
|
|
@@ -4333,7 +4333,7 @@ export namespace sheets_v4 {
|
|
|
4333
4333
|
*/
|
|
4334
4334
|
colorScale?: Schema$TreemapChartColorScale;
|
|
4335
4335
|
/**
|
|
4336
|
-
* The background color for header cells.
|
|
4336
|
+
* The background color for header cells. Deprecated: Use header_color_style.
|
|
4337
4337
|
*/
|
|
4338
4338
|
headerColor?: Schema$Color;
|
|
4339
4339
|
/**
|
|
@@ -4817,7 +4817,7 @@ export namespace sheets_v4 {
|
|
|
4817
4817
|
*/
|
|
4818
4818
|
export interface Schema$WaterfallChartColumnStyle {
|
|
4819
4819
|
/**
|
|
4820
|
-
* The color of the column.
|
|
4820
|
+
* The color of the column. Deprecated: Use color_style.
|
|
4821
4821
|
*/
|
|
4822
4822
|
color?: Schema$Color;
|
|
4823
4823
|
/**
|