google-apis-sheets_v4 0.1.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.
@@ -0,0 +1,28 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ module Google
16
+ module Apis
17
+ module SheetsV4
18
+ # Version of the google-apis-sheets_v4 gem
19
+ GEM_VERSION = "0.1.0"
20
+
21
+ # Version of the code generator used to generate this client
22
+ GENERATOR_VERSION = "0.1.1"
23
+
24
+ # Revision of the discovery document this client was generated from
25
+ REVISION = "20201130"
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,4358 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require 'date'
16
+ require 'google/apis/core/base_service'
17
+ require 'google/apis/core/json_representation'
18
+ require 'google/apis/core/hashable'
19
+ require 'google/apis/errors'
20
+
21
+ module Google
22
+ module Apis
23
+ module SheetsV4
24
+
25
+ class AddBandingRequest
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class AddBandingResponse
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class AddChartRequest
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class AddChartResponse
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class AddConditionalFormatRuleRequest
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class AddDataSourceRequest
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class AddDataSourceResponse
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class AddDimensionGroupRequest
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class AddDimensionGroupResponse
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class AddFilterViewRequest
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class AddFilterViewResponse
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class AddNamedRangeRequest
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class AddNamedRangeResponse
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class AddProtectedRangeRequest
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class AddProtectedRangeResponse
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class AddSheetRequest
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class AddSheetResponse
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class AddSlicerRequest
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class AddSlicerResponse
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class AppendCellsRequest
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class AppendDimensionRequest
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class AppendValuesResponse
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class AutoFillRequest
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class AutoResizeDimensionsRequest
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class BandedRange
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class BandingProperties
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class BaselineValueFormat
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class BasicChartAxis
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class BasicChartDomain
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class BasicChartSeries
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class BasicChartSpec
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class BasicFilter
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class BasicSeriesDataPointStyleOverride
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class BatchClearValuesByDataFilterRequest
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class BatchClearValuesByDataFilterResponse
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class BatchClearValuesRequest
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class BatchClearValuesResponse
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class BatchGetValuesByDataFilterRequest
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class BatchGetValuesByDataFilterResponse
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class BatchGetValuesResponse
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class BatchUpdateSpreadsheetRequest
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class BatchUpdateSpreadsheetResponse
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class BatchUpdateValuesByDataFilterRequest
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class BatchUpdateValuesByDataFilterResponse
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class BatchUpdateValuesRequest
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class BatchUpdateValuesResponse
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class BigQueryDataSourceSpec
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class BigQueryQuerySpec
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class BigQueryTableSpec
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class BooleanCondition
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
325
+ class BooleanRule
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class Border
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
337
+ class Borders
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
343
+ class BubbleChartSpec
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
349
+ class CandlestickChartSpec
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
355
+ class CandlestickData
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
361
+ class CandlestickDomain
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
367
+ class CandlestickSeries
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
373
+ class CellData
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
379
+ class CellFormat
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
385
+ class ChartAxisViewWindowOptions
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
391
+ class ChartCustomNumberFormatOptions
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
397
+ class ChartData
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
403
+ class ChartDateTimeRule
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
409
+ class ChartGroupRule
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+
412
+ include Google::Apis::Core::JsonObjectSupport
413
+ end
414
+
415
+ class ChartHistogramRule
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
421
+ class ChartSourceRange
422
+ class Representation < Google::Apis::Core::JsonRepresentation; end
423
+
424
+ include Google::Apis::Core::JsonObjectSupport
425
+ end
426
+
427
+ class ChartSpec
428
+ class Representation < Google::Apis::Core::JsonRepresentation; end
429
+
430
+ include Google::Apis::Core::JsonObjectSupport
431
+ end
432
+
433
+ class ClearBasicFilterRequest
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
439
+ class ClearValuesRequest
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
445
+ class ClearValuesResponse
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
451
+ class Color
452
+ class Representation < Google::Apis::Core::JsonRepresentation; end
453
+
454
+ include Google::Apis::Core::JsonObjectSupport
455
+ end
456
+
457
+ class ColorStyle
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
463
+ class ConditionValue
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
469
+ class ConditionalFormatRule
470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
471
+
472
+ include Google::Apis::Core::JsonObjectSupport
473
+ end
474
+
475
+ class CopyPasteRequest
476
+ class Representation < Google::Apis::Core::JsonRepresentation; end
477
+
478
+ include Google::Apis::Core::JsonObjectSupport
479
+ end
480
+
481
+ class CopySheetToAnotherSpreadsheetRequest
482
+ class Representation < Google::Apis::Core::JsonRepresentation; end
483
+
484
+ include Google::Apis::Core::JsonObjectSupport
485
+ end
486
+
487
+ class CreateDeveloperMetadataRequest
488
+ class Representation < Google::Apis::Core::JsonRepresentation; end
489
+
490
+ include Google::Apis::Core::JsonObjectSupport
491
+ end
492
+
493
+ class CreateDeveloperMetadataResponse
494
+ class Representation < Google::Apis::Core::JsonRepresentation; end
495
+
496
+ include Google::Apis::Core::JsonObjectSupport
497
+ end
498
+
499
+ class CutPasteRequest
500
+ class Representation < Google::Apis::Core::JsonRepresentation; end
501
+
502
+ include Google::Apis::Core::JsonObjectSupport
503
+ end
504
+
505
+ class DataExecutionStatus
506
+ class Representation < Google::Apis::Core::JsonRepresentation; end
507
+
508
+ include Google::Apis::Core::JsonObjectSupport
509
+ end
510
+
511
+ class DataFilter
512
+ class Representation < Google::Apis::Core::JsonRepresentation; end
513
+
514
+ include Google::Apis::Core::JsonObjectSupport
515
+ end
516
+
517
+ class DataFilterValueRange
518
+ class Representation < Google::Apis::Core::JsonRepresentation; end
519
+
520
+ include Google::Apis::Core::JsonObjectSupport
521
+ end
522
+
523
+ class DataLabel
524
+ class Representation < Google::Apis::Core::JsonRepresentation; end
525
+
526
+ include Google::Apis::Core::JsonObjectSupport
527
+ end
528
+
529
+ class DataSource
530
+ class Representation < Google::Apis::Core::JsonRepresentation; end
531
+
532
+ include Google::Apis::Core::JsonObjectSupport
533
+ end
534
+
535
+ class DataSourceChartProperties
536
+ class Representation < Google::Apis::Core::JsonRepresentation; end
537
+
538
+ include Google::Apis::Core::JsonObjectSupport
539
+ end
540
+
541
+ class DataSourceColumn
542
+ class Representation < Google::Apis::Core::JsonRepresentation; end
543
+
544
+ include Google::Apis::Core::JsonObjectSupport
545
+ end
546
+
547
+ class DataSourceColumnReference
548
+ class Representation < Google::Apis::Core::JsonRepresentation; end
549
+
550
+ include Google::Apis::Core::JsonObjectSupport
551
+ end
552
+
553
+ class DataSourceFormula
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
559
+ class DataSourceObjectReference
560
+ class Representation < Google::Apis::Core::JsonRepresentation; end
561
+
562
+ include Google::Apis::Core::JsonObjectSupport
563
+ end
564
+
565
+ class DataSourceObjectReferences
566
+ class Representation < Google::Apis::Core::JsonRepresentation; end
567
+
568
+ include Google::Apis::Core::JsonObjectSupport
569
+ end
570
+
571
+ class DataSourceParameter
572
+ class Representation < Google::Apis::Core::JsonRepresentation; end
573
+
574
+ include Google::Apis::Core::JsonObjectSupport
575
+ end
576
+
577
+ class DataSourceRefreshDailySchedule
578
+ class Representation < Google::Apis::Core::JsonRepresentation; end
579
+
580
+ include Google::Apis::Core::JsonObjectSupport
581
+ end
582
+
583
+ class DataSourceRefreshMonthlySchedule
584
+ class Representation < Google::Apis::Core::JsonRepresentation; end
585
+
586
+ include Google::Apis::Core::JsonObjectSupport
587
+ end
588
+
589
+ class DataSourceRefreshSchedule
590
+ class Representation < Google::Apis::Core::JsonRepresentation; end
591
+
592
+ include Google::Apis::Core::JsonObjectSupport
593
+ end
594
+
595
+ class DataSourceRefreshWeeklySchedule
596
+ class Representation < Google::Apis::Core::JsonRepresentation; end
597
+
598
+ include Google::Apis::Core::JsonObjectSupport
599
+ end
600
+
601
+ class DataSourceSheetDimensionRange
602
+ class Representation < Google::Apis::Core::JsonRepresentation; end
603
+
604
+ include Google::Apis::Core::JsonObjectSupport
605
+ end
606
+
607
+ class DataSourceSheetProperties
608
+ class Representation < Google::Apis::Core::JsonRepresentation; end
609
+
610
+ include Google::Apis::Core::JsonObjectSupport
611
+ end
612
+
613
+ class DataSourceSpec
614
+ class Representation < Google::Apis::Core::JsonRepresentation; end
615
+
616
+ include Google::Apis::Core::JsonObjectSupport
617
+ end
618
+
619
+ class DataSourceTable
620
+ class Representation < Google::Apis::Core::JsonRepresentation; end
621
+
622
+ include Google::Apis::Core::JsonObjectSupport
623
+ end
624
+
625
+ class DataValidationRule
626
+ class Representation < Google::Apis::Core::JsonRepresentation; end
627
+
628
+ include Google::Apis::Core::JsonObjectSupport
629
+ end
630
+
631
+ class DateTimeRule
632
+ class Representation < Google::Apis::Core::JsonRepresentation; end
633
+
634
+ include Google::Apis::Core::JsonObjectSupport
635
+ end
636
+
637
+ class DeleteBandingRequest
638
+ class Representation < Google::Apis::Core::JsonRepresentation; end
639
+
640
+ include Google::Apis::Core::JsonObjectSupport
641
+ end
642
+
643
+ class DeleteConditionalFormatRuleRequest
644
+ class Representation < Google::Apis::Core::JsonRepresentation; end
645
+
646
+ include Google::Apis::Core::JsonObjectSupport
647
+ end
648
+
649
+ class DeleteConditionalFormatRuleResponse
650
+ class Representation < Google::Apis::Core::JsonRepresentation; end
651
+
652
+ include Google::Apis::Core::JsonObjectSupport
653
+ end
654
+
655
+ class DeleteDataSourceRequest
656
+ class Representation < Google::Apis::Core::JsonRepresentation; end
657
+
658
+ include Google::Apis::Core::JsonObjectSupport
659
+ end
660
+
661
+ class DeleteDeveloperMetadataRequest
662
+ class Representation < Google::Apis::Core::JsonRepresentation; end
663
+
664
+ include Google::Apis::Core::JsonObjectSupport
665
+ end
666
+
667
+ class DeleteDeveloperMetadataResponse
668
+ class Representation < Google::Apis::Core::JsonRepresentation; end
669
+
670
+ include Google::Apis::Core::JsonObjectSupport
671
+ end
672
+
673
+ class DeleteDimensionGroupRequest
674
+ class Representation < Google::Apis::Core::JsonRepresentation; end
675
+
676
+ include Google::Apis::Core::JsonObjectSupport
677
+ end
678
+
679
+ class DeleteDimensionGroupResponse
680
+ class Representation < Google::Apis::Core::JsonRepresentation; end
681
+
682
+ include Google::Apis::Core::JsonObjectSupport
683
+ end
684
+
685
+ class DeleteDimensionRequest
686
+ class Representation < Google::Apis::Core::JsonRepresentation; end
687
+
688
+ include Google::Apis::Core::JsonObjectSupport
689
+ end
690
+
691
+ class DeleteDuplicatesRequest
692
+ class Representation < Google::Apis::Core::JsonRepresentation; end
693
+
694
+ include Google::Apis::Core::JsonObjectSupport
695
+ end
696
+
697
+ class DeleteDuplicatesResponse
698
+ class Representation < Google::Apis::Core::JsonRepresentation; end
699
+
700
+ include Google::Apis::Core::JsonObjectSupport
701
+ end
702
+
703
+ class DeleteEmbeddedObjectRequest
704
+ class Representation < Google::Apis::Core::JsonRepresentation; end
705
+
706
+ include Google::Apis::Core::JsonObjectSupport
707
+ end
708
+
709
+ class DeleteFilterViewRequest
710
+ class Representation < Google::Apis::Core::JsonRepresentation; end
711
+
712
+ include Google::Apis::Core::JsonObjectSupport
713
+ end
714
+
715
+ class DeleteNamedRangeRequest
716
+ class Representation < Google::Apis::Core::JsonRepresentation; end
717
+
718
+ include Google::Apis::Core::JsonObjectSupport
719
+ end
720
+
721
+ class DeleteProtectedRangeRequest
722
+ class Representation < Google::Apis::Core::JsonRepresentation; end
723
+
724
+ include Google::Apis::Core::JsonObjectSupport
725
+ end
726
+
727
+ class DeleteRangeRequest
728
+ class Representation < Google::Apis::Core::JsonRepresentation; end
729
+
730
+ include Google::Apis::Core::JsonObjectSupport
731
+ end
732
+
733
+ class DeleteSheetRequest
734
+ class Representation < Google::Apis::Core::JsonRepresentation; end
735
+
736
+ include Google::Apis::Core::JsonObjectSupport
737
+ end
738
+
739
+ class DeveloperMetadata
740
+ class Representation < Google::Apis::Core::JsonRepresentation; end
741
+
742
+ include Google::Apis::Core::JsonObjectSupport
743
+ end
744
+
745
+ class DeveloperMetadataLocation
746
+ class Representation < Google::Apis::Core::JsonRepresentation; end
747
+
748
+ include Google::Apis::Core::JsonObjectSupport
749
+ end
750
+
751
+ class DeveloperMetadataLookup
752
+ class Representation < Google::Apis::Core::JsonRepresentation; end
753
+
754
+ include Google::Apis::Core::JsonObjectSupport
755
+ end
756
+
757
+ class DimensionGroup
758
+ class Representation < Google::Apis::Core::JsonRepresentation; end
759
+
760
+ include Google::Apis::Core::JsonObjectSupport
761
+ end
762
+
763
+ class DimensionProperties
764
+ class Representation < Google::Apis::Core::JsonRepresentation; end
765
+
766
+ include Google::Apis::Core::JsonObjectSupport
767
+ end
768
+
769
+ class DimensionRange
770
+ class Representation < Google::Apis::Core::JsonRepresentation; end
771
+
772
+ include Google::Apis::Core::JsonObjectSupport
773
+ end
774
+
775
+ class DuplicateFilterViewRequest
776
+ class Representation < Google::Apis::Core::JsonRepresentation; end
777
+
778
+ include Google::Apis::Core::JsonObjectSupport
779
+ end
780
+
781
+ class DuplicateFilterViewResponse
782
+ class Representation < Google::Apis::Core::JsonRepresentation; end
783
+
784
+ include Google::Apis::Core::JsonObjectSupport
785
+ end
786
+
787
+ class DuplicateSheetRequest
788
+ class Representation < Google::Apis::Core::JsonRepresentation; end
789
+
790
+ include Google::Apis::Core::JsonObjectSupport
791
+ end
792
+
793
+ class DuplicateSheetResponse
794
+ class Representation < Google::Apis::Core::JsonRepresentation; end
795
+
796
+ include Google::Apis::Core::JsonObjectSupport
797
+ end
798
+
799
+ class Editors
800
+ class Representation < Google::Apis::Core::JsonRepresentation; end
801
+
802
+ include Google::Apis::Core::JsonObjectSupport
803
+ end
804
+
805
+ class EmbeddedChart
806
+ class Representation < Google::Apis::Core::JsonRepresentation; end
807
+
808
+ include Google::Apis::Core::JsonObjectSupport
809
+ end
810
+
811
+ class EmbeddedObjectBorder
812
+ class Representation < Google::Apis::Core::JsonRepresentation; end
813
+
814
+ include Google::Apis::Core::JsonObjectSupport
815
+ end
816
+
817
+ class EmbeddedObjectPosition
818
+ class Representation < Google::Apis::Core::JsonRepresentation; end
819
+
820
+ include Google::Apis::Core::JsonObjectSupport
821
+ end
822
+
823
+ class ErrorValue
824
+ class Representation < Google::Apis::Core::JsonRepresentation; end
825
+
826
+ include Google::Apis::Core::JsonObjectSupport
827
+ end
828
+
829
+ class ExtendedValue
830
+ class Representation < Google::Apis::Core::JsonRepresentation; end
831
+
832
+ include Google::Apis::Core::JsonObjectSupport
833
+ end
834
+
835
+ class FilterCriteria
836
+ class Representation < Google::Apis::Core::JsonRepresentation; end
837
+
838
+ include Google::Apis::Core::JsonObjectSupport
839
+ end
840
+
841
+ class FilterSpec
842
+ class Representation < Google::Apis::Core::JsonRepresentation; end
843
+
844
+ include Google::Apis::Core::JsonObjectSupport
845
+ end
846
+
847
+ class FilterView
848
+ class Representation < Google::Apis::Core::JsonRepresentation; end
849
+
850
+ include Google::Apis::Core::JsonObjectSupport
851
+ end
852
+
853
+ class FindReplaceRequest
854
+ class Representation < Google::Apis::Core::JsonRepresentation; end
855
+
856
+ include Google::Apis::Core::JsonObjectSupport
857
+ end
858
+
859
+ class FindReplaceResponse
860
+ class Representation < Google::Apis::Core::JsonRepresentation; end
861
+
862
+ include Google::Apis::Core::JsonObjectSupport
863
+ end
864
+
865
+ class GetSpreadsheetByDataFilterRequest
866
+ class Representation < Google::Apis::Core::JsonRepresentation; end
867
+
868
+ include Google::Apis::Core::JsonObjectSupport
869
+ end
870
+
871
+ class GradientRule
872
+ class Representation < Google::Apis::Core::JsonRepresentation; end
873
+
874
+ include Google::Apis::Core::JsonObjectSupport
875
+ end
876
+
877
+ class GridCoordinate
878
+ class Representation < Google::Apis::Core::JsonRepresentation; end
879
+
880
+ include Google::Apis::Core::JsonObjectSupport
881
+ end
882
+
883
+ class GridData
884
+ class Representation < Google::Apis::Core::JsonRepresentation; end
885
+
886
+ include Google::Apis::Core::JsonObjectSupport
887
+ end
888
+
889
+ class GridProperties
890
+ class Representation < Google::Apis::Core::JsonRepresentation; end
891
+
892
+ include Google::Apis::Core::JsonObjectSupport
893
+ end
894
+
895
+ class GridRange
896
+ class Representation < Google::Apis::Core::JsonRepresentation; end
897
+
898
+ include Google::Apis::Core::JsonObjectSupport
899
+ end
900
+
901
+ class HistogramChartSpec
902
+ class Representation < Google::Apis::Core::JsonRepresentation; end
903
+
904
+ include Google::Apis::Core::JsonObjectSupport
905
+ end
906
+
907
+ class HistogramRule
908
+ class Representation < Google::Apis::Core::JsonRepresentation; end
909
+
910
+ include Google::Apis::Core::JsonObjectSupport
911
+ end
912
+
913
+ class HistogramSeries
914
+ class Representation < Google::Apis::Core::JsonRepresentation; end
915
+
916
+ include Google::Apis::Core::JsonObjectSupport
917
+ end
918
+
919
+ class InsertDimensionRequest
920
+ class Representation < Google::Apis::Core::JsonRepresentation; end
921
+
922
+ include Google::Apis::Core::JsonObjectSupport
923
+ end
924
+
925
+ class InsertRangeRequest
926
+ class Representation < Google::Apis::Core::JsonRepresentation; end
927
+
928
+ include Google::Apis::Core::JsonObjectSupport
929
+ end
930
+
931
+ class InterpolationPoint
932
+ class Representation < Google::Apis::Core::JsonRepresentation; end
933
+
934
+ include Google::Apis::Core::JsonObjectSupport
935
+ end
936
+
937
+ class Interval
938
+ class Representation < Google::Apis::Core::JsonRepresentation; end
939
+
940
+ include Google::Apis::Core::JsonObjectSupport
941
+ end
942
+
943
+ class IterativeCalculationSettings
944
+ class Representation < Google::Apis::Core::JsonRepresentation; end
945
+
946
+ include Google::Apis::Core::JsonObjectSupport
947
+ end
948
+
949
+ class KeyValueFormat
950
+ class Representation < Google::Apis::Core::JsonRepresentation; end
951
+
952
+ include Google::Apis::Core::JsonObjectSupport
953
+ end
954
+
955
+ class LineStyle
956
+ class Representation < Google::Apis::Core::JsonRepresentation; end
957
+
958
+ include Google::Apis::Core::JsonObjectSupport
959
+ end
960
+
961
+ class ManualRule
962
+ class Representation < Google::Apis::Core::JsonRepresentation; end
963
+
964
+ include Google::Apis::Core::JsonObjectSupport
965
+ end
966
+
967
+ class ManualRuleGroup
968
+ class Representation < Google::Apis::Core::JsonRepresentation; end
969
+
970
+ include Google::Apis::Core::JsonObjectSupport
971
+ end
972
+
973
+ class MatchedDeveloperMetadata
974
+ class Representation < Google::Apis::Core::JsonRepresentation; end
975
+
976
+ include Google::Apis::Core::JsonObjectSupport
977
+ end
978
+
979
+ class MatchedValueRange
980
+ class Representation < Google::Apis::Core::JsonRepresentation; end
981
+
982
+ include Google::Apis::Core::JsonObjectSupport
983
+ end
984
+
985
+ class MergeCellsRequest
986
+ class Representation < Google::Apis::Core::JsonRepresentation; end
987
+
988
+ include Google::Apis::Core::JsonObjectSupport
989
+ end
990
+
991
+ class MoveDimensionRequest
992
+ class Representation < Google::Apis::Core::JsonRepresentation; end
993
+
994
+ include Google::Apis::Core::JsonObjectSupport
995
+ end
996
+
997
+ class NamedRange
998
+ class Representation < Google::Apis::Core::JsonRepresentation; end
999
+
1000
+ include Google::Apis::Core::JsonObjectSupport
1001
+ end
1002
+
1003
+ class NumberFormat
1004
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1005
+
1006
+ include Google::Apis::Core::JsonObjectSupport
1007
+ end
1008
+
1009
+ class OrgChartSpec
1010
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1011
+
1012
+ include Google::Apis::Core::JsonObjectSupport
1013
+ end
1014
+
1015
+ class OverlayPosition
1016
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1017
+
1018
+ include Google::Apis::Core::JsonObjectSupport
1019
+ end
1020
+
1021
+ class Padding
1022
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1023
+
1024
+ include Google::Apis::Core::JsonObjectSupport
1025
+ end
1026
+
1027
+ class PasteDataRequest
1028
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1029
+
1030
+ include Google::Apis::Core::JsonObjectSupport
1031
+ end
1032
+
1033
+ class PieChartSpec
1034
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1035
+
1036
+ include Google::Apis::Core::JsonObjectSupport
1037
+ end
1038
+
1039
+ class PivotFilterCriteria
1040
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1041
+
1042
+ include Google::Apis::Core::JsonObjectSupport
1043
+ end
1044
+
1045
+ class PivotFilterSpec
1046
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1047
+
1048
+ include Google::Apis::Core::JsonObjectSupport
1049
+ end
1050
+
1051
+ class PivotGroup
1052
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1053
+
1054
+ include Google::Apis::Core::JsonObjectSupport
1055
+ end
1056
+
1057
+ class PivotGroupLimit
1058
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1059
+
1060
+ include Google::Apis::Core::JsonObjectSupport
1061
+ end
1062
+
1063
+ class PivotGroupRule
1064
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1065
+
1066
+ include Google::Apis::Core::JsonObjectSupport
1067
+ end
1068
+
1069
+ class PivotGroupSortValueBucket
1070
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1071
+
1072
+ include Google::Apis::Core::JsonObjectSupport
1073
+ end
1074
+
1075
+ class PivotGroupValueMetadata
1076
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1077
+
1078
+ include Google::Apis::Core::JsonObjectSupport
1079
+ end
1080
+
1081
+ class PivotTable
1082
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1083
+
1084
+ include Google::Apis::Core::JsonObjectSupport
1085
+ end
1086
+
1087
+ class PivotValue
1088
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1089
+
1090
+ include Google::Apis::Core::JsonObjectSupport
1091
+ end
1092
+
1093
+ class PointStyle
1094
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1095
+
1096
+ include Google::Apis::Core::JsonObjectSupport
1097
+ end
1098
+
1099
+ class ProtectedRange
1100
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1101
+
1102
+ include Google::Apis::Core::JsonObjectSupport
1103
+ end
1104
+
1105
+ class RandomizeRangeRequest
1106
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1107
+
1108
+ include Google::Apis::Core::JsonObjectSupport
1109
+ end
1110
+
1111
+ class RefreshDataSourceObjectExecutionStatus
1112
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1113
+
1114
+ include Google::Apis::Core::JsonObjectSupport
1115
+ end
1116
+
1117
+ class RefreshDataSourceRequest
1118
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1119
+
1120
+ include Google::Apis::Core::JsonObjectSupport
1121
+ end
1122
+
1123
+ class RefreshDataSourceResponse
1124
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1125
+
1126
+ include Google::Apis::Core::JsonObjectSupport
1127
+ end
1128
+
1129
+ class RepeatCellRequest
1130
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1131
+
1132
+ include Google::Apis::Core::JsonObjectSupport
1133
+ end
1134
+
1135
+ class Request
1136
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1137
+
1138
+ include Google::Apis::Core::JsonObjectSupport
1139
+ end
1140
+
1141
+ class Response
1142
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1143
+
1144
+ include Google::Apis::Core::JsonObjectSupport
1145
+ end
1146
+
1147
+ class RowData
1148
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1149
+
1150
+ include Google::Apis::Core::JsonObjectSupport
1151
+ end
1152
+
1153
+ class ScorecardChartSpec
1154
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1155
+
1156
+ include Google::Apis::Core::JsonObjectSupport
1157
+ end
1158
+
1159
+ class SearchDeveloperMetadataRequest
1160
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1161
+
1162
+ include Google::Apis::Core::JsonObjectSupport
1163
+ end
1164
+
1165
+ class SearchDeveloperMetadataResponse
1166
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1167
+
1168
+ include Google::Apis::Core::JsonObjectSupport
1169
+ end
1170
+
1171
+ class SetBasicFilterRequest
1172
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1173
+
1174
+ include Google::Apis::Core::JsonObjectSupport
1175
+ end
1176
+
1177
+ class SetDataValidationRequest
1178
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1179
+
1180
+ include Google::Apis::Core::JsonObjectSupport
1181
+ end
1182
+
1183
+ class Sheet
1184
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1185
+
1186
+ include Google::Apis::Core::JsonObjectSupport
1187
+ end
1188
+
1189
+ class SheetProperties
1190
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1191
+
1192
+ include Google::Apis::Core::JsonObjectSupport
1193
+ end
1194
+
1195
+ class Slicer
1196
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1197
+
1198
+ include Google::Apis::Core::JsonObjectSupport
1199
+ end
1200
+
1201
+ class SlicerSpec
1202
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1203
+
1204
+ include Google::Apis::Core::JsonObjectSupport
1205
+ end
1206
+
1207
+ class SortRangeRequest
1208
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1209
+
1210
+ include Google::Apis::Core::JsonObjectSupport
1211
+ end
1212
+
1213
+ class SortSpec
1214
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1215
+
1216
+ include Google::Apis::Core::JsonObjectSupport
1217
+ end
1218
+
1219
+ class SourceAndDestination
1220
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1221
+
1222
+ include Google::Apis::Core::JsonObjectSupport
1223
+ end
1224
+
1225
+ class Spreadsheet
1226
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1227
+
1228
+ include Google::Apis::Core::JsonObjectSupport
1229
+ end
1230
+
1231
+ class SpreadsheetProperties
1232
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1233
+
1234
+ include Google::Apis::Core::JsonObjectSupport
1235
+ end
1236
+
1237
+ class SpreadsheetTheme
1238
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1239
+
1240
+ include Google::Apis::Core::JsonObjectSupport
1241
+ end
1242
+
1243
+ class TextFormat
1244
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1245
+
1246
+ include Google::Apis::Core::JsonObjectSupport
1247
+ end
1248
+
1249
+ class TextFormatRun
1250
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1251
+
1252
+ include Google::Apis::Core::JsonObjectSupport
1253
+ end
1254
+
1255
+ class TextPosition
1256
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1257
+
1258
+ include Google::Apis::Core::JsonObjectSupport
1259
+ end
1260
+
1261
+ class TextRotation
1262
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1263
+
1264
+ include Google::Apis::Core::JsonObjectSupport
1265
+ end
1266
+
1267
+ class TextToColumnsRequest
1268
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1269
+
1270
+ include Google::Apis::Core::JsonObjectSupport
1271
+ end
1272
+
1273
+ class ThemeColorPair
1274
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1275
+
1276
+ include Google::Apis::Core::JsonObjectSupport
1277
+ end
1278
+
1279
+ class TimeOfDay
1280
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1281
+
1282
+ include Google::Apis::Core::JsonObjectSupport
1283
+ end
1284
+
1285
+ class TreemapChartColorScale
1286
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1287
+
1288
+ include Google::Apis::Core::JsonObjectSupport
1289
+ end
1290
+
1291
+ class TreemapChartSpec
1292
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1293
+
1294
+ include Google::Apis::Core::JsonObjectSupport
1295
+ end
1296
+
1297
+ class TrimWhitespaceRequest
1298
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1299
+
1300
+ include Google::Apis::Core::JsonObjectSupport
1301
+ end
1302
+
1303
+ class TrimWhitespaceResponse
1304
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1305
+
1306
+ include Google::Apis::Core::JsonObjectSupport
1307
+ end
1308
+
1309
+ class UnmergeCellsRequest
1310
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1311
+
1312
+ include Google::Apis::Core::JsonObjectSupport
1313
+ end
1314
+
1315
+ class UpdateBandingRequest
1316
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1317
+
1318
+ include Google::Apis::Core::JsonObjectSupport
1319
+ end
1320
+
1321
+ class UpdateBordersRequest
1322
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1323
+
1324
+ include Google::Apis::Core::JsonObjectSupport
1325
+ end
1326
+
1327
+ class UpdateCellsRequest
1328
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1329
+
1330
+ include Google::Apis::Core::JsonObjectSupport
1331
+ end
1332
+
1333
+ class UpdateChartSpecRequest
1334
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1335
+
1336
+ include Google::Apis::Core::JsonObjectSupport
1337
+ end
1338
+
1339
+ class UpdateConditionalFormatRuleRequest
1340
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1341
+
1342
+ include Google::Apis::Core::JsonObjectSupport
1343
+ end
1344
+
1345
+ class UpdateConditionalFormatRuleResponse
1346
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1347
+
1348
+ include Google::Apis::Core::JsonObjectSupport
1349
+ end
1350
+
1351
+ class UpdateDataSourceRequest
1352
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1353
+
1354
+ include Google::Apis::Core::JsonObjectSupport
1355
+ end
1356
+
1357
+ class UpdateDataSourceResponse
1358
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1359
+
1360
+ include Google::Apis::Core::JsonObjectSupport
1361
+ end
1362
+
1363
+ class UpdateDeveloperMetadataRequest
1364
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1365
+
1366
+ include Google::Apis::Core::JsonObjectSupport
1367
+ end
1368
+
1369
+ class UpdateDeveloperMetadataResponse
1370
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1371
+
1372
+ include Google::Apis::Core::JsonObjectSupport
1373
+ end
1374
+
1375
+ class UpdateDimensionGroupRequest
1376
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1377
+
1378
+ include Google::Apis::Core::JsonObjectSupport
1379
+ end
1380
+
1381
+ class UpdateDimensionPropertiesRequest
1382
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1383
+
1384
+ include Google::Apis::Core::JsonObjectSupport
1385
+ end
1386
+
1387
+ class UpdateEmbeddedObjectBorderRequest
1388
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1389
+
1390
+ include Google::Apis::Core::JsonObjectSupport
1391
+ end
1392
+
1393
+ class UpdateEmbeddedObjectPositionRequest
1394
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1395
+
1396
+ include Google::Apis::Core::JsonObjectSupport
1397
+ end
1398
+
1399
+ class UpdateEmbeddedObjectPositionResponse
1400
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1401
+
1402
+ include Google::Apis::Core::JsonObjectSupport
1403
+ end
1404
+
1405
+ class UpdateFilterViewRequest
1406
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1407
+
1408
+ include Google::Apis::Core::JsonObjectSupport
1409
+ end
1410
+
1411
+ class UpdateNamedRangeRequest
1412
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1413
+
1414
+ include Google::Apis::Core::JsonObjectSupport
1415
+ end
1416
+
1417
+ class UpdateProtectedRangeRequest
1418
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1419
+
1420
+ include Google::Apis::Core::JsonObjectSupport
1421
+ end
1422
+
1423
+ class UpdateSheetPropertiesRequest
1424
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1425
+
1426
+ include Google::Apis::Core::JsonObjectSupport
1427
+ end
1428
+
1429
+ class UpdateSlicerSpecRequest
1430
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1431
+
1432
+ include Google::Apis::Core::JsonObjectSupport
1433
+ end
1434
+
1435
+ class UpdateSpreadsheetPropertiesRequest
1436
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1437
+
1438
+ include Google::Apis::Core::JsonObjectSupport
1439
+ end
1440
+
1441
+ class UpdateValuesByDataFilterResponse
1442
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1443
+
1444
+ include Google::Apis::Core::JsonObjectSupport
1445
+ end
1446
+
1447
+ class UpdateValuesResponse
1448
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1449
+
1450
+ include Google::Apis::Core::JsonObjectSupport
1451
+ end
1452
+
1453
+ class ValueRange
1454
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1455
+
1456
+ include Google::Apis::Core::JsonObjectSupport
1457
+ end
1458
+
1459
+ class WaterfallChartColumnStyle
1460
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1461
+
1462
+ include Google::Apis::Core::JsonObjectSupport
1463
+ end
1464
+
1465
+ class WaterfallChartCustomSubtotal
1466
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1467
+
1468
+ include Google::Apis::Core::JsonObjectSupport
1469
+ end
1470
+
1471
+ class WaterfallChartDomain
1472
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1473
+
1474
+ include Google::Apis::Core::JsonObjectSupport
1475
+ end
1476
+
1477
+ class WaterfallChartSeries
1478
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1479
+
1480
+ include Google::Apis::Core::JsonObjectSupport
1481
+ end
1482
+
1483
+ class WaterfallChartSpec
1484
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1485
+
1486
+ include Google::Apis::Core::JsonObjectSupport
1487
+ end
1488
+
1489
+ class AddBandingRequest
1490
+ # @private
1491
+ class Representation < Google::Apis::Core::JsonRepresentation
1492
+ property :banded_range, as: 'bandedRange', class: Google::Apis::SheetsV4::BandedRange, decorator: Google::Apis::SheetsV4::BandedRange::Representation
1493
+
1494
+ end
1495
+ end
1496
+
1497
+ class AddBandingResponse
1498
+ # @private
1499
+ class Representation < Google::Apis::Core::JsonRepresentation
1500
+ property :banded_range, as: 'bandedRange', class: Google::Apis::SheetsV4::BandedRange, decorator: Google::Apis::SheetsV4::BandedRange::Representation
1501
+
1502
+ end
1503
+ end
1504
+
1505
+ class AddChartRequest
1506
+ # @private
1507
+ class Representation < Google::Apis::Core::JsonRepresentation
1508
+ property :chart, as: 'chart', class: Google::Apis::SheetsV4::EmbeddedChart, decorator: Google::Apis::SheetsV4::EmbeddedChart::Representation
1509
+
1510
+ end
1511
+ end
1512
+
1513
+ class AddChartResponse
1514
+ # @private
1515
+ class Representation < Google::Apis::Core::JsonRepresentation
1516
+ property :chart, as: 'chart', class: Google::Apis::SheetsV4::EmbeddedChart, decorator: Google::Apis::SheetsV4::EmbeddedChart::Representation
1517
+
1518
+ end
1519
+ end
1520
+
1521
+ class AddConditionalFormatRuleRequest
1522
+ # @private
1523
+ class Representation < Google::Apis::Core::JsonRepresentation
1524
+ property :index, as: 'index'
1525
+ property :rule, as: 'rule', class: Google::Apis::SheetsV4::ConditionalFormatRule, decorator: Google::Apis::SheetsV4::ConditionalFormatRule::Representation
1526
+
1527
+ end
1528
+ end
1529
+
1530
+ class AddDataSourceRequest
1531
+ # @private
1532
+ class Representation < Google::Apis::Core::JsonRepresentation
1533
+ property :data_source, as: 'dataSource', class: Google::Apis::SheetsV4::DataSource, decorator: Google::Apis::SheetsV4::DataSource::Representation
1534
+
1535
+ end
1536
+ end
1537
+
1538
+ class AddDataSourceResponse
1539
+ # @private
1540
+ class Representation < Google::Apis::Core::JsonRepresentation
1541
+ property :data_execution_status, as: 'dataExecutionStatus', class: Google::Apis::SheetsV4::DataExecutionStatus, decorator: Google::Apis::SheetsV4::DataExecutionStatus::Representation
1542
+
1543
+ property :data_source, as: 'dataSource', class: Google::Apis::SheetsV4::DataSource, decorator: Google::Apis::SheetsV4::DataSource::Representation
1544
+
1545
+ end
1546
+ end
1547
+
1548
+ class AddDimensionGroupRequest
1549
+ # @private
1550
+ class Representation < Google::Apis::Core::JsonRepresentation
1551
+ property :range, as: 'range', class: Google::Apis::SheetsV4::DimensionRange, decorator: Google::Apis::SheetsV4::DimensionRange::Representation
1552
+
1553
+ end
1554
+ end
1555
+
1556
+ class AddDimensionGroupResponse
1557
+ # @private
1558
+ class Representation < Google::Apis::Core::JsonRepresentation
1559
+ collection :dimension_groups, as: 'dimensionGroups', class: Google::Apis::SheetsV4::DimensionGroup, decorator: Google::Apis::SheetsV4::DimensionGroup::Representation
1560
+
1561
+ end
1562
+ end
1563
+
1564
+ class AddFilterViewRequest
1565
+ # @private
1566
+ class Representation < Google::Apis::Core::JsonRepresentation
1567
+ property :filter, as: 'filter', class: Google::Apis::SheetsV4::FilterView, decorator: Google::Apis::SheetsV4::FilterView::Representation
1568
+
1569
+ end
1570
+ end
1571
+
1572
+ class AddFilterViewResponse
1573
+ # @private
1574
+ class Representation < Google::Apis::Core::JsonRepresentation
1575
+ property :filter, as: 'filter', class: Google::Apis::SheetsV4::FilterView, decorator: Google::Apis::SheetsV4::FilterView::Representation
1576
+
1577
+ end
1578
+ end
1579
+
1580
+ class AddNamedRangeRequest
1581
+ # @private
1582
+ class Representation < Google::Apis::Core::JsonRepresentation
1583
+ property :named_range, as: 'namedRange', class: Google::Apis::SheetsV4::NamedRange, decorator: Google::Apis::SheetsV4::NamedRange::Representation
1584
+
1585
+ end
1586
+ end
1587
+
1588
+ class AddNamedRangeResponse
1589
+ # @private
1590
+ class Representation < Google::Apis::Core::JsonRepresentation
1591
+ property :named_range, as: 'namedRange', class: Google::Apis::SheetsV4::NamedRange, decorator: Google::Apis::SheetsV4::NamedRange::Representation
1592
+
1593
+ end
1594
+ end
1595
+
1596
+ class AddProtectedRangeRequest
1597
+ # @private
1598
+ class Representation < Google::Apis::Core::JsonRepresentation
1599
+ property :protected_range, as: 'protectedRange', class: Google::Apis::SheetsV4::ProtectedRange, decorator: Google::Apis::SheetsV4::ProtectedRange::Representation
1600
+
1601
+ end
1602
+ end
1603
+
1604
+ class AddProtectedRangeResponse
1605
+ # @private
1606
+ class Representation < Google::Apis::Core::JsonRepresentation
1607
+ property :protected_range, as: 'protectedRange', class: Google::Apis::SheetsV4::ProtectedRange, decorator: Google::Apis::SheetsV4::ProtectedRange::Representation
1608
+
1609
+ end
1610
+ end
1611
+
1612
+ class AddSheetRequest
1613
+ # @private
1614
+ class Representation < Google::Apis::Core::JsonRepresentation
1615
+ property :properties, as: 'properties', class: Google::Apis::SheetsV4::SheetProperties, decorator: Google::Apis::SheetsV4::SheetProperties::Representation
1616
+
1617
+ end
1618
+ end
1619
+
1620
+ class AddSheetResponse
1621
+ # @private
1622
+ class Representation < Google::Apis::Core::JsonRepresentation
1623
+ property :properties, as: 'properties', class: Google::Apis::SheetsV4::SheetProperties, decorator: Google::Apis::SheetsV4::SheetProperties::Representation
1624
+
1625
+ end
1626
+ end
1627
+
1628
+ class AddSlicerRequest
1629
+ # @private
1630
+ class Representation < Google::Apis::Core::JsonRepresentation
1631
+ property :slicer, as: 'slicer', class: Google::Apis::SheetsV4::Slicer, decorator: Google::Apis::SheetsV4::Slicer::Representation
1632
+
1633
+ end
1634
+ end
1635
+
1636
+ class AddSlicerResponse
1637
+ # @private
1638
+ class Representation < Google::Apis::Core::JsonRepresentation
1639
+ property :slicer, as: 'slicer', class: Google::Apis::SheetsV4::Slicer, decorator: Google::Apis::SheetsV4::Slicer::Representation
1640
+
1641
+ end
1642
+ end
1643
+
1644
+ class AppendCellsRequest
1645
+ # @private
1646
+ class Representation < Google::Apis::Core::JsonRepresentation
1647
+ property :fields, as: 'fields'
1648
+ collection :rows, as: 'rows', class: Google::Apis::SheetsV4::RowData, decorator: Google::Apis::SheetsV4::RowData::Representation
1649
+
1650
+ property :sheet_id, as: 'sheetId'
1651
+ end
1652
+ end
1653
+
1654
+ class AppendDimensionRequest
1655
+ # @private
1656
+ class Representation < Google::Apis::Core::JsonRepresentation
1657
+ property :dimension, as: 'dimension'
1658
+ property :length, as: 'length'
1659
+ property :sheet_id, as: 'sheetId'
1660
+ end
1661
+ end
1662
+
1663
+ class AppendValuesResponse
1664
+ # @private
1665
+ class Representation < Google::Apis::Core::JsonRepresentation
1666
+ property :spreadsheet_id, as: 'spreadsheetId'
1667
+ property :table_range, as: 'tableRange'
1668
+ property :updates, as: 'updates', class: Google::Apis::SheetsV4::UpdateValuesResponse, decorator: Google::Apis::SheetsV4::UpdateValuesResponse::Representation
1669
+
1670
+ end
1671
+ end
1672
+
1673
+ class AutoFillRequest
1674
+ # @private
1675
+ class Representation < Google::Apis::Core::JsonRepresentation
1676
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1677
+
1678
+ property :source_and_destination, as: 'sourceAndDestination', class: Google::Apis::SheetsV4::SourceAndDestination, decorator: Google::Apis::SheetsV4::SourceAndDestination::Representation
1679
+
1680
+ property :use_alternate_series, as: 'useAlternateSeries'
1681
+ end
1682
+ end
1683
+
1684
+ class AutoResizeDimensionsRequest
1685
+ # @private
1686
+ class Representation < Google::Apis::Core::JsonRepresentation
1687
+ property :data_source_sheet_dimensions, as: 'dataSourceSheetDimensions', class: Google::Apis::SheetsV4::DataSourceSheetDimensionRange, decorator: Google::Apis::SheetsV4::DataSourceSheetDimensionRange::Representation
1688
+
1689
+ property :dimensions, as: 'dimensions', class: Google::Apis::SheetsV4::DimensionRange, decorator: Google::Apis::SheetsV4::DimensionRange::Representation
1690
+
1691
+ end
1692
+ end
1693
+
1694
+ class BandedRange
1695
+ # @private
1696
+ class Representation < Google::Apis::Core::JsonRepresentation
1697
+ property :banded_range_id, as: 'bandedRangeId'
1698
+ property :column_properties, as: 'columnProperties', class: Google::Apis::SheetsV4::BandingProperties, decorator: Google::Apis::SheetsV4::BandingProperties::Representation
1699
+
1700
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1701
+
1702
+ property :row_properties, as: 'rowProperties', class: Google::Apis::SheetsV4::BandingProperties, decorator: Google::Apis::SheetsV4::BandingProperties::Representation
1703
+
1704
+ end
1705
+ end
1706
+
1707
+ class BandingProperties
1708
+ # @private
1709
+ class Representation < Google::Apis::Core::JsonRepresentation
1710
+ property :first_band_color, as: 'firstBandColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
1711
+
1712
+ property :first_band_color_style, as: 'firstBandColorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
1713
+
1714
+ property :footer_color, as: 'footerColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
1715
+
1716
+ property :footer_color_style, as: 'footerColorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
1717
+
1718
+ property :header_color, as: 'headerColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
1719
+
1720
+ property :header_color_style, as: 'headerColorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
1721
+
1722
+ property :second_band_color, as: 'secondBandColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
1723
+
1724
+ property :second_band_color_style, as: 'secondBandColorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
1725
+
1726
+ end
1727
+ end
1728
+
1729
+ class BaselineValueFormat
1730
+ # @private
1731
+ class Representation < Google::Apis::Core::JsonRepresentation
1732
+ property :comparison_type, as: 'comparisonType'
1733
+ property :description, as: 'description'
1734
+ property :negative_color, as: 'negativeColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
1735
+
1736
+ property :negative_color_style, as: 'negativeColorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
1737
+
1738
+ property :position, as: 'position', class: Google::Apis::SheetsV4::TextPosition, decorator: Google::Apis::SheetsV4::TextPosition::Representation
1739
+
1740
+ property :positive_color, as: 'positiveColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
1741
+
1742
+ property :positive_color_style, as: 'positiveColorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
1743
+
1744
+ property :text_format, as: 'textFormat', class: Google::Apis::SheetsV4::TextFormat, decorator: Google::Apis::SheetsV4::TextFormat::Representation
1745
+
1746
+ end
1747
+ end
1748
+
1749
+ class BasicChartAxis
1750
+ # @private
1751
+ class Representation < Google::Apis::Core::JsonRepresentation
1752
+ property :format, as: 'format', class: Google::Apis::SheetsV4::TextFormat, decorator: Google::Apis::SheetsV4::TextFormat::Representation
1753
+
1754
+ property :position, as: 'position'
1755
+ property :title, as: 'title'
1756
+ property :title_text_position, as: 'titleTextPosition', class: Google::Apis::SheetsV4::TextPosition, decorator: Google::Apis::SheetsV4::TextPosition::Representation
1757
+
1758
+ property :view_window_options, as: 'viewWindowOptions', class: Google::Apis::SheetsV4::ChartAxisViewWindowOptions, decorator: Google::Apis::SheetsV4::ChartAxisViewWindowOptions::Representation
1759
+
1760
+ end
1761
+ end
1762
+
1763
+ class BasicChartDomain
1764
+ # @private
1765
+ class Representation < Google::Apis::Core::JsonRepresentation
1766
+ property :domain, as: 'domain', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
1767
+
1768
+ property :reversed, as: 'reversed'
1769
+ end
1770
+ end
1771
+
1772
+ class BasicChartSeries
1773
+ # @private
1774
+ class Representation < Google::Apis::Core::JsonRepresentation
1775
+ property :color, as: 'color', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
1776
+
1777
+ property :color_style, as: 'colorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
1778
+
1779
+ property :data_label, as: 'dataLabel', class: Google::Apis::SheetsV4::DataLabel, decorator: Google::Apis::SheetsV4::DataLabel::Representation
1780
+
1781
+ property :line_style, as: 'lineStyle', class: Google::Apis::SheetsV4::LineStyle, decorator: Google::Apis::SheetsV4::LineStyle::Representation
1782
+
1783
+ property :point_style, as: 'pointStyle', class: Google::Apis::SheetsV4::PointStyle, decorator: Google::Apis::SheetsV4::PointStyle::Representation
1784
+
1785
+ property :series, as: 'series', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
1786
+
1787
+ collection :style_overrides, as: 'styleOverrides', class: Google::Apis::SheetsV4::BasicSeriesDataPointStyleOverride, decorator: Google::Apis::SheetsV4::BasicSeriesDataPointStyleOverride::Representation
1788
+
1789
+ property :target_axis, as: 'targetAxis'
1790
+ property :type, as: 'type'
1791
+ end
1792
+ end
1793
+
1794
+ class BasicChartSpec
1795
+ # @private
1796
+ class Representation < Google::Apis::Core::JsonRepresentation
1797
+ collection :axis, as: 'axis', class: Google::Apis::SheetsV4::BasicChartAxis, decorator: Google::Apis::SheetsV4::BasicChartAxis::Representation
1798
+
1799
+ property :chart_type, as: 'chartType'
1800
+ property :compare_mode, as: 'compareMode'
1801
+ collection :domains, as: 'domains', class: Google::Apis::SheetsV4::BasicChartDomain, decorator: Google::Apis::SheetsV4::BasicChartDomain::Representation
1802
+
1803
+ property :header_count, as: 'headerCount'
1804
+ property :interpolate_nulls, as: 'interpolateNulls'
1805
+ property :legend_position, as: 'legendPosition'
1806
+ property :line_smoothing, as: 'lineSmoothing'
1807
+ collection :series, as: 'series', class: Google::Apis::SheetsV4::BasicChartSeries, decorator: Google::Apis::SheetsV4::BasicChartSeries::Representation
1808
+
1809
+ property :stacked_type, as: 'stackedType'
1810
+ property :three_dimensional, as: 'threeDimensional'
1811
+ property :total_data_label, as: 'totalDataLabel', class: Google::Apis::SheetsV4::DataLabel, decorator: Google::Apis::SheetsV4::DataLabel::Representation
1812
+
1813
+ end
1814
+ end
1815
+
1816
+ class BasicFilter
1817
+ # @private
1818
+ class Representation < Google::Apis::Core::JsonRepresentation
1819
+ hash :criteria, as: 'criteria', class: Google::Apis::SheetsV4::FilterCriteria, decorator: Google::Apis::SheetsV4::FilterCriteria::Representation
1820
+
1821
+ collection :filter_specs, as: 'filterSpecs', class: Google::Apis::SheetsV4::FilterSpec, decorator: Google::Apis::SheetsV4::FilterSpec::Representation
1822
+
1823
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1824
+
1825
+ collection :sort_specs, as: 'sortSpecs', class: Google::Apis::SheetsV4::SortSpec, decorator: Google::Apis::SheetsV4::SortSpec::Representation
1826
+
1827
+ end
1828
+ end
1829
+
1830
+ class BasicSeriesDataPointStyleOverride
1831
+ # @private
1832
+ class Representation < Google::Apis::Core::JsonRepresentation
1833
+ property :color, as: 'color', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
1834
+
1835
+ property :color_style, as: 'colorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
1836
+
1837
+ property :index, as: 'index'
1838
+ property :point_style, as: 'pointStyle', class: Google::Apis::SheetsV4::PointStyle, decorator: Google::Apis::SheetsV4::PointStyle::Representation
1839
+
1840
+ end
1841
+ end
1842
+
1843
+ class BatchClearValuesByDataFilterRequest
1844
+ # @private
1845
+ class Representation < Google::Apis::Core::JsonRepresentation
1846
+ collection :data_filters, as: 'dataFilters', class: Google::Apis::SheetsV4::DataFilter, decorator: Google::Apis::SheetsV4::DataFilter::Representation
1847
+
1848
+ end
1849
+ end
1850
+
1851
+ class BatchClearValuesByDataFilterResponse
1852
+ # @private
1853
+ class Representation < Google::Apis::Core::JsonRepresentation
1854
+ collection :cleared_ranges, as: 'clearedRanges'
1855
+ property :spreadsheet_id, as: 'spreadsheetId'
1856
+ end
1857
+ end
1858
+
1859
+ class BatchClearValuesRequest
1860
+ # @private
1861
+ class Representation < Google::Apis::Core::JsonRepresentation
1862
+ collection :ranges, as: 'ranges'
1863
+ end
1864
+ end
1865
+
1866
+ class BatchClearValuesResponse
1867
+ # @private
1868
+ class Representation < Google::Apis::Core::JsonRepresentation
1869
+ collection :cleared_ranges, as: 'clearedRanges'
1870
+ property :spreadsheet_id, as: 'spreadsheetId'
1871
+ end
1872
+ end
1873
+
1874
+ class BatchGetValuesByDataFilterRequest
1875
+ # @private
1876
+ class Representation < Google::Apis::Core::JsonRepresentation
1877
+ collection :data_filters, as: 'dataFilters', class: Google::Apis::SheetsV4::DataFilter, decorator: Google::Apis::SheetsV4::DataFilter::Representation
1878
+
1879
+ property :date_time_render_option, as: 'dateTimeRenderOption'
1880
+ property :major_dimension, as: 'majorDimension'
1881
+ property :value_render_option, as: 'valueRenderOption'
1882
+ end
1883
+ end
1884
+
1885
+ class BatchGetValuesByDataFilterResponse
1886
+ # @private
1887
+ class Representation < Google::Apis::Core::JsonRepresentation
1888
+ property :spreadsheet_id, as: 'spreadsheetId'
1889
+ collection :value_ranges, as: 'valueRanges', class: Google::Apis::SheetsV4::MatchedValueRange, decorator: Google::Apis::SheetsV4::MatchedValueRange::Representation
1890
+
1891
+ end
1892
+ end
1893
+
1894
+ class BatchGetValuesResponse
1895
+ # @private
1896
+ class Representation < Google::Apis::Core::JsonRepresentation
1897
+ property :spreadsheet_id, as: 'spreadsheetId'
1898
+ collection :value_ranges, as: 'valueRanges', class: Google::Apis::SheetsV4::ValueRange, decorator: Google::Apis::SheetsV4::ValueRange::Representation
1899
+
1900
+ end
1901
+ end
1902
+
1903
+ class BatchUpdateSpreadsheetRequest
1904
+ # @private
1905
+ class Representation < Google::Apis::Core::JsonRepresentation
1906
+ property :include_spreadsheet_in_response, as: 'includeSpreadsheetInResponse'
1907
+ collection :requests, as: 'requests', class: Google::Apis::SheetsV4::Request, decorator: Google::Apis::SheetsV4::Request::Representation
1908
+
1909
+ property :response_include_grid_data, as: 'responseIncludeGridData'
1910
+ collection :response_ranges, as: 'responseRanges'
1911
+ end
1912
+ end
1913
+
1914
+ class BatchUpdateSpreadsheetResponse
1915
+ # @private
1916
+ class Representation < Google::Apis::Core::JsonRepresentation
1917
+ collection :replies, as: 'replies', class: Google::Apis::SheetsV4::Response, decorator: Google::Apis::SheetsV4::Response::Representation
1918
+
1919
+ property :spreadsheet_id, as: 'spreadsheetId'
1920
+ property :updated_spreadsheet, as: 'updatedSpreadsheet', class: Google::Apis::SheetsV4::Spreadsheet, decorator: Google::Apis::SheetsV4::Spreadsheet::Representation
1921
+
1922
+ end
1923
+ end
1924
+
1925
+ class BatchUpdateValuesByDataFilterRequest
1926
+ # @private
1927
+ class Representation < Google::Apis::Core::JsonRepresentation
1928
+ collection :data, as: 'data', class: Google::Apis::SheetsV4::DataFilterValueRange, decorator: Google::Apis::SheetsV4::DataFilterValueRange::Representation
1929
+
1930
+ property :include_values_in_response, as: 'includeValuesInResponse'
1931
+ property :response_date_time_render_option, as: 'responseDateTimeRenderOption'
1932
+ property :response_value_render_option, as: 'responseValueRenderOption'
1933
+ property :value_input_option, as: 'valueInputOption'
1934
+ end
1935
+ end
1936
+
1937
+ class BatchUpdateValuesByDataFilterResponse
1938
+ # @private
1939
+ class Representation < Google::Apis::Core::JsonRepresentation
1940
+ collection :responses, as: 'responses', class: Google::Apis::SheetsV4::UpdateValuesByDataFilterResponse, decorator: Google::Apis::SheetsV4::UpdateValuesByDataFilterResponse::Representation
1941
+
1942
+ property :spreadsheet_id, as: 'spreadsheetId'
1943
+ property :total_updated_cells, as: 'totalUpdatedCells'
1944
+ property :total_updated_columns, as: 'totalUpdatedColumns'
1945
+ property :total_updated_rows, as: 'totalUpdatedRows'
1946
+ property :total_updated_sheets, as: 'totalUpdatedSheets'
1947
+ end
1948
+ end
1949
+
1950
+ class BatchUpdateValuesRequest
1951
+ # @private
1952
+ class Representation < Google::Apis::Core::JsonRepresentation
1953
+ collection :data, as: 'data', class: Google::Apis::SheetsV4::ValueRange, decorator: Google::Apis::SheetsV4::ValueRange::Representation
1954
+
1955
+ property :include_values_in_response, as: 'includeValuesInResponse'
1956
+ property :response_date_time_render_option, as: 'responseDateTimeRenderOption'
1957
+ property :response_value_render_option, as: 'responseValueRenderOption'
1958
+ property :value_input_option, as: 'valueInputOption'
1959
+ end
1960
+ end
1961
+
1962
+ class BatchUpdateValuesResponse
1963
+ # @private
1964
+ class Representation < Google::Apis::Core::JsonRepresentation
1965
+ collection :responses, as: 'responses', class: Google::Apis::SheetsV4::UpdateValuesResponse, decorator: Google::Apis::SheetsV4::UpdateValuesResponse::Representation
1966
+
1967
+ property :spreadsheet_id, as: 'spreadsheetId'
1968
+ property :total_updated_cells, as: 'totalUpdatedCells'
1969
+ property :total_updated_columns, as: 'totalUpdatedColumns'
1970
+ property :total_updated_rows, as: 'totalUpdatedRows'
1971
+ property :total_updated_sheets, as: 'totalUpdatedSheets'
1972
+ end
1973
+ end
1974
+
1975
+ class BigQueryDataSourceSpec
1976
+ # @private
1977
+ class Representation < Google::Apis::Core::JsonRepresentation
1978
+ property :project_id, as: 'projectId'
1979
+ property :query_spec, as: 'querySpec', class: Google::Apis::SheetsV4::BigQueryQuerySpec, decorator: Google::Apis::SheetsV4::BigQueryQuerySpec::Representation
1980
+
1981
+ property :table_spec, as: 'tableSpec', class: Google::Apis::SheetsV4::BigQueryTableSpec, decorator: Google::Apis::SheetsV4::BigQueryTableSpec::Representation
1982
+
1983
+ end
1984
+ end
1985
+
1986
+ class BigQueryQuerySpec
1987
+ # @private
1988
+ class Representation < Google::Apis::Core::JsonRepresentation
1989
+ property :raw_query, as: 'rawQuery'
1990
+ end
1991
+ end
1992
+
1993
+ class BigQueryTableSpec
1994
+ # @private
1995
+ class Representation < Google::Apis::Core::JsonRepresentation
1996
+ property :dataset_id, as: 'datasetId'
1997
+ property :table_id, as: 'tableId'
1998
+ property :table_project_id, as: 'tableProjectId'
1999
+ end
2000
+ end
2001
+
2002
+ class BooleanCondition
2003
+ # @private
2004
+ class Representation < Google::Apis::Core::JsonRepresentation
2005
+ property :type, as: 'type'
2006
+ collection :values, as: 'values', class: Google::Apis::SheetsV4::ConditionValue, decorator: Google::Apis::SheetsV4::ConditionValue::Representation
2007
+
2008
+ end
2009
+ end
2010
+
2011
+ class BooleanRule
2012
+ # @private
2013
+ class Representation < Google::Apis::Core::JsonRepresentation
2014
+ property :condition, as: 'condition', class: Google::Apis::SheetsV4::BooleanCondition, decorator: Google::Apis::SheetsV4::BooleanCondition::Representation
2015
+
2016
+ property :format, as: 'format', class: Google::Apis::SheetsV4::CellFormat, decorator: Google::Apis::SheetsV4::CellFormat::Representation
2017
+
2018
+ end
2019
+ end
2020
+
2021
+ class Border
2022
+ # @private
2023
+ class Representation < Google::Apis::Core::JsonRepresentation
2024
+ property :color, as: 'color', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
2025
+
2026
+ property :color_style, as: 'colorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
2027
+
2028
+ property :style, as: 'style'
2029
+ property :width, as: 'width'
2030
+ end
2031
+ end
2032
+
2033
+ class Borders
2034
+ # @private
2035
+ class Representation < Google::Apis::Core::JsonRepresentation
2036
+ property :bottom, as: 'bottom', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
2037
+
2038
+ property :left, as: 'left', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
2039
+
2040
+ property :right, as: 'right', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
2041
+
2042
+ property :top, as: 'top', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
2043
+
2044
+ end
2045
+ end
2046
+
2047
+ class BubbleChartSpec
2048
+ # @private
2049
+ class Representation < Google::Apis::Core::JsonRepresentation
2050
+ property :bubble_border_color, as: 'bubbleBorderColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
2051
+
2052
+ property :bubble_border_color_style, as: 'bubbleBorderColorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
2053
+
2054
+ property :bubble_labels, as: 'bubbleLabels', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
2055
+
2056
+ property :bubble_max_radius_size, as: 'bubbleMaxRadiusSize'
2057
+ property :bubble_min_radius_size, as: 'bubbleMinRadiusSize'
2058
+ property :bubble_opacity, as: 'bubbleOpacity'
2059
+ property :bubble_sizes, as: 'bubbleSizes', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
2060
+
2061
+ property :bubble_text_style, as: 'bubbleTextStyle', class: Google::Apis::SheetsV4::TextFormat, decorator: Google::Apis::SheetsV4::TextFormat::Representation
2062
+
2063
+ property :domain, as: 'domain', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
2064
+
2065
+ property :group_ids, as: 'groupIds', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
2066
+
2067
+ property :legend_position, as: 'legendPosition'
2068
+ property :series, as: 'series', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
2069
+
2070
+ end
2071
+ end
2072
+
2073
+ class CandlestickChartSpec
2074
+ # @private
2075
+ class Representation < Google::Apis::Core::JsonRepresentation
2076
+ collection :data, as: 'data', class: Google::Apis::SheetsV4::CandlestickData, decorator: Google::Apis::SheetsV4::CandlestickData::Representation
2077
+
2078
+ property :domain, as: 'domain', class: Google::Apis::SheetsV4::CandlestickDomain, decorator: Google::Apis::SheetsV4::CandlestickDomain::Representation
2079
+
2080
+ end
2081
+ end
2082
+
2083
+ class CandlestickData
2084
+ # @private
2085
+ class Representation < Google::Apis::Core::JsonRepresentation
2086
+ property :close_series, as: 'closeSeries', class: Google::Apis::SheetsV4::CandlestickSeries, decorator: Google::Apis::SheetsV4::CandlestickSeries::Representation
2087
+
2088
+ property :high_series, as: 'highSeries', class: Google::Apis::SheetsV4::CandlestickSeries, decorator: Google::Apis::SheetsV4::CandlestickSeries::Representation
2089
+
2090
+ property :low_series, as: 'lowSeries', class: Google::Apis::SheetsV4::CandlestickSeries, decorator: Google::Apis::SheetsV4::CandlestickSeries::Representation
2091
+
2092
+ property :open_series, as: 'openSeries', class: Google::Apis::SheetsV4::CandlestickSeries, decorator: Google::Apis::SheetsV4::CandlestickSeries::Representation
2093
+
2094
+ end
2095
+ end
2096
+
2097
+ class CandlestickDomain
2098
+ # @private
2099
+ class Representation < Google::Apis::Core::JsonRepresentation
2100
+ property :data, as: 'data', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
2101
+
2102
+ property :reversed, as: 'reversed'
2103
+ end
2104
+ end
2105
+
2106
+ class CandlestickSeries
2107
+ # @private
2108
+ class Representation < Google::Apis::Core::JsonRepresentation
2109
+ property :data, as: 'data', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
2110
+
2111
+ end
2112
+ end
2113
+
2114
+ class CellData
2115
+ # @private
2116
+ class Representation < Google::Apis::Core::JsonRepresentation
2117
+ property :data_source_formula, as: 'dataSourceFormula', class: Google::Apis::SheetsV4::DataSourceFormula, decorator: Google::Apis::SheetsV4::DataSourceFormula::Representation
2118
+
2119
+ property :data_source_table, as: 'dataSourceTable', class: Google::Apis::SheetsV4::DataSourceTable, decorator: Google::Apis::SheetsV4::DataSourceTable::Representation
2120
+
2121
+ property :data_validation, as: 'dataValidation', class: Google::Apis::SheetsV4::DataValidationRule, decorator: Google::Apis::SheetsV4::DataValidationRule::Representation
2122
+
2123
+ property :effective_format, as: 'effectiveFormat', class: Google::Apis::SheetsV4::CellFormat, decorator: Google::Apis::SheetsV4::CellFormat::Representation
2124
+
2125
+ property :effective_value, as: 'effectiveValue', class: Google::Apis::SheetsV4::ExtendedValue, decorator: Google::Apis::SheetsV4::ExtendedValue::Representation
2126
+
2127
+ property :formatted_value, as: 'formattedValue'
2128
+ property :hyperlink, as: 'hyperlink'
2129
+ property :note, as: 'note'
2130
+ property :pivot_table, as: 'pivotTable', class: Google::Apis::SheetsV4::PivotTable, decorator: Google::Apis::SheetsV4::PivotTable::Representation
2131
+
2132
+ collection :text_format_runs, as: 'textFormatRuns', class: Google::Apis::SheetsV4::TextFormatRun, decorator: Google::Apis::SheetsV4::TextFormatRun::Representation
2133
+
2134
+ property :user_entered_format, as: 'userEnteredFormat', class: Google::Apis::SheetsV4::CellFormat, decorator: Google::Apis::SheetsV4::CellFormat::Representation
2135
+
2136
+ property :user_entered_value, as: 'userEnteredValue', class: Google::Apis::SheetsV4::ExtendedValue, decorator: Google::Apis::SheetsV4::ExtendedValue::Representation
2137
+
2138
+ end
2139
+ end
2140
+
2141
+ class CellFormat
2142
+ # @private
2143
+ class Representation < Google::Apis::Core::JsonRepresentation
2144
+ property :background_color, as: 'backgroundColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
2145
+
2146
+ property :background_color_style, as: 'backgroundColorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
2147
+
2148
+ property :borders, as: 'borders', class: Google::Apis::SheetsV4::Borders, decorator: Google::Apis::SheetsV4::Borders::Representation
2149
+
2150
+ property :horizontal_alignment, as: 'horizontalAlignment'
2151
+ property :hyperlink_display_type, as: 'hyperlinkDisplayType'
2152
+ property :number_format, as: 'numberFormat', class: Google::Apis::SheetsV4::NumberFormat, decorator: Google::Apis::SheetsV4::NumberFormat::Representation
2153
+
2154
+ property :padding, as: 'padding', class: Google::Apis::SheetsV4::Padding, decorator: Google::Apis::SheetsV4::Padding::Representation
2155
+
2156
+ property :text_direction, as: 'textDirection'
2157
+ property :text_format, as: 'textFormat', class: Google::Apis::SheetsV4::TextFormat, decorator: Google::Apis::SheetsV4::TextFormat::Representation
2158
+
2159
+ property :text_rotation, as: 'textRotation', class: Google::Apis::SheetsV4::TextRotation, decorator: Google::Apis::SheetsV4::TextRotation::Representation
2160
+
2161
+ property :vertical_alignment, as: 'verticalAlignment'
2162
+ property :wrap_strategy, as: 'wrapStrategy'
2163
+ end
2164
+ end
2165
+
2166
+ class ChartAxisViewWindowOptions
2167
+ # @private
2168
+ class Representation < Google::Apis::Core::JsonRepresentation
2169
+ property :view_window_max, as: 'viewWindowMax'
2170
+ property :view_window_min, as: 'viewWindowMin'
2171
+ property :view_window_mode, as: 'viewWindowMode'
2172
+ end
2173
+ end
2174
+
2175
+ class ChartCustomNumberFormatOptions
2176
+ # @private
2177
+ class Representation < Google::Apis::Core::JsonRepresentation
2178
+ property :prefix, as: 'prefix'
2179
+ property :suffix, as: 'suffix'
2180
+ end
2181
+ end
2182
+
2183
+ class ChartData
2184
+ # @private
2185
+ class Representation < Google::Apis::Core::JsonRepresentation
2186
+ property :aggregate_type, as: 'aggregateType'
2187
+ property :column_reference, as: 'columnReference', class: Google::Apis::SheetsV4::DataSourceColumnReference, decorator: Google::Apis::SheetsV4::DataSourceColumnReference::Representation
2188
+
2189
+ property :group_rule, as: 'groupRule', class: Google::Apis::SheetsV4::ChartGroupRule, decorator: Google::Apis::SheetsV4::ChartGroupRule::Representation
2190
+
2191
+ property :source_range, as: 'sourceRange', class: Google::Apis::SheetsV4::ChartSourceRange, decorator: Google::Apis::SheetsV4::ChartSourceRange::Representation
2192
+
2193
+ end
2194
+ end
2195
+
2196
+ class ChartDateTimeRule
2197
+ # @private
2198
+ class Representation < Google::Apis::Core::JsonRepresentation
2199
+ property :type, as: 'type'
2200
+ end
2201
+ end
2202
+
2203
+ class ChartGroupRule
2204
+ # @private
2205
+ class Representation < Google::Apis::Core::JsonRepresentation
2206
+ property :date_time_rule, as: 'dateTimeRule', class: Google::Apis::SheetsV4::ChartDateTimeRule, decorator: Google::Apis::SheetsV4::ChartDateTimeRule::Representation
2207
+
2208
+ property :histogram_rule, as: 'histogramRule', class: Google::Apis::SheetsV4::ChartHistogramRule, decorator: Google::Apis::SheetsV4::ChartHistogramRule::Representation
2209
+
2210
+ end
2211
+ end
2212
+
2213
+ class ChartHistogramRule
2214
+ # @private
2215
+ class Representation < Google::Apis::Core::JsonRepresentation
2216
+ property :interval_size, as: 'intervalSize'
2217
+ property :max_value, as: 'maxValue'
2218
+ property :min_value, as: 'minValue'
2219
+ end
2220
+ end
2221
+
2222
+ class ChartSourceRange
2223
+ # @private
2224
+ class Representation < Google::Apis::Core::JsonRepresentation
2225
+ collection :sources, as: 'sources', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
2226
+
2227
+ end
2228
+ end
2229
+
2230
+ class ChartSpec
2231
+ # @private
2232
+ class Representation < Google::Apis::Core::JsonRepresentation
2233
+ property :alt_text, as: 'altText'
2234
+ property :background_color, as: 'backgroundColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
2235
+
2236
+ property :background_color_style, as: 'backgroundColorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
2237
+
2238
+ property :basic_chart, as: 'basicChart', class: Google::Apis::SheetsV4::BasicChartSpec, decorator: Google::Apis::SheetsV4::BasicChartSpec::Representation
2239
+
2240
+ property :bubble_chart, as: 'bubbleChart', class: Google::Apis::SheetsV4::BubbleChartSpec, decorator: Google::Apis::SheetsV4::BubbleChartSpec::Representation
2241
+
2242
+ property :candlestick_chart, as: 'candlestickChart', class: Google::Apis::SheetsV4::CandlestickChartSpec, decorator: Google::Apis::SheetsV4::CandlestickChartSpec::Representation
2243
+
2244
+ property :data_source_chart_properties, as: 'dataSourceChartProperties', class: Google::Apis::SheetsV4::DataSourceChartProperties, decorator: Google::Apis::SheetsV4::DataSourceChartProperties::Representation
2245
+
2246
+ collection :filter_specs, as: 'filterSpecs', class: Google::Apis::SheetsV4::FilterSpec, decorator: Google::Apis::SheetsV4::FilterSpec::Representation
2247
+
2248
+ property :font_name, as: 'fontName'
2249
+ property :hidden_dimension_strategy, as: 'hiddenDimensionStrategy'
2250
+ property :histogram_chart, as: 'histogramChart', class: Google::Apis::SheetsV4::HistogramChartSpec, decorator: Google::Apis::SheetsV4::HistogramChartSpec::Representation
2251
+
2252
+ property :maximized, as: 'maximized'
2253
+ property :org_chart, as: 'orgChart', class: Google::Apis::SheetsV4::OrgChartSpec, decorator: Google::Apis::SheetsV4::OrgChartSpec::Representation
2254
+
2255
+ property :pie_chart, as: 'pieChart', class: Google::Apis::SheetsV4::PieChartSpec, decorator: Google::Apis::SheetsV4::PieChartSpec::Representation
2256
+
2257
+ property :scorecard_chart, as: 'scorecardChart', class: Google::Apis::SheetsV4::ScorecardChartSpec, decorator: Google::Apis::SheetsV4::ScorecardChartSpec::Representation
2258
+
2259
+ collection :sort_specs, as: 'sortSpecs', class: Google::Apis::SheetsV4::SortSpec, decorator: Google::Apis::SheetsV4::SortSpec::Representation
2260
+
2261
+ property :subtitle, as: 'subtitle'
2262
+ property :subtitle_text_format, as: 'subtitleTextFormat', class: Google::Apis::SheetsV4::TextFormat, decorator: Google::Apis::SheetsV4::TextFormat::Representation
2263
+
2264
+ property :subtitle_text_position, as: 'subtitleTextPosition', class: Google::Apis::SheetsV4::TextPosition, decorator: Google::Apis::SheetsV4::TextPosition::Representation
2265
+
2266
+ property :title, as: 'title'
2267
+ property :title_text_format, as: 'titleTextFormat', class: Google::Apis::SheetsV4::TextFormat, decorator: Google::Apis::SheetsV4::TextFormat::Representation
2268
+
2269
+ property :title_text_position, as: 'titleTextPosition', class: Google::Apis::SheetsV4::TextPosition, decorator: Google::Apis::SheetsV4::TextPosition::Representation
2270
+
2271
+ property :treemap_chart, as: 'treemapChart', class: Google::Apis::SheetsV4::TreemapChartSpec, decorator: Google::Apis::SheetsV4::TreemapChartSpec::Representation
2272
+
2273
+ property :waterfall_chart, as: 'waterfallChart', class: Google::Apis::SheetsV4::WaterfallChartSpec, decorator: Google::Apis::SheetsV4::WaterfallChartSpec::Representation
2274
+
2275
+ end
2276
+ end
2277
+
2278
+ class ClearBasicFilterRequest
2279
+ # @private
2280
+ class Representation < Google::Apis::Core::JsonRepresentation
2281
+ property :sheet_id, as: 'sheetId'
2282
+ end
2283
+ end
2284
+
2285
+ class ClearValuesRequest
2286
+ # @private
2287
+ class Representation < Google::Apis::Core::JsonRepresentation
2288
+ end
2289
+ end
2290
+
2291
+ class ClearValuesResponse
2292
+ # @private
2293
+ class Representation < Google::Apis::Core::JsonRepresentation
2294
+ property :cleared_range, as: 'clearedRange'
2295
+ property :spreadsheet_id, as: 'spreadsheetId'
2296
+ end
2297
+ end
2298
+
2299
+ class Color
2300
+ # @private
2301
+ class Representation < Google::Apis::Core::JsonRepresentation
2302
+ property :alpha, as: 'alpha'
2303
+ property :blue, as: 'blue'
2304
+ property :green, as: 'green'
2305
+ property :red, as: 'red'
2306
+ end
2307
+ end
2308
+
2309
+ class ColorStyle
2310
+ # @private
2311
+ class Representation < Google::Apis::Core::JsonRepresentation
2312
+ property :rgb_color, as: 'rgbColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
2313
+
2314
+ property :theme_color, as: 'themeColor'
2315
+ end
2316
+ end
2317
+
2318
+ class ConditionValue
2319
+ # @private
2320
+ class Representation < Google::Apis::Core::JsonRepresentation
2321
+ property :relative_date, as: 'relativeDate'
2322
+ property :user_entered_value, as: 'userEnteredValue'
2323
+ end
2324
+ end
2325
+
2326
+ class ConditionalFormatRule
2327
+ # @private
2328
+ class Representation < Google::Apis::Core::JsonRepresentation
2329
+ property :boolean_rule, as: 'booleanRule', class: Google::Apis::SheetsV4::BooleanRule, decorator: Google::Apis::SheetsV4::BooleanRule::Representation
2330
+
2331
+ property :gradient_rule, as: 'gradientRule', class: Google::Apis::SheetsV4::GradientRule, decorator: Google::Apis::SheetsV4::GradientRule::Representation
2332
+
2333
+ collection :ranges, as: 'ranges', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
2334
+
2335
+ end
2336
+ end
2337
+
2338
+ class CopyPasteRequest
2339
+ # @private
2340
+ class Representation < Google::Apis::Core::JsonRepresentation
2341
+ property :destination, as: 'destination', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
2342
+
2343
+ property :paste_orientation, as: 'pasteOrientation'
2344
+ property :paste_type, as: 'pasteType'
2345
+ property :source, as: 'source', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
2346
+
2347
+ end
2348
+ end
2349
+
2350
+ class CopySheetToAnotherSpreadsheetRequest
2351
+ # @private
2352
+ class Representation < Google::Apis::Core::JsonRepresentation
2353
+ property :destination_spreadsheet_id, as: 'destinationSpreadsheetId'
2354
+ end
2355
+ end
2356
+
2357
+ class CreateDeveloperMetadataRequest
2358
+ # @private
2359
+ class Representation < Google::Apis::Core::JsonRepresentation
2360
+ property :developer_metadata, as: 'developerMetadata', class: Google::Apis::SheetsV4::DeveloperMetadata, decorator: Google::Apis::SheetsV4::DeveloperMetadata::Representation
2361
+
2362
+ end
2363
+ end
2364
+
2365
+ class CreateDeveloperMetadataResponse
2366
+ # @private
2367
+ class Representation < Google::Apis::Core::JsonRepresentation
2368
+ property :developer_metadata, as: 'developerMetadata', class: Google::Apis::SheetsV4::DeveloperMetadata, decorator: Google::Apis::SheetsV4::DeveloperMetadata::Representation
2369
+
2370
+ end
2371
+ end
2372
+
2373
+ class CutPasteRequest
2374
+ # @private
2375
+ class Representation < Google::Apis::Core::JsonRepresentation
2376
+ property :destination, as: 'destination', class: Google::Apis::SheetsV4::GridCoordinate, decorator: Google::Apis::SheetsV4::GridCoordinate::Representation
2377
+
2378
+ property :paste_type, as: 'pasteType'
2379
+ property :source, as: 'source', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
2380
+
2381
+ end
2382
+ end
2383
+
2384
+ class DataExecutionStatus
2385
+ # @private
2386
+ class Representation < Google::Apis::Core::JsonRepresentation
2387
+ property :error_code, as: 'errorCode'
2388
+ property :error_message, as: 'errorMessage'
2389
+ property :last_refresh_time, as: 'lastRefreshTime'
2390
+ property :state, as: 'state'
2391
+ end
2392
+ end
2393
+
2394
+ class DataFilter
2395
+ # @private
2396
+ class Representation < Google::Apis::Core::JsonRepresentation
2397
+ property :a1_range, as: 'a1Range'
2398
+ property :developer_metadata_lookup, as: 'developerMetadataLookup', class: Google::Apis::SheetsV4::DeveloperMetadataLookup, decorator: Google::Apis::SheetsV4::DeveloperMetadataLookup::Representation
2399
+
2400
+ property :grid_range, as: 'gridRange', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
2401
+
2402
+ end
2403
+ end
2404
+
2405
+ class DataFilterValueRange
2406
+ # @private
2407
+ class Representation < Google::Apis::Core::JsonRepresentation
2408
+ property :data_filter, as: 'dataFilter', class: Google::Apis::SheetsV4::DataFilter, decorator: Google::Apis::SheetsV4::DataFilter::Representation
2409
+
2410
+ property :major_dimension, as: 'majorDimension'
2411
+ collection :values, as: 'values', :class => Array do
2412
+ include Representable::JSON::Collection
2413
+ items
2414
+ end
2415
+
2416
+ end
2417
+ end
2418
+
2419
+ class DataLabel
2420
+ # @private
2421
+ class Representation < Google::Apis::Core::JsonRepresentation
2422
+ property :custom_label_data, as: 'customLabelData', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
2423
+
2424
+ property :placement, as: 'placement'
2425
+ property :text_format, as: 'textFormat', class: Google::Apis::SheetsV4::TextFormat, decorator: Google::Apis::SheetsV4::TextFormat::Representation
2426
+
2427
+ property :type, as: 'type'
2428
+ end
2429
+ end
2430
+
2431
+ class DataSource
2432
+ # @private
2433
+ class Representation < Google::Apis::Core::JsonRepresentation
2434
+ collection :calculated_columns, as: 'calculatedColumns', class: Google::Apis::SheetsV4::DataSourceColumn, decorator: Google::Apis::SheetsV4::DataSourceColumn::Representation
2435
+
2436
+ property :data_source_id, as: 'dataSourceId'
2437
+ property :sheet_id, as: 'sheetId'
2438
+ property :spec, as: 'spec', class: Google::Apis::SheetsV4::DataSourceSpec, decorator: Google::Apis::SheetsV4::DataSourceSpec::Representation
2439
+
2440
+ end
2441
+ end
2442
+
2443
+ class DataSourceChartProperties
2444
+ # @private
2445
+ class Representation < Google::Apis::Core::JsonRepresentation
2446
+ property :data_execution_status, as: 'dataExecutionStatus', class: Google::Apis::SheetsV4::DataExecutionStatus, decorator: Google::Apis::SheetsV4::DataExecutionStatus::Representation
2447
+
2448
+ property :data_source_id, as: 'dataSourceId'
2449
+ end
2450
+ end
2451
+
2452
+ class DataSourceColumn
2453
+ # @private
2454
+ class Representation < Google::Apis::Core::JsonRepresentation
2455
+ property :formula, as: 'formula'
2456
+ property :reference, as: 'reference', class: Google::Apis::SheetsV4::DataSourceColumnReference, decorator: Google::Apis::SheetsV4::DataSourceColumnReference::Representation
2457
+
2458
+ end
2459
+ end
2460
+
2461
+ class DataSourceColumnReference
2462
+ # @private
2463
+ class Representation < Google::Apis::Core::JsonRepresentation
2464
+ property :name, as: 'name'
2465
+ end
2466
+ end
2467
+
2468
+ class DataSourceFormula
2469
+ # @private
2470
+ class Representation < Google::Apis::Core::JsonRepresentation
2471
+ property :data_execution_status, as: 'dataExecutionStatus', class: Google::Apis::SheetsV4::DataExecutionStatus, decorator: Google::Apis::SheetsV4::DataExecutionStatus::Representation
2472
+
2473
+ property :data_source_id, as: 'dataSourceId'
2474
+ end
2475
+ end
2476
+
2477
+ class DataSourceObjectReference
2478
+ # @private
2479
+ class Representation < Google::Apis::Core::JsonRepresentation
2480
+ property :chart_id, as: 'chartId'
2481
+ property :data_source_formula_cell, as: 'dataSourceFormulaCell', class: Google::Apis::SheetsV4::GridCoordinate, decorator: Google::Apis::SheetsV4::GridCoordinate::Representation
2482
+
2483
+ property :data_source_pivot_table_anchor_cell, as: 'dataSourcePivotTableAnchorCell', class: Google::Apis::SheetsV4::GridCoordinate, decorator: Google::Apis::SheetsV4::GridCoordinate::Representation
2484
+
2485
+ property :data_source_table_anchor_cell, as: 'dataSourceTableAnchorCell', class: Google::Apis::SheetsV4::GridCoordinate, decorator: Google::Apis::SheetsV4::GridCoordinate::Representation
2486
+
2487
+ property :sheet_id, as: 'sheetId'
2488
+ end
2489
+ end
2490
+
2491
+ class DataSourceObjectReferences
2492
+ # @private
2493
+ class Representation < Google::Apis::Core::JsonRepresentation
2494
+ collection :references, as: 'references', class: Google::Apis::SheetsV4::DataSourceObjectReference, decorator: Google::Apis::SheetsV4::DataSourceObjectReference::Representation
2495
+
2496
+ end
2497
+ end
2498
+
2499
+ class DataSourceParameter
2500
+ # @private
2501
+ class Representation < Google::Apis::Core::JsonRepresentation
2502
+ property :name, as: 'name'
2503
+ property :named_range_id, as: 'namedRangeId'
2504
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
2505
+
2506
+ end
2507
+ end
2508
+
2509
+ class DataSourceRefreshDailySchedule
2510
+ # @private
2511
+ class Representation < Google::Apis::Core::JsonRepresentation
2512
+ property :start_time, as: 'startTime', class: Google::Apis::SheetsV4::TimeOfDay, decorator: Google::Apis::SheetsV4::TimeOfDay::Representation
2513
+
2514
+ end
2515
+ end
2516
+
2517
+ class DataSourceRefreshMonthlySchedule
2518
+ # @private
2519
+ class Representation < Google::Apis::Core::JsonRepresentation
2520
+ collection :days_of_month, as: 'daysOfMonth'
2521
+ property :start_time, as: 'startTime', class: Google::Apis::SheetsV4::TimeOfDay, decorator: Google::Apis::SheetsV4::TimeOfDay::Representation
2522
+
2523
+ end
2524
+ end
2525
+
2526
+ class DataSourceRefreshSchedule
2527
+ # @private
2528
+ class Representation < Google::Apis::Core::JsonRepresentation
2529
+ property :daily_schedule, as: 'dailySchedule', class: Google::Apis::SheetsV4::DataSourceRefreshDailySchedule, decorator: Google::Apis::SheetsV4::DataSourceRefreshDailySchedule::Representation
2530
+
2531
+ property :enabled, as: 'enabled'
2532
+ property :monthly_schedule, as: 'monthlySchedule', class: Google::Apis::SheetsV4::DataSourceRefreshMonthlySchedule, decorator: Google::Apis::SheetsV4::DataSourceRefreshMonthlySchedule::Representation
2533
+
2534
+ property :next_run, as: 'nextRun', class: Google::Apis::SheetsV4::Interval, decorator: Google::Apis::SheetsV4::Interval::Representation
2535
+
2536
+ property :refresh_scope, as: 'refreshScope'
2537
+ property :weekly_schedule, as: 'weeklySchedule', class: Google::Apis::SheetsV4::DataSourceRefreshWeeklySchedule, decorator: Google::Apis::SheetsV4::DataSourceRefreshWeeklySchedule::Representation
2538
+
2539
+ end
2540
+ end
2541
+
2542
+ class DataSourceRefreshWeeklySchedule
2543
+ # @private
2544
+ class Representation < Google::Apis::Core::JsonRepresentation
2545
+ collection :days_of_week, as: 'daysOfWeek'
2546
+ property :start_time, as: 'startTime', class: Google::Apis::SheetsV4::TimeOfDay, decorator: Google::Apis::SheetsV4::TimeOfDay::Representation
2547
+
2548
+ end
2549
+ end
2550
+
2551
+ class DataSourceSheetDimensionRange
2552
+ # @private
2553
+ class Representation < Google::Apis::Core::JsonRepresentation
2554
+ collection :column_references, as: 'columnReferences', class: Google::Apis::SheetsV4::DataSourceColumnReference, decorator: Google::Apis::SheetsV4::DataSourceColumnReference::Representation
2555
+
2556
+ property :sheet_id, as: 'sheetId'
2557
+ end
2558
+ end
2559
+
2560
+ class DataSourceSheetProperties
2561
+ # @private
2562
+ class Representation < Google::Apis::Core::JsonRepresentation
2563
+ collection :columns, as: 'columns', class: Google::Apis::SheetsV4::DataSourceColumn, decorator: Google::Apis::SheetsV4::DataSourceColumn::Representation
2564
+
2565
+ property :data_execution_status, as: 'dataExecutionStatus', class: Google::Apis::SheetsV4::DataExecutionStatus, decorator: Google::Apis::SheetsV4::DataExecutionStatus::Representation
2566
+
2567
+ property :data_source_id, as: 'dataSourceId'
2568
+ end
2569
+ end
2570
+
2571
+ class DataSourceSpec
2572
+ # @private
2573
+ class Representation < Google::Apis::Core::JsonRepresentation
2574
+ property :big_query, as: 'bigQuery', class: Google::Apis::SheetsV4::BigQueryDataSourceSpec, decorator: Google::Apis::SheetsV4::BigQueryDataSourceSpec::Representation
2575
+
2576
+ collection :parameters, as: 'parameters', class: Google::Apis::SheetsV4::DataSourceParameter, decorator: Google::Apis::SheetsV4::DataSourceParameter::Representation
2577
+
2578
+ end
2579
+ end
2580
+
2581
+ class DataSourceTable
2582
+ # @private
2583
+ class Representation < Google::Apis::Core::JsonRepresentation
2584
+ property :column_selection_type, as: 'columnSelectionType'
2585
+ collection :columns, as: 'columns', class: Google::Apis::SheetsV4::DataSourceColumnReference, decorator: Google::Apis::SheetsV4::DataSourceColumnReference::Representation
2586
+
2587
+ property :data_execution_status, as: 'dataExecutionStatus', class: Google::Apis::SheetsV4::DataExecutionStatus, decorator: Google::Apis::SheetsV4::DataExecutionStatus::Representation
2588
+
2589
+ property :data_source_id, as: 'dataSourceId'
2590
+ collection :filter_specs, as: 'filterSpecs', class: Google::Apis::SheetsV4::FilterSpec, decorator: Google::Apis::SheetsV4::FilterSpec::Representation
2591
+
2592
+ property :row_limit, as: 'rowLimit'
2593
+ collection :sort_specs, as: 'sortSpecs', class: Google::Apis::SheetsV4::SortSpec, decorator: Google::Apis::SheetsV4::SortSpec::Representation
2594
+
2595
+ end
2596
+ end
2597
+
2598
+ class DataValidationRule
2599
+ # @private
2600
+ class Representation < Google::Apis::Core::JsonRepresentation
2601
+ property :condition, as: 'condition', class: Google::Apis::SheetsV4::BooleanCondition, decorator: Google::Apis::SheetsV4::BooleanCondition::Representation
2602
+
2603
+ property :input_message, as: 'inputMessage'
2604
+ property :show_custom_ui, as: 'showCustomUi'
2605
+ property :strict, as: 'strict'
2606
+ end
2607
+ end
2608
+
2609
+ class DateTimeRule
2610
+ # @private
2611
+ class Representation < Google::Apis::Core::JsonRepresentation
2612
+ property :type, as: 'type'
2613
+ end
2614
+ end
2615
+
2616
+ class DeleteBandingRequest
2617
+ # @private
2618
+ class Representation < Google::Apis::Core::JsonRepresentation
2619
+ property :banded_range_id, as: 'bandedRangeId'
2620
+ end
2621
+ end
2622
+
2623
+ class DeleteConditionalFormatRuleRequest
2624
+ # @private
2625
+ class Representation < Google::Apis::Core::JsonRepresentation
2626
+ property :index, as: 'index'
2627
+ property :sheet_id, as: 'sheetId'
2628
+ end
2629
+ end
2630
+
2631
+ class DeleteConditionalFormatRuleResponse
2632
+ # @private
2633
+ class Representation < Google::Apis::Core::JsonRepresentation
2634
+ property :rule, as: 'rule', class: Google::Apis::SheetsV4::ConditionalFormatRule, decorator: Google::Apis::SheetsV4::ConditionalFormatRule::Representation
2635
+
2636
+ end
2637
+ end
2638
+
2639
+ class DeleteDataSourceRequest
2640
+ # @private
2641
+ class Representation < Google::Apis::Core::JsonRepresentation
2642
+ property :data_source_id, as: 'dataSourceId'
2643
+ end
2644
+ end
2645
+
2646
+ class DeleteDeveloperMetadataRequest
2647
+ # @private
2648
+ class Representation < Google::Apis::Core::JsonRepresentation
2649
+ property :data_filter, as: 'dataFilter', class: Google::Apis::SheetsV4::DataFilter, decorator: Google::Apis::SheetsV4::DataFilter::Representation
2650
+
2651
+ end
2652
+ end
2653
+
2654
+ class DeleteDeveloperMetadataResponse
2655
+ # @private
2656
+ class Representation < Google::Apis::Core::JsonRepresentation
2657
+ collection :deleted_developer_metadata, as: 'deletedDeveloperMetadata', class: Google::Apis::SheetsV4::DeveloperMetadata, decorator: Google::Apis::SheetsV4::DeveloperMetadata::Representation
2658
+
2659
+ end
2660
+ end
2661
+
2662
+ class DeleteDimensionGroupRequest
2663
+ # @private
2664
+ class Representation < Google::Apis::Core::JsonRepresentation
2665
+ property :range, as: 'range', class: Google::Apis::SheetsV4::DimensionRange, decorator: Google::Apis::SheetsV4::DimensionRange::Representation
2666
+
2667
+ end
2668
+ end
2669
+
2670
+ class DeleteDimensionGroupResponse
2671
+ # @private
2672
+ class Representation < Google::Apis::Core::JsonRepresentation
2673
+ collection :dimension_groups, as: 'dimensionGroups', class: Google::Apis::SheetsV4::DimensionGroup, decorator: Google::Apis::SheetsV4::DimensionGroup::Representation
2674
+
2675
+ end
2676
+ end
2677
+
2678
+ class DeleteDimensionRequest
2679
+ # @private
2680
+ class Representation < Google::Apis::Core::JsonRepresentation
2681
+ property :range, as: 'range', class: Google::Apis::SheetsV4::DimensionRange, decorator: Google::Apis::SheetsV4::DimensionRange::Representation
2682
+
2683
+ end
2684
+ end
2685
+
2686
+ class DeleteDuplicatesRequest
2687
+ # @private
2688
+ class Representation < Google::Apis::Core::JsonRepresentation
2689
+ collection :comparison_columns, as: 'comparisonColumns', class: Google::Apis::SheetsV4::DimensionRange, decorator: Google::Apis::SheetsV4::DimensionRange::Representation
2690
+
2691
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
2692
+
2693
+ end
2694
+ end
2695
+
2696
+ class DeleteDuplicatesResponse
2697
+ # @private
2698
+ class Representation < Google::Apis::Core::JsonRepresentation
2699
+ property :duplicates_removed_count, as: 'duplicatesRemovedCount'
2700
+ end
2701
+ end
2702
+
2703
+ class DeleteEmbeddedObjectRequest
2704
+ # @private
2705
+ class Representation < Google::Apis::Core::JsonRepresentation
2706
+ property :object_id_prop, as: 'objectId'
2707
+ end
2708
+ end
2709
+
2710
+ class DeleteFilterViewRequest
2711
+ # @private
2712
+ class Representation < Google::Apis::Core::JsonRepresentation
2713
+ property :filter_id, as: 'filterId'
2714
+ end
2715
+ end
2716
+
2717
+ class DeleteNamedRangeRequest
2718
+ # @private
2719
+ class Representation < Google::Apis::Core::JsonRepresentation
2720
+ property :named_range_id, as: 'namedRangeId'
2721
+ end
2722
+ end
2723
+
2724
+ class DeleteProtectedRangeRequest
2725
+ # @private
2726
+ class Representation < Google::Apis::Core::JsonRepresentation
2727
+ property :protected_range_id, as: 'protectedRangeId'
2728
+ end
2729
+ end
2730
+
2731
+ class DeleteRangeRequest
2732
+ # @private
2733
+ class Representation < Google::Apis::Core::JsonRepresentation
2734
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
2735
+
2736
+ property :shift_dimension, as: 'shiftDimension'
2737
+ end
2738
+ end
2739
+
2740
+ class DeleteSheetRequest
2741
+ # @private
2742
+ class Representation < Google::Apis::Core::JsonRepresentation
2743
+ property :sheet_id, as: 'sheetId'
2744
+ end
2745
+ end
2746
+
2747
+ class DeveloperMetadata
2748
+ # @private
2749
+ class Representation < Google::Apis::Core::JsonRepresentation
2750
+ property :location, as: 'location', class: Google::Apis::SheetsV4::DeveloperMetadataLocation, decorator: Google::Apis::SheetsV4::DeveloperMetadataLocation::Representation
2751
+
2752
+ property :metadata_id, as: 'metadataId'
2753
+ property :metadata_key, as: 'metadataKey'
2754
+ property :metadata_value, as: 'metadataValue'
2755
+ property :visibility, as: 'visibility'
2756
+ end
2757
+ end
2758
+
2759
+ class DeveloperMetadataLocation
2760
+ # @private
2761
+ class Representation < Google::Apis::Core::JsonRepresentation
2762
+ property :dimension_range, as: 'dimensionRange', class: Google::Apis::SheetsV4::DimensionRange, decorator: Google::Apis::SheetsV4::DimensionRange::Representation
2763
+
2764
+ property :location_type, as: 'locationType'
2765
+ property :sheet_id, as: 'sheetId'
2766
+ property :spreadsheet, as: 'spreadsheet'
2767
+ end
2768
+ end
2769
+
2770
+ class DeveloperMetadataLookup
2771
+ # @private
2772
+ class Representation < Google::Apis::Core::JsonRepresentation
2773
+ property :location_matching_strategy, as: 'locationMatchingStrategy'
2774
+ property :location_type, as: 'locationType'
2775
+ property :metadata_id, as: 'metadataId'
2776
+ property :metadata_key, as: 'metadataKey'
2777
+ property :metadata_location, as: 'metadataLocation', class: Google::Apis::SheetsV4::DeveloperMetadataLocation, decorator: Google::Apis::SheetsV4::DeveloperMetadataLocation::Representation
2778
+
2779
+ property :metadata_value, as: 'metadataValue'
2780
+ property :visibility, as: 'visibility'
2781
+ end
2782
+ end
2783
+
2784
+ class DimensionGroup
2785
+ # @private
2786
+ class Representation < Google::Apis::Core::JsonRepresentation
2787
+ property :collapsed, as: 'collapsed'
2788
+ property :depth, as: 'depth'
2789
+ property :range, as: 'range', class: Google::Apis::SheetsV4::DimensionRange, decorator: Google::Apis::SheetsV4::DimensionRange::Representation
2790
+
2791
+ end
2792
+ end
2793
+
2794
+ class DimensionProperties
2795
+ # @private
2796
+ class Representation < Google::Apis::Core::JsonRepresentation
2797
+ property :data_source_column_reference, as: 'dataSourceColumnReference', class: Google::Apis::SheetsV4::DataSourceColumnReference, decorator: Google::Apis::SheetsV4::DataSourceColumnReference::Representation
2798
+
2799
+ collection :developer_metadata, as: 'developerMetadata', class: Google::Apis::SheetsV4::DeveloperMetadata, decorator: Google::Apis::SheetsV4::DeveloperMetadata::Representation
2800
+
2801
+ property :hidden_by_filter, as: 'hiddenByFilter'
2802
+ property :hidden_by_user, as: 'hiddenByUser'
2803
+ property :pixel_size, as: 'pixelSize'
2804
+ end
2805
+ end
2806
+
2807
+ class DimensionRange
2808
+ # @private
2809
+ class Representation < Google::Apis::Core::JsonRepresentation
2810
+ property :dimension, as: 'dimension'
2811
+ property :end_index, as: 'endIndex'
2812
+ property :sheet_id, as: 'sheetId'
2813
+ property :start_index, as: 'startIndex'
2814
+ end
2815
+ end
2816
+
2817
+ class DuplicateFilterViewRequest
2818
+ # @private
2819
+ class Representation < Google::Apis::Core::JsonRepresentation
2820
+ property :filter_id, as: 'filterId'
2821
+ end
2822
+ end
2823
+
2824
+ class DuplicateFilterViewResponse
2825
+ # @private
2826
+ class Representation < Google::Apis::Core::JsonRepresentation
2827
+ property :filter, as: 'filter', class: Google::Apis::SheetsV4::FilterView, decorator: Google::Apis::SheetsV4::FilterView::Representation
2828
+
2829
+ end
2830
+ end
2831
+
2832
+ class DuplicateSheetRequest
2833
+ # @private
2834
+ class Representation < Google::Apis::Core::JsonRepresentation
2835
+ property :insert_sheet_index, as: 'insertSheetIndex'
2836
+ property :new_sheet_id, as: 'newSheetId'
2837
+ property :new_sheet_name, as: 'newSheetName'
2838
+ property :source_sheet_id, as: 'sourceSheetId'
2839
+ end
2840
+ end
2841
+
2842
+ class DuplicateSheetResponse
2843
+ # @private
2844
+ class Representation < Google::Apis::Core::JsonRepresentation
2845
+ property :properties, as: 'properties', class: Google::Apis::SheetsV4::SheetProperties, decorator: Google::Apis::SheetsV4::SheetProperties::Representation
2846
+
2847
+ end
2848
+ end
2849
+
2850
+ class Editors
2851
+ # @private
2852
+ class Representation < Google::Apis::Core::JsonRepresentation
2853
+ property :domain_users_can_edit, as: 'domainUsersCanEdit'
2854
+ collection :groups, as: 'groups'
2855
+ collection :users, as: 'users'
2856
+ end
2857
+ end
2858
+
2859
+ class EmbeddedChart
2860
+ # @private
2861
+ class Representation < Google::Apis::Core::JsonRepresentation
2862
+ property :border, as: 'border', class: Google::Apis::SheetsV4::EmbeddedObjectBorder, decorator: Google::Apis::SheetsV4::EmbeddedObjectBorder::Representation
2863
+
2864
+ property :chart_id, as: 'chartId'
2865
+ property :position, as: 'position', class: Google::Apis::SheetsV4::EmbeddedObjectPosition, decorator: Google::Apis::SheetsV4::EmbeddedObjectPosition::Representation
2866
+
2867
+ property :spec, as: 'spec', class: Google::Apis::SheetsV4::ChartSpec, decorator: Google::Apis::SheetsV4::ChartSpec::Representation
2868
+
2869
+ end
2870
+ end
2871
+
2872
+ class EmbeddedObjectBorder
2873
+ # @private
2874
+ class Representation < Google::Apis::Core::JsonRepresentation
2875
+ property :color, as: 'color', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
2876
+
2877
+ property :color_style, as: 'colorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
2878
+
2879
+ end
2880
+ end
2881
+
2882
+ class EmbeddedObjectPosition
2883
+ # @private
2884
+ class Representation < Google::Apis::Core::JsonRepresentation
2885
+ property :new_sheet, as: 'newSheet'
2886
+ property :overlay_position, as: 'overlayPosition', class: Google::Apis::SheetsV4::OverlayPosition, decorator: Google::Apis::SheetsV4::OverlayPosition::Representation
2887
+
2888
+ property :sheet_id, as: 'sheetId'
2889
+ end
2890
+ end
2891
+
2892
+ class ErrorValue
2893
+ # @private
2894
+ class Representation < Google::Apis::Core::JsonRepresentation
2895
+ property :message, as: 'message'
2896
+ property :type, as: 'type'
2897
+ end
2898
+ end
2899
+
2900
+ class ExtendedValue
2901
+ # @private
2902
+ class Representation < Google::Apis::Core::JsonRepresentation
2903
+ property :bool_value, as: 'boolValue'
2904
+ property :error_value, as: 'errorValue', class: Google::Apis::SheetsV4::ErrorValue, decorator: Google::Apis::SheetsV4::ErrorValue::Representation
2905
+
2906
+ property :formula_value, as: 'formulaValue'
2907
+ property :number_value, as: 'numberValue'
2908
+ property :string_value, as: 'stringValue'
2909
+ end
2910
+ end
2911
+
2912
+ class FilterCriteria
2913
+ # @private
2914
+ class Representation < Google::Apis::Core::JsonRepresentation
2915
+ property :condition, as: 'condition', class: Google::Apis::SheetsV4::BooleanCondition, decorator: Google::Apis::SheetsV4::BooleanCondition::Representation
2916
+
2917
+ collection :hidden_values, as: 'hiddenValues'
2918
+ property :visible_background_color, as: 'visibleBackgroundColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
2919
+
2920
+ property :visible_background_color_style, as: 'visibleBackgroundColorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
2921
+
2922
+ property :visible_foreground_color, as: 'visibleForegroundColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
2923
+
2924
+ property :visible_foreground_color_style, as: 'visibleForegroundColorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
2925
+
2926
+ end
2927
+ end
2928
+
2929
+ class FilterSpec
2930
+ # @private
2931
+ class Representation < Google::Apis::Core::JsonRepresentation
2932
+ property :column_index, as: 'columnIndex'
2933
+ property :data_source_column_reference, as: 'dataSourceColumnReference', class: Google::Apis::SheetsV4::DataSourceColumnReference, decorator: Google::Apis::SheetsV4::DataSourceColumnReference::Representation
2934
+
2935
+ property :filter_criteria, as: 'filterCriteria', class: Google::Apis::SheetsV4::FilterCriteria, decorator: Google::Apis::SheetsV4::FilterCriteria::Representation
2936
+
2937
+ end
2938
+ end
2939
+
2940
+ class FilterView
2941
+ # @private
2942
+ class Representation < Google::Apis::Core::JsonRepresentation
2943
+ hash :criteria, as: 'criteria', class: Google::Apis::SheetsV4::FilterCriteria, decorator: Google::Apis::SheetsV4::FilterCriteria::Representation
2944
+
2945
+ collection :filter_specs, as: 'filterSpecs', class: Google::Apis::SheetsV4::FilterSpec, decorator: Google::Apis::SheetsV4::FilterSpec::Representation
2946
+
2947
+ property :filter_view_id, as: 'filterViewId'
2948
+ property :named_range_id, as: 'namedRangeId'
2949
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
2950
+
2951
+ collection :sort_specs, as: 'sortSpecs', class: Google::Apis::SheetsV4::SortSpec, decorator: Google::Apis::SheetsV4::SortSpec::Representation
2952
+
2953
+ property :title, as: 'title'
2954
+ end
2955
+ end
2956
+
2957
+ class FindReplaceRequest
2958
+ # @private
2959
+ class Representation < Google::Apis::Core::JsonRepresentation
2960
+ property :all_sheets, as: 'allSheets'
2961
+ property :find, as: 'find'
2962
+ property :include_formulas, as: 'includeFormulas'
2963
+ property :match_case, as: 'matchCase'
2964
+ property :match_entire_cell, as: 'matchEntireCell'
2965
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
2966
+
2967
+ property :replacement, as: 'replacement'
2968
+ property :search_by_regex, as: 'searchByRegex'
2969
+ property :sheet_id, as: 'sheetId'
2970
+ end
2971
+ end
2972
+
2973
+ class FindReplaceResponse
2974
+ # @private
2975
+ class Representation < Google::Apis::Core::JsonRepresentation
2976
+ property :formulas_changed, as: 'formulasChanged'
2977
+ property :occurrences_changed, as: 'occurrencesChanged'
2978
+ property :rows_changed, as: 'rowsChanged'
2979
+ property :sheets_changed, as: 'sheetsChanged'
2980
+ property :values_changed, as: 'valuesChanged'
2981
+ end
2982
+ end
2983
+
2984
+ class GetSpreadsheetByDataFilterRequest
2985
+ # @private
2986
+ class Representation < Google::Apis::Core::JsonRepresentation
2987
+ collection :data_filters, as: 'dataFilters', class: Google::Apis::SheetsV4::DataFilter, decorator: Google::Apis::SheetsV4::DataFilter::Representation
2988
+
2989
+ property :include_grid_data, as: 'includeGridData'
2990
+ end
2991
+ end
2992
+
2993
+ class GradientRule
2994
+ # @private
2995
+ class Representation < Google::Apis::Core::JsonRepresentation
2996
+ property :maxpoint, as: 'maxpoint', class: Google::Apis::SheetsV4::InterpolationPoint, decorator: Google::Apis::SheetsV4::InterpolationPoint::Representation
2997
+
2998
+ property :midpoint, as: 'midpoint', class: Google::Apis::SheetsV4::InterpolationPoint, decorator: Google::Apis::SheetsV4::InterpolationPoint::Representation
2999
+
3000
+ property :minpoint, as: 'minpoint', class: Google::Apis::SheetsV4::InterpolationPoint, decorator: Google::Apis::SheetsV4::InterpolationPoint::Representation
3001
+
3002
+ end
3003
+ end
3004
+
3005
+ class GridCoordinate
3006
+ # @private
3007
+ class Representation < Google::Apis::Core::JsonRepresentation
3008
+ property :column_index, as: 'columnIndex'
3009
+ property :row_index, as: 'rowIndex'
3010
+ property :sheet_id, as: 'sheetId'
3011
+ end
3012
+ end
3013
+
3014
+ class GridData
3015
+ # @private
3016
+ class Representation < Google::Apis::Core::JsonRepresentation
3017
+ collection :column_metadata, as: 'columnMetadata', class: Google::Apis::SheetsV4::DimensionProperties, decorator: Google::Apis::SheetsV4::DimensionProperties::Representation
3018
+
3019
+ collection :row_data, as: 'rowData', class: Google::Apis::SheetsV4::RowData, decorator: Google::Apis::SheetsV4::RowData::Representation
3020
+
3021
+ collection :row_metadata, as: 'rowMetadata', class: Google::Apis::SheetsV4::DimensionProperties, decorator: Google::Apis::SheetsV4::DimensionProperties::Representation
3022
+
3023
+ property :start_column, as: 'startColumn'
3024
+ property :start_row, as: 'startRow'
3025
+ end
3026
+ end
3027
+
3028
+ class GridProperties
3029
+ # @private
3030
+ class Representation < Google::Apis::Core::JsonRepresentation
3031
+ property :column_count, as: 'columnCount'
3032
+ property :column_group_control_after, as: 'columnGroupControlAfter'
3033
+ property :frozen_column_count, as: 'frozenColumnCount'
3034
+ property :frozen_row_count, as: 'frozenRowCount'
3035
+ property :hide_gridlines, as: 'hideGridlines'
3036
+ property :row_count, as: 'rowCount'
3037
+ property :row_group_control_after, as: 'rowGroupControlAfter'
3038
+ end
3039
+ end
3040
+
3041
+ class GridRange
3042
+ # @private
3043
+ class Representation < Google::Apis::Core::JsonRepresentation
3044
+ property :end_column_index, as: 'endColumnIndex'
3045
+ property :end_row_index, as: 'endRowIndex'
3046
+ property :sheet_id, as: 'sheetId'
3047
+ property :start_column_index, as: 'startColumnIndex'
3048
+ property :start_row_index, as: 'startRowIndex'
3049
+ end
3050
+ end
3051
+
3052
+ class HistogramChartSpec
3053
+ # @private
3054
+ class Representation < Google::Apis::Core::JsonRepresentation
3055
+ property :bucket_size, as: 'bucketSize'
3056
+ property :legend_position, as: 'legendPosition'
3057
+ property :outlier_percentile, as: 'outlierPercentile'
3058
+ collection :series, as: 'series', class: Google::Apis::SheetsV4::HistogramSeries, decorator: Google::Apis::SheetsV4::HistogramSeries::Representation
3059
+
3060
+ property :show_item_dividers, as: 'showItemDividers'
3061
+ end
3062
+ end
3063
+
3064
+ class HistogramRule
3065
+ # @private
3066
+ class Representation < Google::Apis::Core::JsonRepresentation
3067
+ property :end, as: 'end'
3068
+ property :interval, as: 'interval'
3069
+ property :start, as: 'start'
3070
+ end
3071
+ end
3072
+
3073
+ class HistogramSeries
3074
+ # @private
3075
+ class Representation < Google::Apis::Core::JsonRepresentation
3076
+ property :bar_color, as: 'barColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
3077
+
3078
+ property :bar_color_style, as: 'barColorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
3079
+
3080
+ property :data, as: 'data', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
3081
+
3082
+ end
3083
+ end
3084
+
3085
+ class InsertDimensionRequest
3086
+ # @private
3087
+ class Representation < Google::Apis::Core::JsonRepresentation
3088
+ property :inherit_from_before, as: 'inheritFromBefore'
3089
+ property :range, as: 'range', class: Google::Apis::SheetsV4::DimensionRange, decorator: Google::Apis::SheetsV4::DimensionRange::Representation
3090
+
3091
+ end
3092
+ end
3093
+
3094
+ class InsertRangeRequest
3095
+ # @private
3096
+ class Representation < Google::Apis::Core::JsonRepresentation
3097
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
3098
+
3099
+ property :shift_dimension, as: 'shiftDimension'
3100
+ end
3101
+ end
3102
+
3103
+ class InterpolationPoint
3104
+ # @private
3105
+ class Representation < Google::Apis::Core::JsonRepresentation
3106
+ property :color, as: 'color', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
3107
+
3108
+ property :color_style, as: 'colorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
3109
+
3110
+ property :type, as: 'type'
3111
+ property :value, as: 'value'
3112
+ end
3113
+ end
3114
+
3115
+ class Interval
3116
+ # @private
3117
+ class Representation < Google::Apis::Core::JsonRepresentation
3118
+ property :end_time, as: 'endTime'
3119
+ property :start_time, as: 'startTime'
3120
+ end
3121
+ end
3122
+
3123
+ class IterativeCalculationSettings
3124
+ # @private
3125
+ class Representation < Google::Apis::Core::JsonRepresentation
3126
+ property :convergence_threshold, as: 'convergenceThreshold'
3127
+ property :max_iterations, as: 'maxIterations'
3128
+ end
3129
+ end
3130
+
3131
+ class KeyValueFormat
3132
+ # @private
3133
+ class Representation < Google::Apis::Core::JsonRepresentation
3134
+ property :position, as: 'position', class: Google::Apis::SheetsV4::TextPosition, decorator: Google::Apis::SheetsV4::TextPosition::Representation
3135
+
3136
+ property :text_format, as: 'textFormat', class: Google::Apis::SheetsV4::TextFormat, decorator: Google::Apis::SheetsV4::TextFormat::Representation
3137
+
3138
+ end
3139
+ end
3140
+
3141
+ class LineStyle
3142
+ # @private
3143
+ class Representation < Google::Apis::Core::JsonRepresentation
3144
+ property :type, as: 'type'
3145
+ property :width, as: 'width'
3146
+ end
3147
+ end
3148
+
3149
+ class ManualRule
3150
+ # @private
3151
+ class Representation < Google::Apis::Core::JsonRepresentation
3152
+ collection :groups, as: 'groups', class: Google::Apis::SheetsV4::ManualRuleGroup, decorator: Google::Apis::SheetsV4::ManualRuleGroup::Representation
3153
+
3154
+ end
3155
+ end
3156
+
3157
+ class ManualRuleGroup
3158
+ # @private
3159
+ class Representation < Google::Apis::Core::JsonRepresentation
3160
+ property :group_name, as: 'groupName', class: Google::Apis::SheetsV4::ExtendedValue, decorator: Google::Apis::SheetsV4::ExtendedValue::Representation
3161
+
3162
+ collection :items, as: 'items', class: Google::Apis::SheetsV4::ExtendedValue, decorator: Google::Apis::SheetsV4::ExtendedValue::Representation
3163
+
3164
+ end
3165
+ end
3166
+
3167
+ class MatchedDeveloperMetadata
3168
+ # @private
3169
+ class Representation < Google::Apis::Core::JsonRepresentation
3170
+ collection :data_filters, as: 'dataFilters', class: Google::Apis::SheetsV4::DataFilter, decorator: Google::Apis::SheetsV4::DataFilter::Representation
3171
+
3172
+ property :developer_metadata, as: 'developerMetadata', class: Google::Apis::SheetsV4::DeveloperMetadata, decorator: Google::Apis::SheetsV4::DeveloperMetadata::Representation
3173
+
3174
+ end
3175
+ end
3176
+
3177
+ class MatchedValueRange
3178
+ # @private
3179
+ class Representation < Google::Apis::Core::JsonRepresentation
3180
+ collection :data_filters, as: 'dataFilters', class: Google::Apis::SheetsV4::DataFilter, decorator: Google::Apis::SheetsV4::DataFilter::Representation
3181
+
3182
+ property :value_range, as: 'valueRange', class: Google::Apis::SheetsV4::ValueRange, decorator: Google::Apis::SheetsV4::ValueRange::Representation
3183
+
3184
+ end
3185
+ end
3186
+
3187
+ class MergeCellsRequest
3188
+ # @private
3189
+ class Representation < Google::Apis::Core::JsonRepresentation
3190
+ property :merge_type, as: 'mergeType'
3191
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
3192
+
3193
+ end
3194
+ end
3195
+
3196
+ class MoveDimensionRequest
3197
+ # @private
3198
+ class Representation < Google::Apis::Core::JsonRepresentation
3199
+ property :destination_index, as: 'destinationIndex'
3200
+ property :source, as: 'source', class: Google::Apis::SheetsV4::DimensionRange, decorator: Google::Apis::SheetsV4::DimensionRange::Representation
3201
+
3202
+ end
3203
+ end
3204
+
3205
+ class NamedRange
3206
+ # @private
3207
+ class Representation < Google::Apis::Core::JsonRepresentation
3208
+ property :name, as: 'name'
3209
+ property :named_range_id, as: 'namedRangeId'
3210
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
3211
+
3212
+ end
3213
+ end
3214
+
3215
+ class NumberFormat
3216
+ # @private
3217
+ class Representation < Google::Apis::Core::JsonRepresentation
3218
+ property :pattern, as: 'pattern'
3219
+ property :type, as: 'type'
3220
+ end
3221
+ end
3222
+
3223
+ class OrgChartSpec
3224
+ # @private
3225
+ class Representation < Google::Apis::Core::JsonRepresentation
3226
+ property :labels, as: 'labels', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
3227
+
3228
+ property :node_color, as: 'nodeColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
3229
+
3230
+ property :node_color_style, as: 'nodeColorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
3231
+
3232
+ property :node_size, as: 'nodeSize'
3233
+ property :parent_labels, as: 'parentLabels', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
3234
+
3235
+ property :selected_node_color, as: 'selectedNodeColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
3236
+
3237
+ property :selected_node_color_style, as: 'selectedNodeColorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
3238
+
3239
+ property :tooltips, as: 'tooltips', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
3240
+
3241
+ end
3242
+ end
3243
+
3244
+ class OverlayPosition
3245
+ # @private
3246
+ class Representation < Google::Apis::Core::JsonRepresentation
3247
+ property :anchor_cell, as: 'anchorCell', class: Google::Apis::SheetsV4::GridCoordinate, decorator: Google::Apis::SheetsV4::GridCoordinate::Representation
3248
+
3249
+ property :height_pixels, as: 'heightPixels'
3250
+ property :offset_x_pixels, as: 'offsetXPixels'
3251
+ property :offset_y_pixels, as: 'offsetYPixels'
3252
+ property :width_pixels, as: 'widthPixels'
3253
+ end
3254
+ end
3255
+
3256
+ class Padding
3257
+ # @private
3258
+ class Representation < Google::Apis::Core::JsonRepresentation
3259
+ property :bottom, as: 'bottom'
3260
+ property :left, as: 'left'
3261
+ property :right, as: 'right'
3262
+ property :top, as: 'top'
3263
+ end
3264
+ end
3265
+
3266
+ class PasteDataRequest
3267
+ # @private
3268
+ class Representation < Google::Apis::Core::JsonRepresentation
3269
+ property :coordinate, as: 'coordinate', class: Google::Apis::SheetsV4::GridCoordinate, decorator: Google::Apis::SheetsV4::GridCoordinate::Representation
3270
+
3271
+ property :data, as: 'data'
3272
+ property :delimiter, as: 'delimiter'
3273
+ property :html, as: 'html'
3274
+ property :type, as: 'type'
3275
+ end
3276
+ end
3277
+
3278
+ class PieChartSpec
3279
+ # @private
3280
+ class Representation < Google::Apis::Core::JsonRepresentation
3281
+ property :domain, as: 'domain', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
3282
+
3283
+ property :legend_position, as: 'legendPosition'
3284
+ property :pie_hole, as: 'pieHole'
3285
+ property :series, as: 'series', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
3286
+
3287
+ property :three_dimensional, as: 'threeDimensional'
3288
+ end
3289
+ end
3290
+
3291
+ class PivotFilterCriteria
3292
+ # @private
3293
+ class Representation < Google::Apis::Core::JsonRepresentation
3294
+ property :condition, as: 'condition', class: Google::Apis::SheetsV4::BooleanCondition, decorator: Google::Apis::SheetsV4::BooleanCondition::Representation
3295
+
3296
+ property :visible_by_default, as: 'visibleByDefault'
3297
+ collection :visible_values, as: 'visibleValues'
3298
+ end
3299
+ end
3300
+
3301
+ class PivotFilterSpec
3302
+ # @private
3303
+ class Representation < Google::Apis::Core::JsonRepresentation
3304
+ property :column_offset_index, as: 'columnOffsetIndex'
3305
+ property :data_source_column_reference, as: 'dataSourceColumnReference', class: Google::Apis::SheetsV4::DataSourceColumnReference, decorator: Google::Apis::SheetsV4::DataSourceColumnReference::Representation
3306
+
3307
+ property :filter_criteria, as: 'filterCriteria', class: Google::Apis::SheetsV4::PivotFilterCriteria, decorator: Google::Apis::SheetsV4::PivotFilterCriteria::Representation
3308
+
3309
+ end
3310
+ end
3311
+
3312
+ class PivotGroup
3313
+ # @private
3314
+ class Representation < Google::Apis::Core::JsonRepresentation
3315
+ property :data_source_column_reference, as: 'dataSourceColumnReference', class: Google::Apis::SheetsV4::DataSourceColumnReference, decorator: Google::Apis::SheetsV4::DataSourceColumnReference::Representation
3316
+
3317
+ property :group_limit, as: 'groupLimit', class: Google::Apis::SheetsV4::PivotGroupLimit, decorator: Google::Apis::SheetsV4::PivotGroupLimit::Representation
3318
+
3319
+ property :group_rule, as: 'groupRule', class: Google::Apis::SheetsV4::PivotGroupRule, decorator: Google::Apis::SheetsV4::PivotGroupRule::Representation
3320
+
3321
+ property :label, as: 'label'
3322
+ property :repeat_headings, as: 'repeatHeadings'
3323
+ property :show_totals, as: 'showTotals'
3324
+ property :sort_order, as: 'sortOrder'
3325
+ property :source_column_offset, as: 'sourceColumnOffset'
3326
+ property :value_bucket, as: 'valueBucket', class: Google::Apis::SheetsV4::PivotGroupSortValueBucket, decorator: Google::Apis::SheetsV4::PivotGroupSortValueBucket::Representation
3327
+
3328
+ collection :value_metadata, as: 'valueMetadata', class: Google::Apis::SheetsV4::PivotGroupValueMetadata, decorator: Google::Apis::SheetsV4::PivotGroupValueMetadata::Representation
3329
+
3330
+ end
3331
+ end
3332
+
3333
+ class PivotGroupLimit
3334
+ # @private
3335
+ class Representation < Google::Apis::Core::JsonRepresentation
3336
+ property :apply_order, as: 'applyOrder'
3337
+ property :count_limit, as: 'countLimit'
3338
+ end
3339
+ end
3340
+
3341
+ class PivotGroupRule
3342
+ # @private
3343
+ class Representation < Google::Apis::Core::JsonRepresentation
3344
+ property :date_time_rule, as: 'dateTimeRule', class: Google::Apis::SheetsV4::DateTimeRule, decorator: Google::Apis::SheetsV4::DateTimeRule::Representation
3345
+
3346
+ property :histogram_rule, as: 'histogramRule', class: Google::Apis::SheetsV4::HistogramRule, decorator: Google::Apis::SheetsV4::HistogramRule::Representation
3347
+
3348
+ property :manual_rule, as: 'manualRule', class: Google::Apis::SheetsV4::ManualRule, decorator: Google::Apis::SheetsV4::ManualRule::Representation
3349
+
3350
+ end
3351
+ end
3352
+
3353
+ class PivotGroupSortValueBucket
3354
+ # @private
3355
+ class Representation < Google::Apis::Core::JsonRepresentation
3356
+ collection :buckets, as: 'buckets', class: Google::Apis::SheetsV4::ExtendedValue, decorator: Google::Apis::SheetsV4::ExtendedValue::Representation
3357
+
3358
+ property :values_index, as: 'valuesIndex'
3359
+ end
3360
+ end
3361
+
3362
+ class PivotGroupValueMetadata
3363
+ # @private
3364
+ class Representation < Google::Apis::Core::JsonRepresentation
3365
+ property :collapsed, as: 'collapsed'
3366
+ property :value, as: 'value', class: Google::Apis::SheetsV4::ExtendedValue, decorator: Google::Apis::SheetsV4::ExtendedValue::Representation
3367
+
3368
+ end
3369
+ end
3370
+
3371
+ class PivotTable
3372
+ # @private
3373
+ class Representation < Google::Apis::Core::JsonRepresentation
3374
+ collection :columns, as: 'columns', class: Google::Apis::SheetsV4::PivotGroup, decorator: Google::Apis::SheetsV4::PivotGroup::Representation
3375
+
3376
+ hash :criteria, as: 'criteria', class: Google::Apis::SheetsV4::PivotFilterCriteria, decorator: Google::Apis::SheetsV4::PivotFilterCriteria::Representation
3377
+
3378
+ property :data_execution_status, as: 'dataExecutionStatus', class: Google::Apis::SheetsV4::DataExecutionStatus, decorator: Google::Apis::SheetsV4::DataExecutionStatus::Representation
3379
+
3380
+ property :data_source_id, as: 'dataSourceId'
3381
+ collection :filter_specs, as: 'filterSpecs', class: Google::Apis::SheetsV4::PivotFilterSpec, decorator: Google::Apis::SheetsV4::PivotFilterSpec::Representation
3382
+
3383
+ collection :rows, as: 'rows', class: Google::Apis::SheetsV4::PivotGroup, decorator: Google::Apis::SheetsV4::PivotGroup::Representation
3384
+
3385
+ property :source, as: 'source', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
3386
+
3387
+ property :value_layout, as: 'valueLayout'
3388
+ collection :values, as: 'values', class: Google::Apis::SheetsV4::PivotValue, decorator: Google::Apis::SheetsV4::PivotValue::Representation
3389
+
3390
+ end
3391
+ end
3392
+
3393
+ class PivotValue
3394
+ # @private
3395
+ class Representation < Google::Apis::Core::JsonRepresentation
3396
+ property :calculated_display_type, as: 'calculatedDisplayType'
3397
+ property :data_source_column_reference, as: 'dataSourceColumnReference', class: Google::Apis::SheetsV4::DataSourceColumnReference, decorator: Google::Apis::SheetsV4::DataSourceColumnReference::Representation
3398
+
3399
+ property :formula, as: 'formula'
3400
+ property :name, as: 'name'
3401
+ property :source_column_offset, as: 'sourceColumnOffset'
3402
+ property :summarize_function, as: 'summarizeFunction'
3403
+ end
3404
+ end
3405
+
3406
+ class PointStyle
3407
+ # @private
3408
+ class Representation < Google::Apis::Core::JsonRepresentation
3409
+ property :shape, as: 'shape'
3410
+ property :size, as: 'size'
3411
+ end
3412
+ end
3413
+
3414
+ class ProtectedRange
3415
+ # @private
3416
+ class Representation < Google::Apis::Core::JsonRepresentation
3417
+ property :description, as: 'description'
3418
+ property :editors, as: 'editors', class: Google::Apis::SheetsV4::Editors, decorator: Google::Apis::SheetsV4::Editors::Representation
3419
+
3420
+ property :named_range_id, as: 'namedRangeId'
3421
+ property :protected_range_id, as: 'protectedRangeId'
3422
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
3423
+
3424
+ property :requesting_user_can_edit, as: 'requestingUserCanEdit'
3425
+ collection :unprotected_ranges, as: 'unprotectedRanges', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
3426
+
3427
+ property :warning_only, as: 'warningOnly'
3428
+ end
3429
+ end
3430
+
3431
+ class RandomizeRangeRequest
3432
+ # @private
3433
+ class Representation < Google::Apis::Core::JsonRepresentation
3434
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
3435
+
3436
+ end
3437
+ end
3438
+
3439
+ class RefreshDataSourceObjectExecutionStatus
3440
+ # @private
3441
+ class Representation < Google::Apis::Core::JsonRepresentation
3442
+ property :data_execution_status, as: 'dataExecutionStatus', class: Google::Apis::SheetsV4::DataExecutionStatus, decorator: Google::Apis::SheetsV4::DataExecutionStatus::Representation
3443
+
3444
+ property :reference, as: 'reference', class: Google::Apis::SheetsV4::DataSourceObjectReference, decorator: Google::Apis::SheetsV4::DataSourceObjectReference::Representation
3445
+
3446
+ end
3447
+ end
3448
+
3449
+ class RefreshDataSourceRequest
3450
+ # @private
3451
+ class Representation < Google::Apis::Core::JsonRepresentation
3452
+ property :data_source_id, as: 'dataSourceId'
3453
+ property :force, as: 'force'
3454
+ property :is_all, as: 'isAll'
3455
+ property :references, as: 'references', class: Google::Apis::SheetsV4::DataSourceObjectReferences, decorator: Google::Apis::SheetsV4::DataSourceObjectReferences::Representation
3456
+
3457
+ end
3458
+ end
3459
+
3460
+ class RefreshDataSourceResponse
3461
+ # @private
3462
+ class Representation < Google::Apis::Core::JsonRepresentation
3463
+ collection :statuses, as: 'statuses', class: Google::Apis::SheetsV4::RefreshDataSourceObjectExecutionStatus, decorator: Google::Apis::SheetsV4::RefreshDataSourceObjectExecutionStatus::Representation
3464
+
3465
+ end
3466
+ end
3467
+
3468
+ class RepeatCellRequest
3469
+ # @private
3470
+ class Representation < Google::Apis::Core::JsonRepresentation
3471
+ property :cell, as: 'cell', class: Google::Apis::SheetsV4::CellData, decorator: Google::Apis::SheetsV4::CellData::Representation
3472
+
3473
+ property :fields, as: 'fields'
3474
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
3475
+
3476
+ end
3477
+ end
3478
+
3479
+ class Request
3480
+ # @private
3481
+ class Representation < Google::Apis::Core::JsonRepresentation
3482
+ property :add_banding, as: 'addBanding', class: Google::Apis::SheetsV4::AddBandingRequest, decorator: Google::Apis::SheetsV4::AddBandingRequest::Representation
3483
+
3484
+ property :add_chart, as: 'addChart', class: Google::Apis::SheetsV4::AddChartRequest, decorator: Google::Apis::SheetsV4::AddChartRequest::Representation
3485
+
3486
+ property :add_conditional_format_rule, as: 'addConditionalFormatRule', class: Google::Apis::SheetsV4::AddConditionalFormatRuleRequest, decorator: Google::Apis::SheetsV4::AddConditionalFormatRuleRequest::Representation
3487
+
3488
+ property :add_data_source, as: 'addDataSource', class: Google::Apis::SheetsV4::AddDataSourceRequest, decorator: Google::Apis::SheetsV4::AddDataSourceRequest::Representation
3489
+
3490
+ property :add_dimension_group, as: 'addDimensionGroup', class: Google::Apis::SheetsV4::AddDimensionGroupRequest, decorator: Google::Apis::SheetsV4::AddDimensionGroupRequest::Representation
3491
+
3492
+ property :add_filter_view, as: 'addFilterView', class: Google::Apis::SheetsV4::AddFilterViewRequest, decorator: Google::Apis::SheetsV4::AddFilterViewRequest::Representation
3493
+
3494
+ property :add_named_range, as: 'addNamedRange', class: Google::Apis::SheetsV4::AddNamedRangeRequest, decorator: Google::Apis::SheetsV4::AddNamedRangeRequest::Representation
3495
+
3496
+ property :add_protected_range, as: 'addProtectedRange', class: Google::Apis::SheetsV4::AddProtectedRangeRequest, decorator: Google::Apis::SheetsV4::AddProtectedRangeRequest::Representation
3497
+
3498
+ property :add_sheet, as: 'addSheet', class: Google::Apis::SheetsV4::AddSheetRequest, decorator: Google::Apis::SheetsV4::AddSheetRequest::Representation
3499
+
3500
+ property :add_slicer, as: 'addSlicer', class: Google::Apis::SheetsV4::AddSlicerRequest, decorator: Google::Apis::SheetsV4::AddSlicerRequest::Representation
3501
+
3502
+ property :append_cells, as: 'appendCells', class: Google::Apis::SheetsV4::AppendCellsRequest, decorator: Google::Apis::SheetsV4::AppendCellsRequest::Representation
3503
+
3504
+ property :append_dimension, as: 'appendDimension', class: Google::Apis::SheetsV4::AppendDimensionRequest, decorator: Google::Apis::SheetsV4::AppendDimensionRequest::Representation
3505
+
3506
+ property :auto_fill, as: 'autoFill', class: Google::Apis::SheetsV4::AutoFillRequest, decorator: Google::Apis::SheetsV4::AutoFillRequest::Representation
3507
+
3508
+ property :auto_resize_dimensions, as: 'autoResizeDimensions', class: Google::Apis::SheetsV4::AutoResizeDimensionsRequest, decorator: Google::Apis::SheetsV4::AutoResizeDimensionsRequest::Representation
3509
+
3510
+ property :clear_basic_filter, as: 'clearBasicFilter', class: Google::Apis::SheetsV4::ClearBasicFilterRequest, decorator: Google::Apis::SheetsV4::ClearBasicFilterRequest::Representation
3511
+
3512
+ property :copy_paste, as: 'copyPaste', class: Google::Apis::SheetsV4::CopyPasteRequest, decorator: Google::Apis::SheetsV4::CopyPasteRequest::Representation
3513
+
3514
+ property :create_developer_metadata, as: 'createDeveloperMetadata', class: Google::Apis::SheetsV4::CreateDeveloperMetadataRequest, decorator: Google::Apis::SheetsV4::CreateDeveloperMetadataRequest::Representation
3515
+
3516
+ property :cut_paste, as: 'cutPaste', class: Google::Apis::SheetsV4::CutPasteRequest, decorator: Google::Apis::SheetsV4::CutPasteRequest::Representation
3517
+
3518
+ property :delete_banding, as: 'deleteBanding', class: Google::Apis::SheetsV4::DeleteBandingRequest, decorator: Google::Apis::SheetsV4::DeleteBandingRequest::Representation
3519
+
3520
+ property :delete_conditional_format_rule, as: 'deleteConditionalFormatRule', class: Google::Apis::SheetsV4::DeleteConditionalFormatRuleRequest, decorator: Google::Apis::SheetsV4::DeleteConditionalFormatRuleRequest::Representation
3521
+
3522
+ property :delete_data_source, as: 'deleteDataSource', class: Google::Apis::SheetsV4::DeleteDataSourceRequest, decorator: Google::Apis::SheetsV4::DeleteDataSourceRequest::Representation
3523
+
3524
+ property :delete_developer_metadata, as: 'deleteDeveloperMetadata', class: Google::Apis::SheetsV4::DeleteDeveloperMetadataRequest, decorator: Google::Apis::SheetsV4::DeleteDeveloperMetadataRequest::Representation
3525
+
3526
+ property :delete_dimension, as: 'deleteDimension', class: Google::Apis::SheetsV4::DeleteDimensionRequest, decorator: Google::Apis::SheetsV4::DeleteDimensionRequest::Representation
3527
+
3528
+ property :delete_dimension_group, as: 'deleteDimensionGroup', class: Google::Apis::SheetsV4::DeleteDimensionGroupRequest, decorator: Google::Apis::SheetsV4::DeleteDimensionGroupRequest::Representation
3529
+
3530
+ property :delete_duplicates, as: 'deleteDuplicates', class: Google::Apis::SheetsV4::DeleteDuplicatesRequest, decorator: Google::Apis::SheetsV4::DeleteDuplicatesRequest::Representation
3531
+
3532
+ property :delete_embedded_object, as: 'deleteEmbeddedObject', class: Google::Apis::SheetsV4::DeleteEmbeddedObjectRequest, decorator: Google::Apis::SheetsV4::DeleteEmbeddedObjectRequest::Representation
3533
+
3534
+ property :delete_filter_view, as: 'deleteFilterView', class: Google::Apis::SheetsV4::DeleteFilterViewRequest, decorator: Google::Apis::SheetsV4::DeleteFilterViewRequest::Representation
3535
+
3536
+ property :delete_named_range, as: 'deleteNamedRange', class: Google::Apis::SheetsV4::DeleteNamedRangeRequest, decorator: Google::Apis::SheetsV4::DeleteNamedRangeRequest::Representation
3537
+
3538
+ property :delete_protected_range, as: 'deleteProtectedRange', class: Google::Apis::SheetsV4::DeleteProtectedRangeRequest, decorator: Google::Apis::SheetsV4::DeleteProtectedRangeRequest::Representation
3539
+
3540
+ property :delete_range, as: 'deleteRange', class: Google::Apis::SheetsV4::DeleteRangeRequest, decorator: Google::Apis::SheetsV4::DeleteRangeRequest::Representation
3541
+
3542
+ property :delete_sheet, as: 'deleteSheet', class: Google::Apis::SheetsV4::DeleteSheetRequest, decorator: Google::Apis::SheetsV4::DeleteSheetRequest::Representation
3543
+
3544
+ property :duplicate_filter_view, as: 'duplicateFilterView', class: Google::Apis::SheetsV4::DuplicateFilterViewRequest, decorator: Google::Apis::SheetsV4::DuplicateFilterViewRequest::Representation
3545
+
3546
+ property :duplicate_sheet, as: 'duplicateSheet', class: Google::Apis::SheetsV4::DuplicateSheetRequest, decorator: Google::Apis::SheetsV4::DuplicateSheetRequest::Representation
3547
+
3548
+ property :find_replace, as: 'findReplace', class: Google::Apis::SheetsV4::FindReplaceRequest, decorator: Google::Apis::SheetsV4::FindReplaceRequest::Representation
3549
+
3550
+ property :insert_dimension, as: 'insertDimension', class: Google::Apis::SheetsV4::InsertDimensionRequest, decorator: Google::Apis::SheetsV4::InsertDimensionRequest::Representation
3551
+
3552
+ property :insert_range, as: 'insertRange', class: Google::Apis::SheetsV4::InsertRangeRequest, decorator: Google::Apis::SheetsV4::InsertRangeRequest::Representation
3553
+
3554
+ property :merge_cells, as: 'mergeCells', class: Google::Apis::SheetsV4::MergeCellsRequest, decorator: Google::Apis::SheetsV4::MergeCellsRequest::Representation
3555
+
3556
+ property :move_dimension, as: 'moveDimension', class: Google::Apis::SheetsV4::MoveDimensionRequest, decorator: Google::Apis::SheetsV4::MoveDimensionRequest::Representation
3557
+
3558
+ property :paste_data, as: 'pasteData', class: Google::Apis::SheetsV4::PasteDataRequest, decorator: Google::Apis::SheetsV4::PasteDataRequest::Representation
3559
+
3560
+ property :randomize_range, as: 'randomizeRange', class: Google::Apis::SheetsV4::RandomizeRangeRequest, decorator: Google::Apis::SheetsV4::RandomizeRangeRequest::Representation
3561
+
3562
+ property :refresh_data_source, as: 'refreshDataSource', class: Google::Apis::SheetsV4::RefreshDataSourceRequest, decorator: Google::Apis::SheetsV4::RefreshDataSourceRequest::Representation
3563
+
3564
+ property :repeat_cell, as: 'repeatCell', class: Google::Apis::SheetsV4::RepeatCellRequest, decorator: Google::Apis::SheetsV4::RepeatCellRequest::Representation
3565
+
3566
+ property :set_basic_filter, as: 'setBasicFilter', class: Google::Apis::SheetsV4::SetBasicFilterRequest, decorator: Google::Apis::SheetsV4::SetBasicFilterRequest::Representation
3567
+
3568
+ property :set_data_validation, as: 'setDataValidation', class: Google::Apis::SheetsV4::SetDataValidationRequest, decorator: Google::Apis::SheetsV4::SetDataValidationRequest::Representation
3569
+
3570
+ property :sort_range, as: 'sortRange', class: Google::Apis::SheetsV4::SortRangeRequest, decorator: Google::Apis::SheetsV4::SortRangeRequest::Representation
3571
+
3572
+ property :text_to_columns, as: 'textToColumns', class: Google::Apis::SheetsV4::TextToColumnsRequest, decorator: Google::Apis::SheetsV4::TextToColumnsRequest::Representation
3573
+
3574
+ property :trim_whitespace, as: 'trimWhitespace', class: Google::Apis::SheetsV4::TrimWhitespaceRequest, decorator: Google::Apis::SheetsV4::TrimWhitespaceRequest::Representation
3575
+
3576
+ property :unmerge_cells, as: 'unmergeCells', class: Google::Apis::SheetsV4::UnmergeCellsRequest, decorator: Google::Apis::SheetsV4::UnmergeCellsRequest::Representation
3577
+
3578
+ property :update_banding, as: 'updateBanding', class: Google::Apis::SheetsV4::UpdateBandingRequest, decorator: Google::Apis::SheetsV4::UpdateBandingRequest::Representation
3579
+
3580
+ property :update_borders, as: 'updateBorders', class: Google::Apis::SheetsV4::UpdateBordersRequest, decorator: Google::Apis::SheetsV4::UpdateBordersRequest::Representation
3581
+
3582
+ property :update_cells, as: 'updateCells', class: Google::Apis::SheetsV4::UpdateCellsRequest, decorator: Google::Apis::SheetsV4::UpdateCellsRequest::Representation
3583
+
3584
+ property :update_chart_spec, as: 'updateChartSpec', class: Google::Apis::SheetsV4::UpdateChartSpecRequest, decorator: Google::Apis::SheetsV4::UpdateChartSpecRequest::Representation
3585
+
3586
+ property :update_conditional_format_rule, as: 'updateConditionalFormatRule', class: Google::Apis::SheetsV4::UpdateConditionalFormatRuleRequest, decorator: Google::Apis::SheetsV4::UpdateConditionalFormatRuleRequest::Representation
3587
+
3588
+ property :update_data_source, as: 'updateDataSource', class: Google::Apis::SheetsV4::UpdateDataSourceRequest, decorator: Google::Apis::SheetsV4::UpdateDataSourceRequest::Representation
3589
+
3590
+ property :update_developer_metadata, as: 'updateDeveloperMetadata', class: Google::Apis::SheetsV4::UpdateDeveloperMetadataRequest, decorator: Google::Apis::SheetsV4::UpdateDeveloperMetadataRequest::Representation
3591
+
3592
+ property :update_dimension_group, as: 'updateDimensionGroup', class: Google::Apis::SheetsV4::UpdateDimensionGroupRequest, decorator: Google::Apis::SheetsV4::UpdateDimensionGroupRequest::Representation
3593
+
3594
+ property :update_dimension_properties, as: 'updateDimensionProperties', class: Google::Apis::SheetsV4::UpdateDimensionPropertiesRequest, decorator: Google::Apis::SheetsV4::UpdateDimensionPropertiesRequest::Representation
3595
+
3596
+ property :update_embedded_object_border, as: 'updateEmbeddedObjectBorder', class: Google::Apis::SheetsV4::UpdateEmbeddedObjectBorderRequest, decorator: Google::Apis::SheetsV4::UpdateEmbeddedObjectBorderRequest::Representation
3597
+
3598
+ property :update_embedded_object_position, as: 'updateEmbeddedObjectPosition', class: Google::Apis::SheetsV4::UpdateEmbeddedObjectPositionRequest, decorator: Google::Apis::SheetsV4::UpdateEmbeddedObjectPositionRequest::Representation
3599
+
3600
+ property :update_filter_view, as: 'updateFilterView', class: Google::Apis::SheetsV4::UpdateFilterViewRequest, decorator: Google::Apis::SheetsV4::UpdateFilterViewRequest::Representation
3601
+
3602
+ property :update_named_range, as: 'updateNamedRange', class: Google::Apis::SheetsV4::UpdateNamedRangeRequest, decorator: Google::Apis::SheetsV4::UpdateNamedRangeRequest::Representation
3603
+
3604
+ property :update_protected_range, as: 'updateProtectedRange', class: Google::Apis::SheetsV4::UpdateProtectedRangeRequest, decorator: Google::Apis::SheetsV4::UpdateProtectedRangeRequest::Representation
3605
+
3606
+ property :update_sheet_properties, as: 'updateSheetProperties', class: Google::Apis::SheetsV4::UpdateSheetPropertiesRequest, decorator: Google::Apis::SheetsV4::UpdateSheetPropertiesRequest::Representation
3607
+
3608
+ property :update_slicer_spec, as: 'updateSlicerSpec', class: Google::Apis::SheetsV4::UpdateSlicerSpecRequest, decorator: Google::Apis::SheetsV4::UpdateSlicerSpecRequest::Representation
3609
+
3610
+ property :update_spreadsheet_properties, as: 'updateSpreadsheetProperties', class: Google::Apis::SheetsV4::UpdateSpreadsheetPropertiesRequest, decorator: Google::Apis::SheetsV4::UpdateSpreadsheetPropertiesRequest::Representation
3611
+
3612
+ end
3613
+ end
3614
+
3615
+ class Response
3616
+ # @private
3617
+ class Representation < Google::Apis::Core::JsonRepresentation
3618
+ property :add_banding, as: 'addBanding', class: Google::Apis::SheetsV4::AddBandingResponse, decorator: Google::Apis::SheetsV4::AddBandingResponse::Representation
3619
+
3620
+ property :add_chart, as: 'addChart', class: Google::Apis::SheetsV4::AddChartResponse, decorator: Google::Apis::SheetsV4::AddChartResponse::Representation
3621
+
3622
+ property :add_data_source, as: 'addDataSource', class: Google::Apis::SheetsV4::AddDataSourceResponse, decorator: Google::Apis::SheetsV4::AddDataSourceResponse::Representation
3623
+
3624
+ property :add_dimension_group, as: 'addDimensionGroup', class: Google::Apis::SheetsV4::AddDimensionGroupResponse, decorator: Google::Apis::SheetsV4::AddDimensionGroupResponse::Representation
3625
+
3626
+ property :add_filter_view, as: 'addFilterView', class: Google::Apis::SheetsV4::AddFilterViewResponse, decorator: Google::Apis::SheetsV4::AddFilterViewResponse::Representation
3627
+
3628
+ property :add_named_range, as: 'addNamedRange', class: Google::Apis::SheetsV4::AddNamedRangeResponse, decorator: Google::Apis::SheetsV4::AddNamedRangeResponse::Representation
3629
+
3630
+ property :add_protected_range, as: 'addProtectedRange', class: Google::Apis::SheetsV4::AddProtectedRangeResponse, decorator: Google::Apis::SheetsV4::AddProtectedRangeResponse::Representation
3631
+
3632
+ property :add_sheet, as: 'addSheet', class: Google::Apis::SheetsV4::AddSheetResponse, decorator: Google::Apis::SheetsV4::AddSheetResponse::Representation
3633
+
3634
+ property :add_slicer, as: 'addSlicer', class: Google::Apis::SheetsV4::AddSlicerResponse, decorator: Google::Apis::SheetsV4::AddSlicerResponse::Representation
3635
+
3636
+ property :create_developer_metadata, as: 'createDeveloperMetadata', class: Google::Apis::SheetsV4::CreateDeveloperMetadataResponse, decorator: Google::Apis::SheetsV4::CreateDeveloperMetadataResponse::Representation
3637
+
3638
+ property :delete_conditional_format_rule, as: 'deleteConditionalFormatRule', class: Google::Apis::SheetsV4::DeleteConditionalFormatRuleResponse, decorator: Google::Apis::SheetsV4::DeleteConditionalFormatRuleResponse::Representation
3639
+
3640
+ property :delete_developer_metadata, as: 'deleteDeveloperMetadata', class: Google::Apis::SheetsV4::DeleteDeveloperMetadataResponse, decorator: Google::Apis::SheetsV4::DeleteDeveloperMetadataResponse::Representation
3641
+
3642
+ property :delete_dimension_group, as: 'deleteDimensionGroup', class: Google::Apis::SheetsV4::DeleteDimensionGroupResponse, decorator: Google::Apis::SheetsV4::DeleteDimensionGroupResponse::Representation
3643
+
3644
+ property :delete_duplicates, as: 'deleteDuplicates', class: Google::Apis::SheetsV4::DeleteDuplicatesResponse, decorator: Google::Apis::SheetsV4::DeleteDuplicatesResponse::Representation
3645
+
3646
+ property :duplicate_filter_view, as: 'duplicateFilterView', class: Google::Apis::SheetsV4::DuplicateFilterViewResponse, decorator: Google::Apis::SheetsV4::DuplicateFilterViewResponse::Representation
3647
+
3648
+ property :duplicate_sheet, as: 'duplicateSheet', class: Google::Apis::SheetsV4::DuplicateSheetResponse, decorator: Google::Apis::SheetsV4::DuplicateSheetResponse::Representation
3649
+
3650
+ property :find_replace, as: 'findReplace', class: Google::Apis::SheetsV4::FindReplaceResponse, decorator: Google::Apis::SheetsV4::FindReplaceResponse::Representation
3651
+
3652
+ property :refresh_data_source, as: 'refreshDataSource', class: Google::Apis::SheetsV4::RefreshDataSourceResponse, decorator: Google::Apis::SheetsV4::RefreshDataSourceResponse::Representation
3653
+
3654
+ property :trim_whitespace, as: 'trimWhitespace', class: Google::Apis::SheetsV4::TrimWhitespaceResponse, decorator: Google::Apis::SheetsV4::TrimWhitespaceResponse::Representation
3655
+
3656
+ property :update_conditional_format_rule, as: 'updateConditionalFormatRule', class: Google::Apis::SheetsV4::UpdateConditionalFormatRuleResponse, decorator: Google::Apis::SheetsV4::UpdateConditionalFormatRuleResponse::Representation
3657
+
3658
+ property :update_data_source, as: 'updateDataSource', class: Google::Apis::SheetsV4::UpdateDataSourceResponse, decorator: Google::Apis::SheetsV4::UpdateDataSourceResponse::Representation
3659
+
3660
+ property :update_developer_metadata, as: 'updateDeveloperMetadata', class: Google::Apis::SheetsV4::UpdateDeveloperMetadataResponse, decorator: Google::Apis::SheetsV4::UpdateDeveloperMetadataResponse::Representation
3661
+
3662
+ property :update_embedded_object_position, as: 'updateEmbeddedObjectPosition', class: Google::Apis::SheetsV4::UpdateEmbeddedObjectPositionResponse, decorator: Google::Apis::SheetsV4::UpdateEmbeddedObjectPositionResponse::Representation
3663
+
3664
+ end
3665
+ end
3666
+
3667
+ class RowData
3668
+ # @private
3669
+ class Representation < Google::Apis::Core::JsonRepresentation
3670
+ collection :values, as: 'values', class: Google::Apis::SheetsV4::CellData, decorator: Google::Apis::SheetsV4::CellData::Representation
3671
+
3672
+ end
3673
+ end
3674
+
3675
+ class ScorecardChartSpec
3676
+ # @private
3677
+ class Representation < Google::Apis::Core::JsonRepresentation
3678
+ property :aggregate_type, as: 'aggregateType'
3679
+ property :baseline_value_data, as: 'baselineValueData', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
3680
+
3681
+ property :baseline_value_format, as: 'baselineValueFormat', class: Google::Apis::SheetsV4::BaselineValueFormat, decorator: Google::Apis::SheetsV4::BaselineValueFormat::Representation
3682
+
3683
+ property :custom_format_options, as: 'customFormatOptions', class: Google::Apis::SheetsV4::ChartCustomNumberFormatOptions, decorator: Google::Apis::SheetsV4::ChartCustomNumberFormatOptions::Representation
3684
+
3685
+ property :key_value_data, as: 'keyValueData', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
3686
+
3687
+ property :key_value_format, as: 'keyValueFormat', class: Google::Apis::SheetsV4::KeyValueFormat, decorator: Google::Apis::SheetsV4::KeyValueFormat::Representation
3688
+
3689
+ property :number_format_source, as: 'numberFormatSource'
3690
+ property :scale_factor, as: 'scaleFactor'
3691
+ end
3692
+ end
3693
+
3694
+ class SearchDeveloperMetadataRequest
3695
+ # @private
3696
+ class Representation < Google::Apis::Core::JsonRepresentation
3697
+ collection :data_filters, as: 'dataFilters', class: Google::Apis::SheetsV4::DataFilter, decorator: Google::Apis::SheetsV4::DataFilter::Representation
3698
+
3699
+ end
3700
+ end
3701
+
3702
+ class SearchDeveloperMetadataResponse
3703
+ # @private
3704
+ class Representation < Google::Apis::Core::JsonRepresentation
3705
+ collection :matched_developer_metadata, as: 'matchedDeveloperMetadata', class: Google::Apis::SheetsV4::MatchedDeveloperMetadata, decorator: Google::Apis::SheetsV4::MatchedDeveloperMetadata::Representation
3706
+
3707
+ end
3708
+ end
3709
+
3710
+ class SetBasicFilterRequest
3711
+ # @private
3712
+ class Representation < Google::Apis::Core::JsonRepresentation
3713
+ property :filter, as: 'filter', class: Google::Apis::SheetsV4::BasicFilter, decorator: Google::Apis::SheetsV4::BasicFilter::Representation
3714
+
3715
+ end
3716
+ end
3717
+
3718
+ class SetDataValidationRequest
3719
+ # @private
3720
+ class Representation < Google::Apis::Core::JsonRepresentation
3721
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
3722
+
3723
+ property :rule, as: 'rule', class: Google::Apis::SheetsV4::DataValidationRule, decorator: Google::Apis::SheetsV4::DataValidationRule::Representation
3724
+
3725
+ end
3726
+ end
3727
+
3728
+ class Sheet
3729
+ # @private
3730
+ class Representation < Google::Apis::Core::JsonRepresentation
3731
+ collection :banded_ranges, as: 'bandedRanges', class: Google::Apis::SheetsV4::BandedRange, decorator: Google::Apis::SheetsV4::BandedRange::Representation
3732
+
3733
+ property :basic_filter, as: 'basicFilter', class: Google::Apis::SheetsV4::BasicFilter, decorator: Google::Apis::SheetsV4::BasicFilter::Representation
3734
+
3735
+ collection :charts, as: 'charts', class: Google::Apis::SheetsV4::EmbeddedChart, decorator: Google::Apis::SheetsV4::EmbeddedChart::Representation
3736
+
3737
+ collection :column_groups, as: 'columnGroups', class: Google::Apis::SheetsV4::DimensionGroup, decorator: Google::Apis::SheetsV4::DimensionGroup::Representation
3738
+
3739
+ collection :conditional_formats, as: 'conditionalFormats', class: Google::Apis::SheetsV4::ConditionalFormatRule, decorator: Google::Apis::SheetsV4::ConditionalFormatRule::Representation
3740
+
3741
+ collection :data, as: 'data', class: Google::Apis::SheetsV4::GridData, decorator: Google::Apis::SheetsV4::GridData::Representation
3742
+
3743
+ collection :developer_metadata, as: 'developerMetadata', class: Google::Apis::SheetsV4::DeveloperMetadata, decorator: Google::Apis::SheetsV4::DeveloperMetadata::Representation
3744
+
3745
+ collection :filter_views, as: 'filterViews', class: Google::Apis::SheetsV4::FilterView, decorator: Google::Apis::SheetsV4::FilterView::Representation
3746
+
3747
+ collection :merges, as: 'merges', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
3748
+
3749
+ property :properties, as: 'properties', class: Google::Apis::SheetsV4::SheetProperties, decorator: Google::Apis::SheetsV4::SheetProperties::Representation
3750
+
3751
+ collection :protected_ranges, as: 'protectedRanges', class: Google::Apis::SheetsV4::ProtectedRange, decorator: Google::Apis::SheetsV4::ProtectedRange::Representation
3752
+
3753
+ collection :row_groups, as: 'rowGroups', class: Google::Apis::SheetsV4::DimensionGroup, decorator: Google::Apis::SheetsV4::DimensionGroup::Representation
3754
+
3755
+ collection :slicers, as: 'slicers', class: Google::Apis::SheetsV4::Slicer, decorator: Google::Apis::SheetsV4::Slicer::Representation
3756
+
3757
+ end
3758
+ end
3759
+
3760
+ class SheetProperties
3761
+ # @private
3762
+ class Representation < Google::Apis::Core::JsonRepresentation
3763
+ property :data_source_sheet_properties, as: 'dataSourceSheetProperties', class: Google::Apis::SheetsV4::DataSourceSheetProperties, decorator: Google::Apis::SheetsV4::DataSourceSheetProperties::Representation
3764
+
3765
+ property :grid_properties, as: 'gridProperties', class: Google::Apis::SheetsV4::GridProperties, decorator: Google::Apis::SheetsV4::GridProperties::Representation
3766
+
3767
+ property :hidden, as: 'hidden'
3768
+ property :index, as: 'index'
3769
+ property :right_to_left, as: 'rightToLeft'
3770
+ property :sheet_id, as: 'sheetId'
3771
+ property :sheet_type, as: 'sheetType'
3772
+ property :tab_color, as: 'tabColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
3773
+
3774
+ property :tab_color_style, as: 'tabColorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
3775
+
3776
+ property :title, as: 'title'
3777
+ end
3778
+ end
3779
+
3780
+ class Slicer
3781
+ # @private
3782
+ class Representation < Google::Apis::Core::JsonRepresentation
3783
+ property :position, as: 'position', class: Google::Apis::SheetsV4::EmbeddedObjectPosition, decorator: Google::Apis::SheetsV4::EmbeddedObjectPosition::Representation
3784
+
3785
+ property :slicer_id, as: 'slicerId'
3786
+ property :spec, as: 'spec', class: Google::Apis::SheetsV4::SlicerSpec, decorator: Google::Apis::SheetsV4::SlicerSpec::Representation
3787
+
3788
+ end
3789
+ end
3790
+
3791
+ class SlicerSpec
3792
+ # @private
3793
+ class Representation < Google::Apis::Core::JsonRepresentation
3794
+ property :apply_to_pivot_tables, as: 'applyToPivotTables'
3795
+ property :background_color, as: 'backgroundColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
3796
+
3797
+ property :background_color_style, as: 'backgroundColorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
3798
+
3799
+ property :column_index, as: 'columnIndex'
3800
+ property :data_range, as: 'dataRange', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
3801
+
3802
+ property :filter_criteria, as: 'filterCriteria', class: Google::Apis::SheetsV4::FilterCriteria, decorator: Google::Apis::SheetsV4::FilterCriteria::Representation
3803
+
3804
+ property :horizontal_alignment, as: 'horizontalAlignment'
3805
+ property :text_format, as: 'textFormat', class: Google::Apis::SheetsV4::TextFormat, decorator: Google::Apis::SheetsV4::TextFormat::Representation
3806
+
3807
+ property :title, as: 'title'
3808
+ end
3809
+ end
3810
+
3811
+ class SortRangeRequest
3812
+ # @private
3813
+ class Representation < Google::Apis::Core::JsonRepresentation
3814
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
3815
+
3816
+ collection :sort_specs, as: 'sortSpecs', class: Google::Apis::SheetsV4::SortSpec, decorator: Google::Apis::SheetsV4::SortSpec::Representation
3817
+
3818
+ end
3819
+ end
3820
+
3821
+ class SortSpec
3822
+ # @private
3823
+ class Representation < Google::Apis::Core::JsonRepresentation
3824
+ property :background_color, as: 'backgroundColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
3825
+
3826
+ property :background_color_style, as: 'backgroundColorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
3827
+
3828
+ property :data_source_column_reference, as: 'dataSourceColumnReference', class: Google::Apis::SheetsV4::DataSourceColumnReference, decorator: Google::Apis::SheetsV4::DataSourceColumnReference::Representation
3829
+
3830
+ property :dimension_index, as: 'dimensionIndex'
3831
+ property :foreground_color, as: 'foregroundColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
3832
+
3833
+ property :foreground_color_style, as: 'foregroundColorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
3834
+
3835
+ property :sort_order, as: 'sortOrder'
3836
+ end
3837
+ end
3838
+
3839
+ class SourceAndDestination
3840
+ # @private
3841
+ class Representation < Google::Apis::Core::JsonRepresentation
3842
+ property :dimension, as: 'dimension'
3843
+ property :fill_length, as: 'fillLength'
3844
+ property :source, as: 'source', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
3845
+
3846
+ end
3847
+ end
3848
+
3849
+ class Spreadsheet
3850
+ # @private
3851
+ class Representation < Google::Apis::Core::JsonRepresentation
3852
+ collection :data_source_schedules, as: 'dataSourceSchedules', class: Google::Apis::SheetsV4::DataSourceRefreshSchedule, decorator: Google::Apis::SheetsV4::DataSourceRefreshSchedule::Representation
3853
+
3854
+ collection :data_sources, as: 'dataSources', class: Google::Apis::SheetsV4::DataSource, decorator: Google::Apis::SheetsV4::DataSource::Representation
3855
+
3856
+ collection :developer_metadata, as: 'developerMetadata', class: Google::Apis::SheetsV4::DeveloperMetadata, decorator: Google::Apis::SheetsV4::DeveloperMetadata::Representation
3857
+
3858
+ collection :named_ranges, as: 'namedRanges', class: Google::Apis::SheetsV4::NamedRange, decorator: Google::Apis::SheetsV4::NamedRange::Representation
3859
+
3860
+ property :properties, as: 'properties', class: Google::Apis::SheetsV4::SpreadsheetProperties, decorator: Google::Apis::SheetsV4::SpreadsheetProperties::Representation
3861
+
3862
+ collection :sheets, as: 'sheets', class: Google::Apis::SheetsV4::Sheet, decorator: Google::Apis::SheetsV4::Sheet::Representation
3863
+
3864
+ property :spreadsheet_id, as: 'spreadsheetId'
3865
+ property :spreadsheet_url, as: 'spreadsheetUrl'
3866
+ end
3867
+ end
3868
+
3869
+ class SpreadsheetProperties
3870
+ # @private
3871
+ class Representation < Google::Apis::Core::JsonRepresentation
3872
+ property :auto_recalc, as: 'autoRecalc'
3873
+ property :default_format, as: 'defaultFormat', class: Google::Apis::SheetsV4::CellFormat, decorator: Google::Apis::SheetsV4::CellFormat::Representation
3874
+
3875
+ property :iterative_calculation_settings, as: 'iterativeCalculationSettings', class: Google::Apis::SheetsV4::IterativeCalculationSettings, decorator: Google::Apis::SheetsV4::IterativeCalculationSettings::Representation
3876
+
3877
+ property :locale, as: 'locale'
3878
+ property :spreadsheet_theme, as: 'spreadsheetTheme', class: Google::Apis::SheetsV4::SpreadsheetTheme, decorator: Google::Apis::SheetsV4::SpreadsheetTheme::Representation
3879
+
3880
+ property :time_zone, as: 'timeZone'
3881
+ property :title, as: 'title'
3882
+ end
3883
+ end
3884
+
3885
+ class SpreadsheetTheme
3886
+ # @private
3887
+ class Representation < Google::Apis::Core::JsonRepresentation
3888
+ property :primary_font_family, as: 'primaryFontFamily'
3889
+ collection :theme_colors, as: 'themeColors', class: Google::Apis::SheetsV4::ThemeColorPair, decorator: Google::Apis::SheetsV4::ThemeColorPair::Representation
3890
+
3891
+ end
3892
+ end
3893
+
3894
+ class TextFormat
3895
+ # @private
3896
+ class Representation < Google::Apis::Core::JsonRepresentation
3897
+ property :bold, as: 'bold'
3898
+ property :font_family, as: 'fontFamily'
3899
+ property :font_size, as: 'fontSize'
3900
+ property :foreground_color, as: 'foregroundColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
3901
+
3902
+ property :foreground_color_style, as: 'foregroundColorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
3903
+
3904
+ property :italic, as: 'italic'
3905
+ property :strikethrough, as: 'strikethrough'
3906
+ property :underline, as: 'underline'
3907
+ end
3908
+ end
3909
+
3910
+ class TextFormatRun
3911
+ # @private
3912
+ class Representation < Google::Apis::Core::JsonRepresentation
3913
+ property :format, as: 'format', class: Google::Apis::SheetsV4::TextFormat, decorator: Google::Apis::SheetsV4::TextFormat::Representation
3914
+
3915
+ property :start_index, as: 'startIndex'
3916
+ end
3917
+ end
3918
+
3919
+ class TextPosition
3920
+ # @private
3921
+ class Representation < Google::Apis::Core::JsonRepresentation
3922
+ property :horizontal_alignment, as: 'horizontalAlignment'
3923
+ end
3924
+ end
3925
+
3926
+ class TextRotation
3927
+ # @private
3928
+ class Representation < Google::Apis::Core::JsonRepresentation
3929
+ property :angle, as: 'angle'
3930
+ property :vertical, as: 'vertical'
3931
+ end
3932
+ end
3933
+
3934
+ class TextToColumnsRequest
3935
+ # @private
3936
+ class Representation < Google::Apis::Core::JsonRepresentation
3937
+ property :delimiter, as: 'delimiter'
3938
+ property :delimiter_type, as: 'delimiterType'
3939
+ property :source, as: 'source', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
3940
+
3941
+ end
3942
+ end
3943
+
3944
+ class ThemeColorPair
3945
+ # @private
3946
+ class Representation < Google::Apis::Core::JsonRepresentation
3947
+ property :color, as: 'color', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
3948
+
3949
+ property :color_type, as: 'colorType'
3950
+ end
3951
+ end
3952
+
3953
+ class TimeOfDay
3954
+ # @private
3955
+ class Representation < Google::Apis::Core::JsonRepresentation
3956
+ property :hours, as: 'hours'
3957
+ property :minutes, as: 'minutes'
3958
+ property :nanos, as: 'nanos'
3959
+ property :seconds, as: 'seconds'
3960
+ end
3961
+ end
3962
+
3963
+ class TreemapChartColorScale
3964
+ # @private
3965
+ class Representation < Google::Apis::Core::JsonRepresentation
3966
+ property :max_value_color, as: 'maxValueColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
3967
+
3968
+ property :max_value_color_style, as: 'maxValueColorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
3969
+
3970
+ property :mid_value_color, as: 'midValueColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
3971
+
3972
+ property :mid_value_color_style, as: 'midValueColorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
3973
+
3974
+ property :min_value_color, as: 'minValueColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
3975
+
3976
+ property :min_value_color_style, as: 'minValueColorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
3977
+
3978
+ property :no_data_color, as: 'noDataColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
3979
+
3980
+ property :no_data_color_style, as: 'noDataColorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
3981
+
3982
+ end
3983
+ end
3984
+
3985
+ class TreemapChartSpec
3986
+ # @private
3987
+ class Representation < Google::Apis::Core::JsonRepresentation
3988
+ property :color_data, as: 'colorData', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
3989
+
3990
+ property :color_scale, as: 'colorScale', class: Google::Apis::SheetsV4::TreemapChartColorScale, decorator: Google::Apis::SheetsV4::TreemapChartColorScale::Representation
3991
+
3992
+ property :header_color, as: 'headerColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
3993
+
3994
+ property :header_color_style, as: 'headerColorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
3995
+
3996
+ property :hide_tooltips, as: 'hideTooltips'
3997
+ property :hinted_levels, as: 'hintedLevels'
3998
+ property :labels, as: 'labels', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
3999
+
4000
+ property :levels, as: 'levels'
4001
+ property :max_value, as: 'maxValue'
4002
+ property :min_value, as: 'minValue'
4003
+ property :parent_labels, as: 'parentLabels', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
4004
+
4005
+ property :size_data, as: 'sizeData', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
4006
+
4007
+ property :text_format, as: 'textFormat', class: Google::Apis::SheetsV4::TextFormat, decorator: Google::Apis::SheetsV4::TextFormat::Representation
4008
+
4009
+ end
4010
+ end
4011
+
4012
+ class TrimWhitespaceRequest
4013
+ # @private
4014
+ class Representation < Google::Apis::Core::JsonRepresentation
4015
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
4016
+
4017
+ end
4018
+ end
4019
+
4020
+ class TrimWhitespaceResponse
4021
+ # @private
4022
+ class Representation < Google::Apis::Core::JsonRepresentation
4023
+ property :cells_changed_count, as: 'cellsChangedCount'
4024
+ end
4025
+ end
4026
+
4027
+ class UnmergeCellsRequest
4028
+ # @private
4029
+ class Representation < Google::Apis::Core::JsonRepresentation
4030
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
4031
+
4032
+ end
4033
+ end
4034
+
4035
+ class UpdateBandingRequest
4036
+ # @private
4037
+ class Representation < Google::Apis::Core::JsonRepresentation
4038
+ property :banded_range, as: 'bandedRange', class: Google::Apis::SheetsV4::BandedRange, decorator: Google::Apis::SheetsV4::BandedRange::Representation
4039
+
4040
+ property :fields, as: 'fields'
4041
+ end
4042
+ end
4043
+
4044
+ class UpdateBordersRequest
4045
+ # @private
4046
+ class Representation < Google::Apis::Core::JsonRepresentation
4047
+ property :bottom, as: 'bottom', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
4048
+
4049
+ property :inner_horizontal, as: 'innerHorizontal', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
4050
+
4051
+ property :inner_vertical, as: 'innerVertical', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
4052
+
4053
+ property :left, as: 'left', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
4054
+
4055
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
4056
+
4057
+ property :right, as: 'right', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
4058
+
4059
+ property :top, as: 'top', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
4060
+
4061
+ end
4062
+ end
4063
+
4064
+ class UpdateCellsRequest
4065
+ # @private
4066
+ class Representation < Google::Apis::Core::JsonRepresentation
4067
+ property :fields, as: 'fields'
4068
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
4069
+
4070
+ collection :rows, as: 'rows', class: Google::Apis::SheetsV4::RowData, decorator: Google::Apis::SheetsV4::RowData::Representation
4071
+
4072
+ property :start, as: 'start', class: Google::Apis::SheetsV4::GridCoordinate, decorator: Google::Apis::SheetsV4::GridCoordinate::Representation
4073
+
4074
+ end
4075
+ end
4076
+
4077
+ class UpdateChartSpecRequest
4078
+ # @private
4079
+ class Representation < Google::Apis::Core::JsonRepresentation
4080
+ property :chart_id, as: 'chartId'
4081
+ property :spec, as: 'spec', class: Google::Apis::SheetsV4::ChartSpec, decorator: Google::Apis::SheetsV4::ChartSpec::Representation
4082
+
4083
+ end
4084
+ end
4085
+
4086
+ class UpdateConditionalFormatRuleRequest
4087
+ # @private
4088
+ class Representation < Google::Apis::Core::JsonRepresentation
4089
+ property :index, as: 'index'
4090
+ property :new_index, as: 'newIndex'
4091
+ property :rule, as: 'rule', class: Google::Apis::SheetsV4::ConditionalFormatRule, decorator: Google::Apis::SheetsV4::ConditionalFormatRule::Representation
4092
+
4093
+ property :sheet_id, as: 'sheetId'
4094
+ end
4095
+ end
4096
+
4097
+ class UpdateConditionalFormatRuleResponse
4098
+ # @private
4099
+ class Representation < Google::Apis::Core::JsonRepresentation
4100
+ property :new_index, as: 'newIndex'
4101
+ property :new_rule, as: 'newRule', class: Google::Apis::SheetsV4::ConditionalFormatRule, decorator: Google::Apis::SheetsV4::ConditionalFormatRule::Representation
4102
+
4103
+ property :old_index, as: 'oldIndex'
4104
+ property :old_rule, as: 'oldRule', class: Google::Apis::SheetsV4::ConditionalFormatRule, decorator: Google::Apis::SheetsV4::ConditionalFormatRule::Representation
4105
+
4106
+ end
4107
+ end
4108
+
4109
+ class UpdateDataSourceRequest
4110
+ # @private
4111
+ class Representation < Google::Apis::Core::JsonRepresentation
4112
+ property :data_source, as: 'dataSource', class: Google::Apis::SheetsV4::DataSource, decorator: Google::Apis::SheetsV4::DataSource::Representation
4113
+
4114
+ property :fields, as: 'fields'
4115
+ end
4116
+ end
4117
+
4118
+ class UpdateDataSourceResponse
4119
+ # @private
4120
+ class Representation < Google::Apis::Core::JsonRepresentation
4121
+ property :data_execution_status, as: 'dataExecutionStatus', class: Google::Apis::SheetsV4::DataExecutionStatus, decorator: Google::Apis::SheetsV4::DataExecutionStatus::Representation
4122
+
4123
+ property :data_source, as: 'dataSource', class: Google::Apis::SheetsV4::DataSource, decorator: Google::Apis::SheetsV4::DataSource::Representation
4124
+
4125
+ end
4126
+ end
4127
+
4128
+ class UpdateDeveloperMetadataRequest
4129
+ # @private
4130
+ class Representation < Google::Apis::Core::JsonRepresentation
4131
+ collection :data_filters, as: 'dataFilters', class: Google::Apis::SheetsV4::DataFilter, decorator: Google::Apis::SheetsV4::DataFilter::Representation
4132
+
4133
+ property :developer_metadata, as: 'developerMetadata', class: Google::Apis::SheetsV4::DeveloperMetadata, decorator: Google::Apis::SheetsV4::DeveloperMetadata::Representation
4134
+
4135
+ property :fields, as: 'fields'
4136
+ end
4137
+ end
4138
+
4139
+ class UpdateDeveloperMetadataResponse
4140
+ # @private
4141
+ class Representation < Google::Apis::Core::JsonRepresentation
4142
+ collection :developer_metadata, as: 'developerMetadata', class: Google::Apis::SheetsV4::DeveloperMetadata, decorator: Google::Apis::SheetsV4::DeveloperMetadata::Representation
4143
+
4144
+ end
4145
+ end
4146
+
4147
+ class UpdateDimensionGroupRequest
4148
+ # @private
4149
+ class Representation < Google::Apis::Core::JsonRepresentation
4150
+ property :dimension_group, as: 'dimensionGroup', class: Google::Apis::SheetsV4::DimensionGroup, decorator: Google::Apis::SheetsV4::DimensionGroup::Representation
4151
+
4152
+ property :fields, as: 'fields'
4153
+ end
4154
+ end
4155
+
4156
+ class UpdateDimensionPropertiesRequest
4157
+ # @private
4158
+ class Representation < Google::Apis::Core::JsonRepresentation
4159
+ property :data_source_sheet_range, as: 'dataSourceSheetRange', class: Google::Apis::SheetsV4::DataSourceSheetDimensionRange, decorator: Google::Apis::SheetsV4::DataSourceSheetDimensionRange::Representation
4160
+
4161
+ property :fields, as: 'fields'
4162
+ property :properties, as: 'properties', class: Google::Apis::SheetsV4::DimensionProperties, decorator: Google::Apis::SheetsV4::DimensionProperties::Representation
4163
+
4164
+ property :range, as: 'range', class: Google::Apis::SheetsV4::DimensionRange, decorator: Google::Apis::SheetsV4::DimensionRange::Representation
4165
+
4166
+ end
4167
+ end
4168
+
4169
+ class UpdateEmbeddedObjectBorderRequest
4170
+ # @private
4171
+ class Representation < Google::Apis::Core::JsonRepresentation
4172
+ property :border, as: 'border', class: Google::Apis::SheetsV4::EmbeddedObjectBorder, decorator: Google::Apis::SheetsV4::EmbeddedObjectBorder::Representation
4173
+
4174
+ property :fields, as: 'fields'
4175
+ property :object_id_prop, as: 'objectId'
4176
+ end
4177
+ end
4178
+
4179
+ class UpdateEmbeddedObjectPositionRequest
4180
+ # @private
4181
+ class Representation < Google::Apis::Core::JsonRepresentation
4182
+ property :fields, as: 'fields'
4183
+ property :new_position, as: 'newPosition', class: Google::Apis::SheetsV4::EmbeddedObjectPosition, decorator: Google::Apis::SheetsV4::EmbeddedObjectPosition::Representation
4184
+
4185
+ property :object_id_prop, as: 'objectId'
4186
+ end
4187
+ end
4188
+
4189
+ class UpdateEmbeddedObjectPositionResponse
4190
+ # @private
4191
+ class Representation < Google::Apis::Core::JsonRepresentation
4192
+ property :position, as: 'position', class: Google::Apis::SheetsV4::EmbeddedObjectPosition, decorator: Google::Apis::SheetsV4::EmbeddedObjectPosition::Representation
4193
+
4194
+ end
4195
+ end
4196
+
4197
+ class UpdateFilterViewRequest
4198
+ # @private
4199
+ class Representation < Google::Apis::Core::JsonRepresentation
4200
+ property :fields, as: 'fields'
4201
+ property :filter, as: 'filter', class: Google::Apis::SheetsV4::FilterView, decorator: Google::Apis::SheetsV4::FilterView::Representation
4202
+
4203
+ end
4204
+ end
4205
+
4206
+ class UpdateNamedRangeRequest
4207
+ # @private
4208
+ class Representation < Google::Apis::Core::JsonRepresentation
4209
+ property :fields, as: 'fields'
4210
+ property :named_range, as: 'namedRange', class: Google::Apis::SheetsV4::NamedRange, decorator: Google::Apis::SheetsV4::NamedRange::Representation
4211
+
4212
+ end
4213
+ end
4214
+
4215
+ class UpdateProtectedRangeRequest
4216
+ # @private
4217
+ class Representation < Google::Apis::Core::JsonRepresentation
4218
+ property :fields, as: 'fields'
4219
+ property :protected_range, as: 'protectedRange', class: Google::Apis::SheetsV4::ProtectedRange, decorator: Google::Apis::SheetsV4::ProtectedRange::Representation
4220
+
4221
+ end
4222
+ end
4223
+
4224
+ class UpdateSheetPropertiesRequest
4225
+ # @private
4226
+ class Representation < Google::Apis::Core::JsonRepresentation
4227
+ property :fields, as: 'fields'
4228
+ property :properties, as: 'properties', class: Google::Apis::SheetsV4::SheetProperties, decorator: Google::Apis::SheetsV4::SheetProperties::Representation
4229
+
4230
+ end
4231
+ end
4232
+
4233
+ class UpdateSlicerSpecRequest
4234
+ # @private
4235
+ class Representation < Google::Apis::Core::JsonRepresentation
4236
+ property :fields, as: 'fields'
4237
+ property :slicer_id, as: 'slicerId'
4238
+ property :spec, as: 'spec', class: Google::Apis::SheetsV4::SlicerSpec, decorator: Google::Apis::SheetsV4::SlicerSpec::Representation
4239
+
4240
+ end
4241
+ end
4242
+
4243
+ class UpdateSpreadsheetPropertiesRequest
4244
+ # @private
4245
+ class Representation < Google::Apis::Core::JsonRepresentation
4246
+ property :fields, as: 'fields'
4247
+ property :properties, as: 'properties', class: Google::Apis::SheetsV4::SpreadsheetProperties, decorator: Google::Apis::SheetsV4::SpreadsheetProperties::Representation
4248
+
4249
+ end
4250
+ end
4251
+
4252
+ class UpdateValuesByDataFilterResponse
4253
+ # @private
4254
+ class Representation < Google::Apis::Core::JsonRepresentation
4255
+ property :data_filter, as: 'dataFilter', class: Google::Apis::SheetsV4::DataFilter, decorator: Google::Apis::SheetsV4::DataFilter::Representation
4256
+
4257
+ property :updated_cells, as: 'updatedCells'
4258
+ property :updated_columns, as: 'updatedColumns'
4259
+ property :updated_data, as: 'updatedData', class: Google::Apis::SheetsV4::ValueRange, decorator: Google::Apis::SheetsV4::ValueRange::Representation
4260
+
4261
+ property :updated_range, as: 'updatedRange'
4262
+ property :updated_rows, as: 'updatedRows'
4263
+ end
4264
+ end
4265
+
4266
+ class UpdateValuesResponse
4267
+ # @private
4268
+ class Representation < Google::Apis::Core::JsonRepresentation
4269
+ property :spreadsheet_id, as: 'spreadsheetId'
4270
+ property :updated_cells, as: 'updatedCells'
4271
+ property :updated_columns, as: 'updatedColumns'
4272
+ property :updated_data, as: 'updatedData', class: Google::Apis::SheetsV4::ValueRange, decorator: Google::Apis::SheetsV4::ValueRange::Representation
4273
+
4274
+ property :updated_range, as: 'updatedRange'
4275
+ property :updated_rows, as: 'updatedRows'
4276
+ end
4277
+ end
4278
+
4279
+ class ValueRange
4280
+ # @private
4281
+ class Representation < Google::Apis::Core::JsonRepresentation
4282
+ property :major_dimension, as: 'majorDimension'
4283
+ property :range, as: 'range'
4284
+ collection :values, as: 'values', :class => Array do
4285
+ include Representable::JSON::Collection
4286
+ items
4287
+ end
4288
+
4289
+ end
4290
+ end
4291
+
4292
+ class WaterfallChartColumnStyle
4293
+ # @private
4294
+ class Representation < Google::Apis::Core::JsonRepresentation
4295
+ property :color, as: 'color', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
4296
+
4297
+ property :color_style, as: 'colorStyle', class: Google::Apis::SheetsV4::ColorStyle, decorator: Google::Apis::SheetsV4::ColorStyle::Representation
4298
+
4299
+ property :label, as: 'label'
4300
+ end
4301
+ end
4302
+
4303
+ class WaterfallChartCustomSubtotal
4304
+ # @private
4305
+ class Representation < Google::Apis::Core::JsonRepresentation
4306
+ property :data_is_subtotal, as: 'dataIsSubtotal'
4307
+ property :label, as: 'label'
4308
+ property :subtotal_index, as: 'subtotalIndex'
4309
+ end
4310
+ end
4311
+
4312
+ class WaterfallChartDomain
4313
+ # @private
4314
+ class Representation < Google::Apis::Core::JsonRepresentation
4315
+ property :data, as: 'data', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
4316
+
4317
+ property :reversed, as: 'reversed'
4318
+ end
4319
+ end
4320
+
4321
+ class WaterfallChartSeries
4322
+ # @private
4323
+ class Representation < Google::Apis::Core::JsonRepresentation
4324
+ collection :custom_subtotals, as: 'customSubtotals', class: Google::Apis::SheetsV4::WaterfallChartCustomSubtotal, decorator: Google::Apis::SheetsV4::WaterfallChartCustomSubtotal::Representation
4325
+
4326
+ property :data, as: 'data', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
4327
+
4328
+ property :data_label, as: 'dataLabel', class: Google::Apis::SheetsV4::DataLabel, decorator: Google::Apis::SheetsV4::DataLabel::Representation
4329
+
4330
+ property :hide_trailing_subtotal, as: 'hideTrailingSubtotal'
4331
+ property :negative_columns_style, as: 'negativeColumnsStyle', class: Google::Apis::SheetsV4::WaterfallChartColumnStyle, decorator: Google::Apis::SheetsV4::WaterfallChartColumnStyle::Representation
4332
+
4333
+ property :positive_columns_style, as: 'positiveColumnsStyle', class: Google::Apis::SheetsV4::WaterfallChartColumnStyle, decorator: Google::Apis::SheetsV4::WaterfallChartColumnStyle::Representation
4334
+
4335
+ property :subtotal_columns_style, as: 'subtotalColumnsStyle', class: Google::Apis::SheetsV4::WaterfallChartColumnStyle, decorator: Google::Apis::SheetsV4::WaterfallChartColumnStyle::Representation
4336
+
4337
+ end
4338
+ end
4339
+
4340
+ class WaterfallChartSpec
4341
+ # @private
4342
+ class Representation < Google::Apis::Core::JsonRepresentation
4343
+ property :connector_line_style, as: 'connectorLineStyle', class: Google::Apis::SheetsV4::LineStyle, decorator: Google::Apis::SheetsV4::LineStyle::Representation
4344
+
4345
+ property :domain, as: 'domain', class: Google::Apis::SheetsV4::WaterfallChartDomain, decorator: Google::Apis::SheetsV4::WaterfallChartDomain::Representation
4346
+
4347
+ property :first_value_is_total, as: 'firstValueIsTotal'
4348
+ property :hide_connector_lines, as: 'hideConnectorLines'
4349
+ collection :series, as: 'series', class: Google::Apis::SheetsV4::WaterfallChartSeries, decorator: Google::Apis::SheetsV4::WaterfallChartSeries::Representation
4350
+
4351
+ property :stacked_type, as: 'stackedType'
4352
+ property :total_data_label, as: 'totalDataLabel', class: Google::Apis::SheetsV4::DataLabel, decorator: Google::Apis::SheetsV4::DataLabel::Representation
4353
+
4354
+ end
4355
+ end
4356
+ end
4357
+ end
4358
+ end