google-api-client 0.9.23 → 0.9.24

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.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/api_names.yaml +2556 -0
  4. data/generated/google/apis/adexchangebuyer2_v2beta1.rb +1 -1
  5. data/generated/google/apis/adsense_v1_4.rb +1 -1
  6. data/generated/google/apis/adsensehost_v4_1.rb +1 -1
  7. data/generated/google/apis/androidenterprise_v1.rb +1 -1
  8. data/generated/google/apis/androidenterprise_v1/service.rb +0 -46
  9. data/generated/google/apis/appstate_v1.rb +1 -1
  10. data/generated/google/apis/cloudbuild_v1.rb +1 -1
  11. data/generated/google/apis/cloudbuild_v1/classes.rb +578 -578
  12. data/generated/google/apis/cloudbuild_v1/representations.rb +113 -113
  13. data/generated/google/apis/cloudbuild_v1/service.rb +182 -182
  14. data/generated/google/apis/cloudresourcemanager_v1.rb +1 -1
  15. data/generated/google/apis/cloudresourcemanager_v1beta1.rb +1 -1
  16. data/generated/google/apis/dfareporting_v2_7.rb +40 -0
  17. data/generated/google/apis/dfareporting_v2_7/classes.rb +11876 -0
  18. data/generated/google/apis/dfareporting_v2_7/representations.rb +4243 -0
  19. data/generated/google/apis/dfareporting_v2_7/service.rb +9095 -0
  20. data/generated/google/apis/dns_v1.rb +1 -1
  21. data/generated/google/apis/dns_v2beta1.rb +1 -1
  22. data/generated/google/apis/games_configuration_v1configuration.rb +1 -1
  23. data/generated/google/apis/games_management_v1management.rb +1 -1
  24. data/generated/google/apis/games_v1.rb +1 -1
  25. data/generated/google/apis/logging_v2beta1/classes.rb +837 -837
  26. data/generated/google/apis/logging_v2beta1/representations.rb +165 -165
  27. data/generated/google/apis/logging_v2beta1/service.rb +208 -208
  28. data/generated/google/apis/monitoring_v3.rb +1 -1
  29. data/generated/google/apis/plus_domains_v1.rb +1 -1
  30. data/generated/google/apis/plus_v1.rb +1 -1
  31. data/generated/google/apis/sheets_v4.rb +3 -3
  32. data/generated/google/apis/sheets_v4/classes.rb +4203 -4203
  33. data/generated/google/apis/sheets_v4/representations.rb +835 -835
  34. data/generated/google/apis/sheets_v4/service.rb +195 -195
  35. data/generated/google/apis/slides_v1.rb +1 -1
  36. data/generated/google/apis/webmasters_v3.rb +1 -1
  37. data/generated/google/apis/youtube_analytics_v1.rb +1 -1
  38. data/generated/google/apis/youtubereporting_v1.rb +1 -1
  39. data/lib/google/apis/version.rb +1 -1
  40. metadata +6 -2
@@ -22,259 +22,259 @@ module Google
22
22
  module Apis
23
23
  module SheetsV4
24
24
 
25
- class UpdateValuesResponse
25
+ class AddNamedRangeResponse
26
26
  class Representation < Google::Apis::Core::JsonRepresentation; end
27
27
 
28
28
  include Google::Apis::Core::JsonObjectSupport
29
29
  end
30
30
 
31
- class PivotValue
31
+ class UpdateProtectedRangeRequest
32
32
  class Representation < Google::Apis::Core::JsonRepresentation; end
33
33
 
34
34
  include Google::Apis::Core::JsonObjectSupport
35
35
  end
36
36
 
37
- class ErrorValue
37
+ class Padding
38
38
  class Representation < Google::Apis::Core::JsonRepresentation; end
39
39
 
40
40
  include Google::Apis::Core::JsonObjectSupport
41
41
  end
42
42
 
43
- class CopySheetToAnotherSpreadsheetRequest
43
+ class MergeCellsRequest
44
44
  class Representation < Google::Apis::Core::JsonRepresentation; end
45
45
 
46
46
  include Google::Apis::Core::JsonObjectSupport
47
47
  end
48
48
 
49
- class PivotGroupSortValueBucket
49
+ class AddSheetResponse
50
50
  class Representation < Google::Apis::Core::JsonRepresentation; end
51
51
 
52
52
  include Google::Apis::Core::JsonObjectSupport
53
53
  end
54
54
 
55
- class EmbeddedObjectPosition
55
+ class PivotGroupValueMetadata
56
56
  class Representation < Google::Apis::Core::JsonRepresentation; end
57
57
 
58
58
  include Google::Apis::Core::JsonObjectSupport
59
59
  end
60
60
 
61
- class DeleteProtectedRangeRequest
61
+ class UpdateEmbeddedObjectPositionResponse
62
62
  class Representation < Google::Apis::Core::JsonRepresentation; end
63
63
 
64
64
  include Google::Apis::Core::JsonObjectSupport
65
65
  end
66
66
 
67
- class AutoFillRequest
67
+ class ClearValuesResponse
68
68
  class Representation < Google::Apis::Core::JsonRepresentation; end
69
69
 
70
70
  include Google::Apis::Core::JsonObjectSupport
71
71
  end
72
72
 
73
- class GradientRule
73
+ class UpdateConditionalFormatRuleRequest
74
74
  class Representation < Google::Apis::Core::JsonRepresentation; end
75
75
 
76
76
  include Google::Apis::Core::JsonObjectSupport
77
77
  end
78
78
 
79
- class SetBasicFilterRequest
79
+ class TextFormat
80
80
  class Representation < Google::Apis::Core::JsonRepresentation; end
81
81
 
82
82
  include Google::Apis::Core::JsonObjectSupport
83
83
  end
84
84
 
85
- class ClearValuesRequest
85
+ class UpdateChartSpecRequest
86
86
  class Representation < Google::Apis::Core::JsonRepresentation; end
87
87
 
88
88
  include Google::Apis::Core::JsonObjectSupport
89
89
  end
90
90
 
91
- class InterpolationPoint
91
+ class GridCoordinate
92
92
  class Representation < Google::Apis::Core::JsonRepresentation; end
93
93
 
94
94
  include Google::Apis::Core::JsonObjectSupport
95
95
  end
96
96
 
97
- class FindReplaceResponse
97
+ class DeleteFilterViewRequest
98
98
  class Representation < Google::Apis::Core::JsonRepresentation; end
99
99
 
100
100
  include Google::Apis::Core::JsonObjectSupport
101
101
  end
102
102
 
103
- class DeleteEmbeddedObjectRequest
103
+ class BatchUpdateValuesResponse
104
104
  class Representation < Google::Apis::Core::JsonRepresentation; end
105
105
 
106
106
  include Google::Apis::Core::JsonObjectSupport
107
107
  end
108
108
 
109
- class DeleteSheetRequest
109
+ class UpdateNamedRangeRequest
110
110
  class Representation < Google::Apis::Core::JsonRepresentation; end
111
111
 
112
112
  include Google::Apis::Core::JsonObjectSupport
113
113
  end
114
114
 
115
- class DuplicateFilterViewRequest
115
+ class UpdateValuesResponse
116
116
  class Representation < Google::Apis::Core::JsonRepresentation; end
117
117
 
118
118
  include Google::Apis::Core::JsonObjectSupport
119
119
  end
120
120
 
121
- class UpdateConditionalFormatRuleResponse
121
+ class SpreadsheetProperties
122
122
  class Representation < Google::Apis::Core::JsonRepresentation; end
123
123
 
124
124
  include Google::Apis::Core::JsonObjectSupport
125
125
  end
126
126
 
127
- class ConditionValue
127
+ class CellData
128
128
  class Representation < Google::Apis::Core::JsonRepresentation; end
129
129
 
130
130
  include Google::Apis::Core::JsonObjectSupport
131
131
  end
132
132
 
133
- class DuplicateSheetRequest
133
+ class UnmergeCellsRequest
134
134
  class Representation < Google::Apis::Core::JsonRepresentation; end
135
135
 
136
136
  include Google::Apis::Core::JsonObjectSupport
137
137
  end
138
138
 
139
- class ExtendedValue
139
+ class TextToColumnsRequest
140
140
  class Representation < Google::Apis::Core::JsonRepresentation; end
141
141
 
142
142
  include Google::Apis::Core::JsonObjectSupport
143
143
  end
144
144
 
145
- class AddChartRequest
145
+ class AddProtectedRangeResponse
146
146
  class Representation < Google::Apis::Core::JsonRepresentation; end
147
147
 
148
148
  include Google::Apis::Core::JsonObjectSupport
149
149
  end
150
150
 
151
- class Spreadsheet
151
+ class BooleanCondition
152
152
  class Representation < Google::Apis::Core::JsonRepresentation; end
153
153
 
154
154
  include Google::Apis::Core::JsonObjectSupport
155
155
  end
156
156
 
157
- class BatchClearValuesResponse
157
+ class DeleteProtectedRangeRequest
158
158
  class Representation < Google::Apis::Core::JsonRepresentation; end
159
159
 
160
160
  include Google::Apis::Core::JsonObjectSupport
161
161
  end
162
162
 
163
- class BandedRange
163
+ class BasicChartDomain
164
164
  class Representation < Google::Apis::Core::JsonRepresentation; end
165
165
 
166
166
  include Google::Apis::Core::JsonObjectSupport
167
167
  end
168
168
 
169
- class UpdateProtectedRangeRequest
169
+ class DimensionRange
170
170
  class Representation < Google::Apis::Core::JsonRepresentation; end
171
171
 
172
172
  include Google::Apis::Core::JsonObjectSupport
173
173
  end
174
174
 
175
- class TextFormat
175
+ class Response
176
176
  class Representation < Google::Apis::Core::JsonRepresentation; end
177
177
 
178
178
  include Google::Apis::Core::JsonObjectSupport
179
179
  end
180
180
 
181
- class AddSheetResponse
181
+ class AddConditionalFormatRuleRequest
182
182
  class Representation < Google::Apis::Core::JsonRepresentation; end
183
183
 
184
184
  include Google::Apis::Core::JsonObjectSupport
185
185
  end
186
186
 
187
- class AddFilterViewResponse
187
+ class FilterView
188
188
  class Representation < Google::Apis::Core::JsonRepresentation; end
189
189
 
190
190
  include Google::Apis::Core::JsonObjectSupport
191
191
  end
192
192
 
193
- class SpreadsheetProperties
193
+ class SortRangeRequest
194
194
  class Representation < Google::Apis::Core::JsonRepresentation; end
195
195
 
196
196
  include Google::Apis::Core::JsonObjectSupport
197
197
  end
198
198
 
199
- class OverlayPosition
199
+ class AddBandingResponse
200
200
  class Representation < Google::Apis::Core::JsonRepresentation; end
201
201
 
202
202
  include Google::Apis::Core::JsonObjectSupport
203
203
  end
204
204
 
205
- class RepeatCellRequest
205
+ class TextFormatRun
206
206
  class Representation < Google::Apis::Core::JsonRepresentation; end
207
207
 
208
208
  include Google::Apis::Core::JsonObjectSupport
209
209
  end
210
210
 
211
- class AddChartResponse
211
+ class UpdateFilterViewRequest
212
212
  class Representation < Google::Apis::Core::JsonRepresentation; end
213
213
 
214
214
  include Google::Apis::Core::JsonObjectSupport
215
215
  end
216
216
 
217
- class InsertDimensionRequest
217
+ class UpdateConditionalFormatRuleResponse
218
218
  class Representation < Google::Apis::Core::JsonRepresentation; end
219
219
 
220
220
  include Google::Apis::Core::JsonObjectSupport
221
221
  end
222
222
 
223
- class UpdateSpreadsheetPropertiesRequest
223
+ class FilterCriteria
224
224
  class Representation < Google::Apis::Core::JsonRepresentation; end
225
225
 
226
226
  include Google::Apis::Core::JsonObjectSupport
227
227
  end
228
228
 
229
- class BatchUpdateValuesRequest
229
+ class DeleteDimensionRequest
230
230
  class Representation < Google::Apis::Core::JsonRepresentation; end
231
231
 
232
232
  include Google::Apis::Core::JsonObjectSupport
233
233
  end
234
234
 
235
- class ProtectedRange
235
+ class PivotTable
236
236
  class Representation < Google::Apis::Core::JsonRepresentation; end
237
237
 
238
238
  include Google::Apis::Core::JsonObjectSupport
239
239
  end
240
240
 
241
- class DimensionProperties
241
+ class DataValidationRule
242
242
  class Representation < Google::Apis::Core::JsonRepresentation; end
243
243
 
244
244
  include Google::Apis::Core::JsonObjectSupport
245
245
  end
246
246
 
247
- class DimensionRange
247
+ class UpdateSpreadsheetPropertiesRequest
248
248
  class Representation < Google::Apis::Core::JsonRepresentation; end
249
249
 
250
250
  include Google::Apis::Core::JsonObjectSupport
251
251
  end
252
252
 
253
- class NamedRange
253
+ class ChartSourceRange
254
254
  class Representation < Google::Apis::Core::JsonRepresentation; end
255
255
 
256
256
  include Google::Apis::Core::JsonObjectSupport
257
257
  end
258
258
 
259
- class CutPasteRequest
259
+ class BatchUpdateValuesRequest
260
260
  class Representation < Google::Apis::Core::JsonRepresentation; end
261
261
 
262
262
  include Google::Apis::Core::JsonObjectSupport
263
263
  end
264
264
 
265
- class BasicChartSeries
265
+ class ClearBasicFilterRequest
266
266
  class Representation < Google::Apis::Core::JsonRepresentation; end
267
267
 
268
268
  include Google::Apis::Core::JsonObjectSupport
269
269
  end
270
270
 
271
- class Borders
271
+ class BatchClearValuesResponse
272
272
  class Representation < Google::Apis::Core::JsonRepresentation; end
273
273
 
274
274
  include Google::Apis::Core::JsonObjectSupport
275
275
  end
276
276
 
277
- class AutoResizeDimensionsRequest
277
+ class ConditionalFormatRule
278
278
  class Representation < Google::Apis::Core::JsonRepresentation; end
279
279
 
280
280
  include Google::Apis::Core::JsonObjectSupport
@@ -286,271 +286,271 @@ module Google
286
286
  include Google::Apis::Core::JsonObjectSupport
287
287
  end
288
288
 
289
- class CellFormat
289
+ class PivotFilterCriteria
290
290
  class Representation < Google::Apis::Core::JsonRepresentation; end
291
291
 
292
292
  include Google::Apis::Core::JsonObjectSupport
293
293
  end
294
294
 
295
- class ClearValuesResponse
295
+ class Borders
296
296
  class Representation < Google::Apis::Core::JsonRepresentation; end
297
297
 
298
298
  include Google::Apis::Core::JsonObjectSupport
299
299
  end
300
300
 
301
- class DeleteConditionalFormatRuleRequest
301
+ class EmbeddedChart
302
302
  class Representation < Google::Apis::Core::JsonRepresentation; end
303
303
 
304
304
  include Google::Apis::Core::JsonObjectSupport
305
305
  end
306
306
 
307
- class DeleteNamedRangeRequest
307
+ class Color
308
308
  class Representation < Google::Apis::Core::JsonRepresentation; end
309
309
 
310
310
  include Google::Apis::Core::JsonObjectSupport
311
311
  end
312
312
 
313
- class AddBandingResponse
313
+ class AddSheetRequest
314
314
  class Representation < Google::Apis::Core::JsonRepresentation; end
315
315
 
316
316
  include Google::Apis::Core::JsonObjectSupport
317
317
  end
318
318
 
319
- class ChartData
319
+ class AddProtectedRangeRequest
320
320
  class Representation < Google::Apis::Core::JsonRepresentation; end
321
321
 
322
322
  include Google::Apis::Core::JsonObjectSupport
323
323
  end
324
324
 
325
- class BatchGetValuesResponse
325
+ class ValueRange
326
326
  class Representation < Google::Apis::Core::JsonRepresentation; end
327
327
 
328
328
  include Google::Apis::Core::JsonObjectSupport
329
329
  end
330
330
 
331
- class UpdateBandingRequest
331
+ class FindReplaceResponse
332
332
  class Representation < Google::Apis::Core::JsonRepresentation; end
333
333
 
334
334
  include Google::Apis::Core::JsonObjectSupport
335
335
  end
336
336
 
337
- class Color
337
+ class AppendValuesResponse
338
338
  class Representation < Google::Apis::Core::JsonRepresentation; end
339
339
 
340
340
  include Google::Apis::Core::JsonObjectSupport
341
341
  end
342
342
 
343
- class PivotGroup
343
+ class CellFormat
344
344
  class Representation < Google::Apis::Core::JsonRepresentation; end
345
345
 
346
346
  include Google::Apis::Core::JsonObjectSupport
347
347
  end
348
348
 
349
- class PivotTable
349
+ class MoveDimensionRequest
350
350
  class Representation < Google::Apis::Core::JsonRepresentation; end
351
351
 
352
352
  include Google::Apis::Core::JsonObjectSupport
353
353
  end
354
354
 
355
- class ChartSourceRange
355
+ class BasicChartAxis
356
356
  class Representation < Google::Apis::Core::JsonRepresentation; end
357
357
 
358
358
  include Google::Apis::Core::JsonObjectSupport
359
359
  end
360
360
 
361
- class AppendCellsRequest
361
+ class PivotGroupSortValueBucket
362
362
  class Representation < Google::Apis::Core::JsonRepresentation; end
363
363
 
364
364
  include Google::Apis::Core::JsonObjectSupport
365
365
  end
366
366
 
367
- class ValueRange
367
+ class DimensionProperties
368
368
  class Representation < Google::Apis::Core::JsonRepresentation; end
369
369
 
370
370
  include Google::Apis::Core::JsonObjectSupport
371
371
  end
372
372
 
373
- class AddBandingRequest
373
+ class EmbeddedObjectPosition
374
374
  class Representation < Google::Apis::Core::JsonRepresentation; end
375
375
 
376
376
  include Google::Apis::Core::JsonObjectSupport
377
377
  end
378
378
 
379
- class Response
379
+ class InterpolationPoint
380
380
  class Representation < Google::Apis::Core::JsonRepresentation; end
381
381
 
382
382
  include Google::Apis::Core::JsonObjectSupport
383
383
  end
384
384
 
385
- class InsertRangeRequest
385
+ class ErrorValue
386
386
  class Representation < Google::Apis::Core::JsonRepresentation; end
387
387
 
388
388
  include Google::Apis::Core::JsonObjectSupport
389
389
  end
390
390
 
391
- class EmbeddedChart
391
+ class DuplicateFilterViewRequest
392
392
  class Representation < Google::Apis::Core::JsonRepresentation; end
393
393
 
394
394
  include Google::Apis::Core::JsonObjectSupport
395
395
  end
396
396
 
397
- class TextFormatRun
397
+ class BatchUpdateSpreadsheetRequest
398
398
  class Representation < Google::Apis::Core::JsonRepresentation; end
399
399
 
400
400
  include Google::Apis::Core::JsonObjectSupport
401
401
  end
402
402
 
403
- class AddNamedRangeResponse
403
+ class SheetProperties
404
404
  class Representation < Google::Apis::Core::JsonRepresentation; end
405
405
 
406
406
  include Google::Apis::Core::JsonObjectSupport
407
407
  end
408
408
 
409
- class RowData
409
+ class ClearValuesRequest
410
410
  class Representation < Google::Apis::Core::JsonRepresentation; end
411
411
 
412
412
  include Google::Apis::Core::JsonObjectSupport
413
413
  end
414
414
 
415
- class GridData
415
+ class ProtectedRange
416
416
  class Representation < Google::Apis::Core::JsonRepresentation; end
417
417
 
418
418
  include Google::Apis::Core::JsonObjectSupport
419
419
  end
420
420
 
421
- class Border
421
+ class DeleteConditionalFormatRuleRequest
422
422
  class Representation < Google::Apis::Core::JsonRepresentation; end
423
423
 
424
424
  include Google::Apis::Core::JsonObjectSupport
425
425
  end
426
426
 
427
- class UpdateNamedRangeRequest
427
+ class DeleteRangeRequest
428
428
  class Representation < Google::Apis::Core::JsonRepresentation; end
429
429
 
430
430
  include Google::Apis::Core::JsonObjectSupport
431
431
  end
432
432
 
433
- class FindReplaceRequest
433
+ class InsertRangeRequest
434
434
  class Representation < Google::Apis::Core::JsonRepresentation; end
435
435
 
436
436
  include Google::Apis::Core::JsonObjectSupport
437
437
  end
438
438
 
439
- class AddSheetRequest
439
+ class ChartSpec
440
440
  class Representation < Google::Apis::Core::JsonRepresentation; end
441
441
 
442
442
  include Google::Apis::Core::JsonObjectSupport
443
443
  end
444
444
 
445
- class UpdateCellsRequest
445
+ class SourceAndDestination
446
446
  class Representation < Google::Apis::Core::JsonRepresentation; end
447
447
 
448
448
  include Google::Apis::Core::JsonObjectSupport
449
449
  end
450
450
 
451
- class DeleteConditionalFormatRuleResponse
451
+ class ConditionValue
452
452
  class Representation < Google::Apis::Core::JsonRepresentation; end
453
453
 
454
454
  include Google::Apis::Core::JsonObjectSupport
455
455
  end
456
456
 
457
- class DeleteRangeRequest
457
+ class PasteDataRequest
458
458
  class Representation < Google::Apis::Core::JsonRepresentation; end
459
459
 
460
460
  include Google::Apis::Core::JsonObjectSupport
461
461
  end
462
462
 
463
- class GridCoordinate
463
+ class FindReplaceRequest
464
464
  class Representation < Google::Apis::Core::JsonRepresentation; end
465
465
 
466
466
  include Google::Apis::Core::JsonObjectSupport
467
467
  end
468
468
 
469
- class UpdateSheetPropertiesRequest
469
+ class SortSpec
470
470
  class Representation < Google::Apis::Core::JsonRepresentation; end
471
471
 
472
472
  include Google::Apis::Core::JsonObjectSupport
473
473
  end
474
474
 
475
- class UnmergeCellsRequest
475
+ class CopySheetToAnotherSpreadsheetRequest
476
476
  class Representation < Google::Apis::Core::JsonRepresentation; end
477
477
 
478
478
  include Google::Apis::Core::JsonObjectSupport
479
479
  end
480
480
 
481
- class GridProperties
481
+ class NumberFormat
482
482
  class Representation < Google::Apis::Core::JsonRepresentation; end
483
483
 
484
484
  include Google::Apis::Core::JsonObjectSupport
485
485
  end
486
486
 
487
- class UpdateEmbeddedObjectPositionResponse
487
+ class BatchClearValuesRequest
488
488
  class Representation < Google::Apis::Core::JsonRepresentation; end
489
489
 
490
490
  include Google::Apis::Core::JsonObjectSupport
491
491
  end
492
492
 
493
- class SortSpec
493
+ class UpdateDimensionPropertiesRequest
494
494
  class Representation < Google::Apis::Core::JsonRepresentation; end
495
495
 
496
496
  include Google::Apis::Core::JsonObjectSupport
497
497
  end
498
498
 
499
- class Sheet
499
+ class Editors
500
500
  class Representation < Google::Apis::Core::JsonRepresentation; end
501
501
 
502
502
  include Google::Apis::Core::JsonObjectSupport
503
503
  end
504
504
 
505
- class BooleanRule
505
+ class Spreadsheet
506
506
  class Representation < Google::Apis::Core::JsonRepresentation; end
507
507
 
508
508
  include Google::Apis::Core::JsonObjectSupport
509
509
  end
510
510
 
511
- class FilterCriteria
511
+ class GridData
512
512
  class Representation < Google::Apis::Core::JsonRepresentation; end
513
513
 
514
514
  include Google::Apis::Core::JsonObjectSupport
515
515
  end
516
516
 
517
- class PivotGroupValueMetadata
517
+ class PivotValue
518
518
  class Representation < Google::Apis::Core::JsonRepresentation; end
519
519
 
520
520
  include Google::Apis::Core::JsonObjectSupport
521
521
  end
522
522
 
523
- class Editors
523
+ class DeleteBandingRequest
524
524
  class Representation < Google::Apis::Core::JsonRepresentation; end
525
525
 
526
526
  include Google::Apis::Core::JsonObjectSupport
527
527
  end
528
528
 
529
- class UpdateConditionalFormatRuleRequest
529
+ class BasicFilter
530
530
  class Representation < Google::Apis::Core::JsonRepresentation; end
531
531
 
532
532
  include Google::Apis::Core::JsonObjectSupport
533
533
  end
534
534
 
535
- class DataValidationRule
535
+ class DuplicateSheetRequest
536
536
  class Representation < Google::Apis::Core::JsonRepresentation; end
537
537
 
538
538
  include Google::Apis::Core::JsonObjectSupport
539
539
  end
540
540
 
541
- class BasicChartDomain
541
+ class AddFilterViewResponse
542
542
  class Representation < Google::Apis::Core::JsonRepresentation; end
543
543
 
544
544
  include Google::Apis::Core::JsonObjectSupport
545
545
  end
546
546
 
547
- class PasteDataRequest
547
+ class DuplicateSheetResponse
548
548
  class Representation < Google::Apis::Core::JsonRepresentation; end
549
549
 
550
550
  include Google::Apis::Core::JsonObjectSupport
551
551
  end
552
552
 
553
- class AppendDimensionRequest
553
+ class Border
554
554
  class Representation < Google::Apis::Core::JsonRepresentation; end
555
555
 
556
556
  include Google::Apis::Core::JsonObjectSupport
@@ -562,187 +562,187 @@ module Google
562
562
  include Google::Apis::Core::JsonObjectSupport
563
563
  end
564
564
 
565
- class UpdateEmbeddedObjectPositionRequest
565
+ class AddChartResponse
566
566
  class Representation < Google::Apis::Core::JsonRepresentation; end
567
567
 
568
568
  include Google::Apis::Core::JsonObjectSupport
569
569
  end
570
570
 
571
- class PieChartSpec
571
+ class AddBandingRequest
572
572
  class Representation < Google::Apis::Core::JsonRepresentation; end
573
573
 
574
574
  include Google::Apis::Core::JsonObjectSupport
575
575
  end
576
576
 
577
- class UpdateFilterViewRequest
577
+ class AppendCellsRequest
578
578
  class Representation < Google::Apis::Core::JsonRepresentation; end
579
579
 
580
580
  include Google::Apis::Core::JsonObjectSupport
581
581
  end
582
582
 
583
- class ConditionalFormatRule
583
+ class RowData
584
584
  class Representation < Google::Apis::Core::JsonRepresentation; end
585
585
 
586
586
  include Google::Apis::Core::JsonObjectSupport
587
587
  end
588
588
 
589
- class CopyPasteRequest
589
+ class BasicChartSeries
590
590
  class Representation < Google::Apis::Core::JsonRepresentation; end
591
591
 
592
592
  include Google::Apis::Core::JsonObjectSupport
593
593
  end
594
594
 
595
- class Request
595
+ class NamedRange
596
596
  class Representation < Google::Apis::Core::JsonRepresentation; end
597
597
 
598
598
  include Google::Apis::Core::JsonObjectSupport
599
599
  end
600
600
 
601
- class BooleanCondition
601
+ class RepeatCellRequest
602
602
  class Representation < Google::Apis::Core::JsonRepresentation; end
603
603
 
604
604
  include Google::Apis::Core::JsonObjectSupport
605
605
  end
606
606
 
607
- class GridRange
607
+ class BasicChartSpec
608
608
  class Representation < Google::Apis::Core::JsonRepresentation; end
609
609
 
610
610
  include Google::Apis::Core::JsonObjectSupport
611
611
  end
612
612
 
613
- class BasicChartSpec
613
+ class UpdateEmbeddedObjectPositionRequest
614
614
  class Representation < Google::Apis::Core::JsonRepresentation; end
615
615
 
616
616
  include Google::Apis::Core::JsonObjectSupport
617
617
  end
618
618
 
619
- class SetDataValidationRequest
619
+ class SetBasicFilterRequest
620
620
  class Representation < Google::Apis::Core::JsonRepresentation; end
621
621
 
622
622
  include Google::Apis::Core::JsonObjectSupport
623
623
  end
624
624
 
625
- class CellData
625
+ class AutoResizeDimensionsRequest
626
626
  class Representation < Google::Apis::Core::JsonRepresentation; end
627
627
 
628
628
  include Google::Apis::Core::JsonObjectSupport
629
629
  end
630
630
 
631
- class BatchUpdateSpreadsheetRequest
631
+ class DuplicateFilterViewResponse
632
632
  class Representation < Google::Apis::Core::JsonRepresentation; end
633
633
 
634
634
  include Google::Apis::Core::JsonObjectSupport
635
635
  end
636
636
 
637
- class BasicChartAxis
637
+ class BandingProperties
638
638
  class Representation < Google::Apis::Core::JsonRepresentation; end
639
639
 
640
640
  include Google::Apis::Core::JsonObjectSupport
641
641
  end
642
642
 
643
- class Padding
643
+ class PivotGroup
644
644
  class Representation < Google::Apis::Core::JsonRepresentation; end
645
645
 
646
646
  include Google::Apis::Core::JsonObjectSupport
647
647
  end
648
648
 
649
- class DeleteDimensionRequest
649
+ class GridRange
650
650
  class Representation < Google::Apis::Core::JsonRepresentation; end
651
651
 
652
652
  include Google::Apis::Core::JsonObjectSupport
653
653
  end
654
654
 
655
- class UpdateChartSpecRequest
655
+ class DeleteSheetRequest
656
656
  class Representation < Google::Apis::Core::JsonRepresentation; end
657
657
 
658
658
  include Google::Apis::Core::JsonObjectSupport
659
659
  end
660
660
 
661
- class DeleteFilterViewRequest
661
+ class UpdateBandingRequest
662
662
  class Representation < Google::Apis::Core::JsonRepresentation; end
663
663
 
664
664
  include Google::Apis::Core::JsonObjectSupport
665
665
  end
666
666
 
667
- class BatchUpdateValuesResponse
667
+ class ChartData
668
668
  class Representation < Google::Apis::Core::JsonRepresentation; end
669
669
 
670
670
  include Google::Apis::Core::JsonObjectSupport
671
671
  end
672
672
 
673
- class SortRangeRequest
673
+ class Sheet
674
674
  class Representation < Google::Apis::Core::JsonRepresentation; end
675
675
 
676
676
  include Google::Apis::Core::JsonObjectSupport
677
677
  end
678
678
 
679
- class MergeCellsRequest
679
+ class CopyPasteRequest
680
680
  class Representation < Google::Apis::Core::JsonRepresentation; end
681
681
 
682
682
  include Google::Apis::Core::JsonObjectSupport
683
683
  end
684
684
 
685
- class AddProtectedRangeRequest
685
+ class UpdateCellsRequest
686
686
  class Representation < Google::Apis::Core::JsonRepresentation; end
687
687
 
688
688
  include Google::Apis::Core::JsonObjectSupport
689
689
  end
690
690
 
691
- class BatchClearValuesRequest
691
+ class ExtendedValue
692
692
  class Representation < Google::Apis::Core::JsonRepresentation; end
693
693
 
694
694
  include Google::Apis::Core::JsonObjectSupport
695
695
  end
696
696
 
697
- class DuplicateFilterViewResponse
697
+ class BatchUpdateSpreadsheetResponse
698
698
  class Representation < Google::Apis::Core::JsonRepresentation; end
699
699
 
700
700
  include Google::Apis::Core::JsonObjectSupport
701
701
  end
702
702
 
703
- class DuplicateSheetResponse
703
+ class GradientRule
704
704
  class Representation < Google::Apis::Core::JsonRepresentation; end
705
705
 
706
706
  include Google::Apis::Core::JsonObjectSupport
707
707
  end
708
708
 
709
- class TextToColumnsRequest
709
+ class CutPasteRequest
710
710
  class Representation < Google::Apis::Core::JsonRepresentation; end
711
711
 
712
712
  include Google::Apis::Core::JsonObjectSupport
713
713
  end
714
714
 
715
- class ClearBasicFilterRequest
715
+ class OverlayPosition
716
716
  class Representation < Google::Apis::Core::JsonRepresentation; end
717
717
 
718
718
  include Google::Apis::Core::JsonObjectSupport
719
719
  end
720
720
 
721
- class BatchUpdateSpreadsheetResponse
721
+ class AutoFillRequest
722
722
  class Representation < Google::Apis::Core::JsonRepresentation; end
723
723
 
724
724
  include Google::Apis::Core::JsonObjectSupport
725
725
  end
726
726
 
727
- class DeleteBandingRequest
727
+ class PieChartSpec
728
728
  class Representation < Google::Apis::Core::JsonRepresentation; end
729
729
 
730
730
  include Google::Apis::Core::JsonObjectSupport
731
731
  end
732
732
 
733
- class AppendValuesResponse
733
+ class UpdateSheetPropertiesRequest
734
734
  class Representation < Google::Apis::Core::JsonRepresentation; end
735
735
 
736
736
  include Google::Apis::Core::JsonObjectSupport
737
737
  end
738
738
 
739
- class MoveDimensionRequest
739
+ class BooleanRule
740
740
  class Representation < Google::Apis::Core::JsonRepresentation; end
741
741
 
742
742
  include Google::Apis::Core::JsonObjectSupport
743
743
  end
744
744
 
745
- class PivotFilterCriteria
745
+ class AppendDimensionRequest
746
746
  class Representation < Google::Apis::Core::JsonRepresentation; end
747
747
 
748
748
  include Google::Apis::Core::JsonObjectSupport
@@ -754,589 +754,566 @@ module Google
754
754
  include Google::Apis::Core::JsonObjectSupport
755
755
  end
756
756
 
757
- class AddConditionalFormatRuleRequest
757
+ class GridProperties
758
758
  class Representation < Google::Apis::Core::JsonRepresentation; end
759
759
 
760
760
  include Google::Apis::Core::JsonObjectSupport
761
761
  end
762
762
 
763
- class ChartSpec
763
+ class DeleteNamedRangeRequest
764
764
  class Representation < Google::Apis::Core::JsonRepresentation; end
765
765
 
766
766
  include Google::Apis::Core::JsonObjectSupport
767
767
  end
768
768
 
769
- class NumberFormat
769
+ class AddChartRequest
770
770
  class Representation < Google::Apis::Core::JsonRepresentation; end
771
771
 
772
772
  include Google::Apis::Core::JsonObjectSupport
773
773
  end
774
774
 
775
- class SheetProperties
775
+ class SetDataValidationRequest
776
776
  class Representation < Google::Apis::Core::JsonRepresentation; end
777
777
 
778
778
  include Google::Apis::Core::JsonObjectSupport
779
779
  end
780
780
 
781
- class UpdateDimensionPropertiesRequest
781
+ class Request
782
782
  class Representation < Google::Apis::Core::JsonRepresentation; end
783
783
 
784
784
  include Google::Apis::Core::JsonObjectSupport
785
785
  end
786
786
 
787
- class SourceAndDestination
787
+ class BatchGetValuesResponse
788
788
  class Representation < Google::Apis::Core::JsonRepresentation; end
789
789
 
790
790
  include Google::Apis::Core::JsonObjectSupport
791
791
  end
792
792
 
793
- class FilterView
793
+ class InsertDimensionRequest
794
794
  class Representation < Google::Apis::Core::JsonRepresentation; end
795
795
 
796
796
  include Google::Apis::Core::JsonObjectSupport
797
797
  end
798
798
 
799
- class BandingProperties
799
+ class DeleteEmbeddedObjectRequest
800
800
  class Representation < Google::Apis::Core::JsonRepresentation; end
801
801
 
802
802
  include Google::Apis::Core::JsonObjectSupport
803
803
  end
804
804
 
805
- class AddProtectedRangeResponse
805
+ class BandedRange
806
806
  class Representation < Google::Apis::Core::JsonRepresentation; end
807
807
 
808
808
  include Google::Apis::Core::JsonObjectSupport
809
809
  end
810
810
 
811
- class BasicFilter
811
+ class DeleteConditionalFormatRuleResponse
812
812
  class Representation < Google::Apis::Core::JsonRepresentation; end
813
813
 
814
814
  include Google::Apis::Core::JsonObjectSupport
815
815
  end
816
816
 
817
- class UpdateValuesResponse
817
+ class AddNamedRangeResponse
818
818
  # @private
819
819
  class Representation < Google::Apis::Core::JsonRepresentation
820
- property :updated_data, as: 'updatedData', class: Google::Apis::SheetsV4::ValueRange, decorator: Google::Apis::SheetsV4::ValueRange::Representation
820
+ property :named_range, as: 'namedRange', class: Google::Apis::SheetsV4::NamedRange, decorator: Google::Apis::SheetsV4::NamedRange::Representation
821
821
 
822
- property :updated_rows, as: 'updatedRows'
823
- property :updated_columns, as: 'updatedColumns'
824
- property :spreadsheet_id, as: 'spreadsheetId'
825
- property :updated_range, as: 'updatedRange'
826
- property :updated_cells, as: 'updatedCells'
827
822
  end
828
823
  end
829
824
 
830
- class PivotValue
825
+ class UpdateProtectedRangeRequest
831
826
  # @private
832
827
  class Representation < Google::Apis::Core::JsonRepresentation
833
- property :source_column_offset, as: 'sourceColumnOffset'
834
- property :name, as: 'name'
835
- property :formula, as: 'formula'
836
- property :summarize_function, as: 'summarizeFunction'
837
- end
838
- end
828
+ property :protected_range, as: 'protectedRange', class: Google::Apis::SheetsV4::ProtectedRange, decorator: Google::Apis::SheetsV4::ProtectedRange::Representation
839
829
 
840
- class ErrorValue
841
- # @private
842
- class Representation < Google::Apis::Core::JsonRepresentation
843
- property :message, as: 'message'
844
- property :type, as: 'type'
830
+ property :fields, as: 'fields'
845
831
  end
846
832
  end
847
833
 
848
- class CopySheetToAnotherSpreadsheetRequest
834
+ class Padding
849
835
  # @private
850
836
  class Representation < Google::Apis::Core::JsonRepresentation
851
- property :destination_spreadsheet_id, as: 'destinationSpreadsheetId'
837
+ property :right, as: 'right'
838
+ property :left, as: 'left'
839
+ property :top, as: 'top'
840
+ property :bottom, as: 'bottom'
852
841
  end
853
842
  end
854
843
 
855
- class PivotGroupSortValueBucket
844
+ class MergeCellsRequest
856
845
  # @private
857
846
  class Representation < Google::Apis::Core::JsonRepresentation
858
- collection :buckets, as: 'buckets', class: Google::Apis::SheetsV4::ExtendedValue, decorator: Google::Apis::SheetsV4::ExtendedValue::Representation
847
+ property :merge_type, as: 'mergeType'
848
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
859
849
 
860
- property :values_index, as: 'valuesIndex'
861
850
  end
862
851
  end
863
852
 
864
- class EmbeddedObjectPosition
853
+ class AddSheetResponse
865
854
  # @private
866
855
  class Representation < Google::Apis::Core::JsonRepresentation
867
- property :new_sheet, as: 'newSheet'
868
- property :sheet_id, as: 'sheetId'
869
- property :overlay_position, as: 'overlayPosition', class: Google::Apis::SheetsV4::OverlayPosition, decorator: Google::Apis::SheetsV4::OverlayPosition::Representation
870
-
871
- end
872
- end
856
+ property :properties, as: 'properties', class: Google::Apis::SheetsV4::SheetProperties, decorator: Google::Apis::SheetsV4::SheetProperties::Representation
873
857
 
874
- class DeleteProtectedRangeRequest
875
- # @private
876
- class Representation < Google::Apis::Core::JsonRepresentation
877
- property :protected_range_id, as: 'protectedRangeId'
878
858
  end
879
859
  end
880
860
 
881
- class AutoFillRequest
861
+ class PivotGroupValueMetadata
882
862
  # @private
883
863
  class Representation < Google::Apis::Core::JsonRepresentation
884
- property :use_alternate_series, as: 'useAlternateSeries'
885
- property :source_and_destination, as: 'sourceAndDestination', class: Google::Apis::SheetsV4::SourceAndDestination, decorator: Google::Apis::SheetsV4::SourceAndDestination::Representation
886
-
887
- property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
864
+ property :value, as: 'value', class: Google::Apis::SheetsV4::ExtendedValue, decorator: Google::Apis::SheetsV4::ExtendedValue::Representation
888
865
 
866
+ property :collapsed, as: 'collapsed'
889
867
  end
890
868
  end
891
869
 
892
- class GradientRule
870
+ class UpdateEmbeddedObjectPositionResponse
893
871
  # @private
894
872
  class Representation < Google::Apis::Core::JsonRepresentation
895
- property :minpoint, as: 'minpoint', class: Google::Apis::SheetsV4::InterpolationPoint, decorator: Google::Apis::SheetsV4::InterpolationPoint::Representation
896
-
897
- property :maxpoint, as: 'maxpoint', class: Google::Apis::SheetsV4::InterpolationPoint, decorator: Google::Apis::SheetsV4::InterpolationPoint::Representation
898
-
899
- property :midpoint, as: 'midpoint', class: Google::Apis::SheetsV4::InterpolationPoint, decorator: Google::Apis::SheetsV4::InterpolationPoint::Representation
873
+ property :position, as: 'position', class: Google::Apis::SheetsV4::EmbeddedObjectPosition, decorator: Google::Apis::SheetsV4::EmbeddedObjectPosition::Representation
900
874
 
901
875
  end
902
876
  end
903
877
 
904
- class SetBasicFilterRequest
878
+ class ClearValuesResponse
905
879
  # @private
906
880
  class Representation < Google::Apis::Core::JsonRepresentation
907
- property :filter, as: 'filter', class: Google::Apis::SheetsV4::BasicFilter, decorator: Google::Apis::SheetsV4::BasicFilter::Representation
908
-
881
+ property :spreadsheet_id, as: 'spreadsheetId'
882
+ property :cleared_range, as: 'clearedRange'
909
883
  end
910
884
  end
911
885
 
912
- class ClearValuesRequest
886
+ class UpdateConditionalFormatRuleRequest
913
887
  # @private
914
888
  class Representation < Google::Apis::Core::JsonRepresentation
889
+ property :sheet_id, as: 'sheetId'
890
+ property :rule, as: 'rule', class: Google::Apis::SheetsV4::ConditionalFormatRule, decorator: Google::Apis::SheetsV4::ConditionalFormatRule::Representation
891
+
892
+ property :index, as: 'index'
893
+ property :new_index, as: 'newIndex'
915
894
  end
916
895
  end
917
896
 
918
- class InterpolationPoint
897
+ class TextFormat
919
898
  # @private
920
899
  class Representation < Google::Apis::Core::JsonRepresentation
921
- property :color, as: 'color', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
900
+ property :bold, as: 'bold'
901
+ property :italic, as: 'italic'
902
+ property :foreground_color, as: 'foregroundColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
922
903
 
923
- property :type, as: 'type'
924
- property :value, as: 'value'
904
+ property :font_family, as: 'fontFamily'
905
+ property :strikethrough, as: 'strikethrough'
906
+ property :font_size, as: 'fontSize'
907
+ property :underline, as: 'underline'
925
908
  end
926
909
  end
927
910
 
928
- class FindReplaceResponse
911
+ class UpdateChartSpecRequest
929
912
  # @private
930
913
  class Representation < Google::Apis::Core::JsonRepresentation
931
- property :values_changed, as: 'valuesChanged'
932
- property :occurrences_changed, as: 'occurrencesChanged'
933
- property :rows_changed, as: 'rowsChanged'
934
- property :sheets_changed, as: 'sheetsChanged'
935
- property :formulas_changed, as: 'formulasChanged'
936
- end
937
- end
914
+ property :chart_id, as: 'chartId'
915
+ property :spec, as: 'spec', class: Google::Apis::SheetsV4::ChartSpec, decorator: Google::Apis::SheetsV4::ChartSpec::Representation
938
916
 
939
- class DeleteEmbeddedObjectRequest
940
- # @private
941
- class Representation < Google::Apis::Core::JsonRepresentation
942
- property :object_id_prop, as: 'objectId'
943
917
  end
944
918
  end
945
919
 
946
- class DeleteSheetRequest
920
+ class GridCoordinate
947
921
  # @private
948
922
  class Representation < Google::Apis::Core::JsonRepresentation
949
923
  property :sheet_id, as: 'sheetId'
924
+ property :row_index, as: 'rowIndex'
925
+ property :column_index, as: 'columnIndex'
950
926
  end
951
927
  end
952
928
 
953
- class DuplicateFilterViewRequest
929
+ class DeleteFilterViewRequest
954
930
  # @private
955
931
  class Representation < Google::Apis::Core::JsonRepresentation
956
932
  property :filter_id, as: 'filterId'
957
933
  end
958
934
  end
959
935
 
960
- class UpdateConditionalFormatRuleResponse
936
+ class BatchUpdateValuesResponse
961
937
  # @private
962
938
  class Representation < Google::Apis::Core::JsonRepresentation
963
- property :old_index, as: 'oldIndex'
964
- property :new_rule, as: 'newRule', class: Google::Apis::SheetsV4::ConditionalFormatRule, decorator: Google::Apis::SheetsV4::ConditionalFormatRule::Representation
965
-
966
- property :old_rule, as: 'oldRule', class: Google::Apis::SheetsV4::ConditionalFormatRule, decorator: Google::Apis::SheetsV4::ConditionalFormatRule::Representation
939
+ property :total_updated_sheets, as: 'totalUpdatedSheets'
940
+ property :total_updated_columns, as: 'totalUpdatedColumns'
941
+ collection :responses, as: 'responses', class: Google::Apis::SheetsV4::UpdateValuesResponse, decorator: Google::Apis::SheetsV4::UpdateValuesResponse::Representation
967
942
 
968
- property :new_index, as: 'newIndex'
943
+ property :total_updated_cells, as: 'totalUpdatedCells'
944
+ property :spreadsheet_id, as: 'spreadsheetId'
945
+ property :total_updated_rows, as: 'totalUpdatedRows'
969
946
  end
970
947
  end
971
948
 
972
- class ConditionValue
949
+ class UpdateNamedRangeRequest
973
950
  # @private
974
951
  class Representation < Google::Apis::Core::JsonRepresentation
975
- property :relative_date, as: 'relativeDate'
976
- property :user_entered_value, as: 'userEnteredValue'
977
- end
978
- end
952
+ property :fields, as: 'fields'
953
+ property :named_range, as: 'namedRange', class: Google::Apis::SheetsV4::NamedRange, decorator: Google::Apis::SheetsV4::NamedRange::Representation
979
954
 
980
- class DuplicateSheetRequest
981
- # @private
982
- class Representation < Google::Apis::Core::JsonRepresentation
983
- property :new_sheet_name, as: 'newSheetName'
984
- property :source_sheet_id, as: 'sourceSheetId'
985
- property :new_sheet_id, as: 'newSheetId'
986
- property :insert_sheet_index, as: 'insertSheetIndex'
987
955
  end
988
956
  end
989
957
 
990
- class ExtendedValue
958
+ class UpdateValuesResponse
991
959
  # @private
992
960
  class Representation < Google::Apis::Core::JsonRepresentation
993
- property :error_value, as: 'errorValue', class: Google::Apis::SheetsV4::ErrorValue, decorator: Google::Apis::SheetsV4::ErrorValue::Representation
961
+ property :updated_columns, as: 'updatedColumns'
962
+ property :updated_cells, as: 'updatedCells'
963
+ property :updated_data, as: 'updatedData', class: Google::Apis::SheetsV4::ValueRange, decorator: Google::Apis::SheetsV4::ValueRange::Representation
994
964
 
995
- property :string_value, as: 'stringValue'
996
- property :bool_value, as: 'boolValue'
997
- property :formula_value, as: 'formulaValue'
998
- property :number_value, as: 'numberValue'
965
+ property :updated_range, as: 'updatedRange'
966
+ property :spreadsheet_id, as: 'spreadsheetId'
967
+ property :updated_rows, as: 'updatedRows'
999
968
  end
1000
969
  end
1001
970
 
1002
- class AddChartRequest
971
+ class SpreadsheetProperties
1003
972
  # @private
1004
973
  class Representation < Google::Apis::Core::JsonRepresentation
1005
- property :chart, as: 'chart', class: Google::Apis::SheetsV4::EmbeddedChart, decorator: Google::Apis::SheetsV4::EmbeddedChart::Representation
974
+ property :time_zone, as: 'timeZone'
975
+ property :auto_recalc, as: 'autoRecalc'
976
+ property :locale, as: 'locale'
977
+ property :title, as: 'title'
978
+ property :default_format, as: 'defaultFormat', class: Google::Apis::SheetsV4::CellFormat, decorator: Google::Apis::SheetsV4::CellFormat::Representation
1006
979
 
1007
980
  end
1008
981
  end
1009
982
 
1010
- class Spreadsheet
983
+ class CellData
1011
984
  # @private
1012
985
  class Representation < Google::Apis::Core::JsonRepresentation
1013
- property :properties, as: 'properties', class: Google::Apis::SheetsV4::SpreadsheetProperties, decorator: Google::Apis::SheetsV4::SpreadsheetProperties::Representation
1014
-
1015
- property :spreadsheet_id, as: 'spreadsheetId'
1016
- collection :sheets, as: 'sheets', class: Google::Apis::SheetsV4::Sheet, decorator: Google::Apis::SheetsV4::Sheet::Representation
986
+ property :hyperlink, as: 'hyperlink'
987
+ property :effective_format, as: 'effectiveFormat', class: Google::Apis::SheetsV4::CellFormat, decorator: Google::Apis::SheetsV4::CellFormat::Representation
1017
988
 
1018
- collection :named_ranges, as: 'namedRanges', class: Google::Apis::SheetsV4::NamedRange, decorator: Google::Apis::SheetsV4::NamedRange::Representation
989
+ property :note, as: 'note'
990
+ property :formatted_value, as: 'formattedValue'
991
+ property :user_entered_value, as: 'userEnteredValue', class: Google::Apis::SheetsV4::ExtendedValue, decorator: Google::Apis::SheetsV4::ExtendedValue::Representation
1019
992
 
1020
- property :spreadsheet_url, as: 'spreadsheetUrl'
1021
- end
1022
- end
993
+ property :data_validation, as: 'dataValidation', class: Google::Apis::SheetsV4::DataValidationRule, decorator: Google::Apis::SheetsV4::DataValidationRule::Representation
1023
994
 
1024
- class BatchClearValuesResponse
1025
- # @private
1026
- class Representation < Google::Apis::Core::JsonRepresentation
1027
- collection :cleared_ranges, as: 'clearedRanges'
1028
- property :spreadsheet_id, as: 'spreadsheetId'
1029
- end
1030
- end
995
+ property :user_entered_format, as: 'userEnteredFormat', class: Google::Apis::SheetsV4::CellFormat, decorator: Google::Apis::SheetsV4::CellFormat::Representation
1031
996
 
1032
- class BandedRange
1033
- # @private
1034
- class Representation < Google::Apis::Core::JsonRepresentation
1035
- property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
997
+ property :pivot_table, as: 'pivotTable', class: Google::Apis::SheetsV4::PivotTable, decorator: Google::Apis::SheetsV4::PivotTable::Representation
1036
998
 
1037
- property :banded_range_id, as: 'bandedRangeId'
1038
- property :row_properties, as: 'rowProperties', class: Google::Apis::SheetsV4::BandingProperties, decorator: Google::Apis::SheetsV4::BandingProperties::Representation
999
+ collection :text_format_runs, as: 'textFormatRuns', class: Google::Apis::SheetsV4::TextFormatRun, decorator: Google::Apis::SheetsV4::TextFormatRun::Representation
1039
1000
 
1040
- property :column_properties, as: 'columnProperties', class: Google::Apis::SheetsV4::BandingProperties, decorator: Google::Apis::SheetsV4::BandingProperties::Representation
1001
+ property :effective_value, as: 'effectiveValue', class: Google::Apis::SheetsV4::ExtendedValue, decorator: Google::Apis::SheetsV4::ExtendedValue::Representation
1041
1002
 
1042
1003
  end
1043
1004
  end
1044
1005
 
1045
- class UpdateProtectedRangeRequest
1006
+ class UnmergeCellsRequest
1046
1007
  # @private
1047
1008
  class Representation < Google::Apis::Core::JsonRepresentation
1048
- property :protected_range, as: 'protectedRange', class: Google::Apis::SheetsV4::ProtectedRange, decorator: Google::Apis::SheetsV4::ProtectedRange::Representation
1009
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1049
1010
 
1050
- property :fields, as: 'fields'
1051
1011
  end
1052
1012
  end
1053
1013
 
1054
- class TextFormat
1014
+ class TextToColumnsRequest
1055
1015
  # @private
1056
1016
  class Representation < Google::Apis::Core::JsonRepresentation
1057
- property :font_family, as: 'fontFamily'
1058
- property :strikethrough, as: 'strikethrough'
1059
- property :italic, as: 'italic'
1060
- property :font_size, as: 'fontSize'
1061
- property :underline, as: 'underline'
1062
- property :bold, as: 'bold'
1063
- property :foreground_color, as: 'foregroundColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
1017
+ property :source, as: 'source', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1064
1018
 
1019
+ property :delimiter, as: 'delimiter'
1020
+ property :delimiter_type, as: 'delimiterType'
1065
1021
  end
1066
1022
  end
1067
1023
 
1068
- class AddSheetResponse
1024
+ class AddProtectedRangeResponse
1069
1025
  # @private
1070
1026
  class Representation < Google::Apis::Core::JsonRepresentation
1071
- property :properties, as: 'properties', class: Google::Apis::SheetsV4::SheetProperties, decorator: Google::Apis::SheetsV4::SheetProperties::Representation
1027
+ property :protected_range, as: 'protectedRange', class: Google::Apis::SheetsV4::ProtectedRange, decorator: Google::Apis::SheetsV4::ProtectedRange::Representation
1072
1028
 
1073
1029
  end
1074
1030
  end
1075
1031
 
1076
- class AddFilterViewResponse
1032
+ class BooleanCondition
1077
1033
  # @private
1078
1034
  class Representation < Google::Apis::Core::JsonRepresentation
1079
- property :filter, as: 'filter', class: Google::Apis::SheetsV4::FilterView, decorator: Google::Apis::SheetsV4::FilterView::Representation
1035
+ collection :values, as: 'values', class: Google::Apis::SheetsV4::ConditionValue, decorator: Google::Apis::SheetsV4::ConditionValue::Representation
1080
1036
 
1037
+ property :type, as: 'type'
1081
1038
  end
1082
1039
  end
1083
1040
 
1084
- class SpreadsheetProperties
1041
+ class DeleteProtectedRangeRequest
1085
1042
  # @private
1086
1043
  class Representation < Google::Apis::Core::JsonRepresentation
1087
- property :locale, as: 'locale'
1088
- property :auto_recalc, as: 'autoRecalc'
1089
- property :default_format, as: 'defaultFormat', class: Google::Apis::SheetsV4::CellFormat, decorator: Google::Apis::SheetsV4::CellFormat::Representation
1090
-
1091
- property :title, as: 'title'
1092
- property :time_zone, as: 'timeZone'
1044
+ property :protected_range_id, as: 'protectedRangeId'
1093
1045
  end
1094
1046
  end
1095
1047
 
1096
- class OverlayPosition
1048
+ class BasicChartDomain
1097
1049
  # @private
1098
1050
  class Representation < Google::Apis::Core::JsonRepresentation
1099
- property :width_pixels, as: 'widthPixels'
1100
- property :offset_x_pixels, as: 'offsetXPixels'
1101
- property :anchor_cell, as: 'anchorCell', class: Google::Apis::SheetsV4::GridCoordinate, decorator: Google::Apis::SheetsV4::GridCoordinate::Representation
1051
+ property :domain, as: 'domain', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
1102
1052
 
1103
- property :offset_y_pixels, as: 'offsetYPixels'
1104
- property :height_pixels, as: 'heightPixels'
1105
1053
  end
1106
1054
  end
1107
1055
 
1108
- class RepeatCellRequest
1056
+ class DimensionRange
1109
1057
  # @private
1110
1058
  class Representation < Google::Apis::Core::JsonRepresentation
1111
- property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1112
-
1113
- property :fields, as: 'fields'
1114
- property :cell, as: 'cell', class: Google::Apis::SheetsV4::CellData, decorator: Google::Apis::SheetsV4::CellData::Representation
1115
-
1059
+ property :sheet_id, as: 'sheetId'
1060
+ property :end_index, as: 'endIndex'
1061
+ property :start_index, as: 'startIndex'
1062
+ property :dimension, as: 'dimension'
1116
1063
  end
1117
1064
  end
1118
1065
 
1119
- class AddChartResponse
1066
+ class Response
1120
1067
  # @private
1121
1068
  class Representation < Google::Apis::Core::JsonRepresentation
1122
- property :chart, as: 'chart', class: Google::Apis::SheetsV4::EmbeddedChart, decorator: Google::Apis::SheetsV4::EmbeddedChart::Representation
1069
+ property :update_embedded_object_position, as: 'updateEmbeddedObjectPosition', class: Google::Apis::SheetsV4::UpdateEmbeddedObjectPositionResponse, decorator: Google::Apis::SheetsV4::UpdateEmbeddedObjectPositionResponse::Representation
1123
1070
 
1124
- end
1125
- end
1071
+ property :add_filter_view, as: 'addFilterView', class: Google::Apis::SheetsV4::AddFilterViewResponse, decorator: Google::Apis::SheetsV4::AddFilterViewResponse::Representation
1126
1072
 
1127
- class InsertDimensionRequest
1128
- # @private
1129
- class Representation < Google::Apis::Core::JsonRepresentation
1130
- property :inherit_from_before, as: 'inheritFromBefore'
1131
- property :range, as: 'range', class: Google::Apis::SheetsV4::DimensionRange, decorator: Google::Apis::SheetsV4::DimensionRange::Representation
1073
+ property :add_sheet, as: 'addSheet', class: Google::Apis::SheetsV4::AddSheetResponse, decorator: Google::Apis::SheetsV4::AddSheetResponse::Representation
1074
+
1075
+ property :find_replace, as: 'findReplace', class: Google::Apis::SheetsV4::FindReplaceResponse, decorator: Google::Apis::SheetsV4::FindReplaceResponse::Representation
1076
+
1077
+ property :add_protected_range, as: 'addProtectedRange', class: Google::Apis::SheetsV4::AddProtectedRangeResponse, decorator: Google::Apis::SheetsV4::AddProtectedRangeResponse::Representation
1078
+
1079
+ property :update_conditional_format_rule, as: 'updateConditionalFormatRule', class: Google::Apis::SheetsV4::UpdateConditionalFormatRuleResponse, decorator: Google::Apis::SheetsV4::UpdateConditionalFormatRuleResponse::Representation
1080
+
1081
+ property :add_chart, as: 'addChart', class: Google::Apis::SheetsV4::AddChartResponse, decorator: Google::Apis::SheetsV4::AddChartResponse::Representation
1082
+
1083
+ property :delete_conditional_format_rule, as: 'deleteConditionalFormatRule', class: Google::Apis::SheetsV4::DeleteConditionalFormatRuleResponse, decorator: Google::Apis::SheetsV4::DeleteConditionalFormatRuleResponse::Representation
1084
+
1085
+ property :add_banding, as: 'addBanding', class: Google::Apis::SheetsV4::AddBandingResponse, decorator: Google::Apis::SheetsV4::AddBandingResponse::Representation
1086
+
1087
+ property :duplicate_sheet, as: 'duplicateSheet', class: Google::Apis::SheetsV4::DuplicateSheetResponse, decorator: Google::Apis::SheetsV4::DuplicateSheetResponse::Representation
1088
+
1089
+ property :duplicate_filter_view, as: 'duplicateFilterView', class: Google::Apis::SheetsV4::DuplicateFilterViewResponse, decorator: Google::Apis::SheetsV4::DuplicateFilterViewResponse::Representation
1090
+
1091
+ property :add_named_range, as: 'addNamedRange', class: Google::Apis::SheetsV4::AddNamedRangeResponse, decorator: Google::Apis::SheetsV4::AddNamedRangeResponse::Representation
1132
1092
 
1133
1093
  end
1134
1094
  end
1135
1095
 
1136
- class UpdateSpreadsheetPropertiesRequest
1096
+ class AddConditionalFormatRuleRequest
1137
1097
  # @private
1138
1098
  class Representation < Google::Apis::Core::JsonRepresentation
1139
- property :fields, as: 'fields'
1140
- property :properties, as: 'properties', class: Google::Apis::SheetsV4::SpreadsheetProperties, decorator: Google::Apis::SheetsV4::SpreadsheetProperties::Representation
1099
+ property :rule, as: 'rule', class: Google::Apis::SheetsV4::ConditionalFormatRule, decorator: Google::Apis::SheetsV4::ConditionalFormatRule::Representation
1141
1100
 
1101
+ property :index, as: 'index'
1142
1102
  end
1143
1103
  end
1144
1104
 
1145
- class BatchUpdateValuesRequest
1105
+ class FilterView
1146
1106
  # @private
1147
1107
  class Representation < Google::Apis::Core::JsonRepresentation
1148
- property :value_input_option, as: 'valueInputOption'
1149
- collection :data, as: 'data', class: Google::Apis::SheetsV4::ValueRange, decorator: Google::Apis::SheetsV4::ValueRange::Representation
1108
+ property :title, as: 'title'
1109
+ property :named_range_id, as: 'namedRangeId'
1110
+ collection :sort_specs, as: 'sortSpecs', class: Google::Apis::SheetsV4::SortSpec, decorator: Google::Apis::SheetsV4::SortSpec::Representation
1150
1111
 
1151
- property :response_date_time_render_option, as: 'responseDateTimeRenderOption'
1152
- property :response_value_render_option, as: 'responseValueRenderOption'
1153
- property :include_values_in_response, as: 'includeValuesInResponse'
1112
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1113
+
1114
+ hash :criteria, as: 'criteria', class: Google::Apis::SheetsV4::FilterCriteria, decorator: Google::Apis::SheetsV4::FilterCriteria::Representation
1115
+
1116
+ property :filter_view_id, as: 'filterViewId'
1154
1117
  end
1155
1118
  end
1156
1119
 
1157
- class ProtectedRange
1120
+ class SortRangeRequest
1158
1121
  # @private
1159
1122
  class Representation < Google::Apis::Core::JsonRepresentation
1160
- property :requesting_user_can_edit, as: 'requestingUserCanEdit'
1161
1123
  property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1162
1124
 
1163
- property :editors, as: 'editors', class: Google::Apis::SheetsV4::Editors, decorator: Google::Apis::SheetsV4::Editors::Representation
1164
-
1165
- property :description, as: 'description'
1166
- collection :unprotected_ranges, as: 'unprotectedRanges', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1125
+ collection :sort_specs, as: 'sortSpecs', class: Google::Apis::SheetsV4::SortSpec, decorator: Google::Apis::SheetsV4::SortSpec::Representation
1167
1126
 
1168
- property :named_range_id, as: 'namedRangeId'
1169
- property :protected_range_id, as: 'protectedRangeId'
1170
- property :warning_only, as: 'warningOnly'
1171
1127
  end
1172
1128
  end
1173
1129
 
1174
- class DimensionProperties
1130
+ class AddBandingResponse
1175
1131
  # @private
1176
1132
  class Representation < Google::Apis::Core::JsonRepresentation
1177
- property :pixel_size, as: 'pixelSize'
1178
- property :hidden_by_filter, as: 'hiddenByFilter'
1179
- property :hidden_by_user, as: 'hiddenByUser'
1133
+ property :banded_range, as: 'bandedRange', class: Google::Apis::SheetsV4::BandedRange, decorator: Google::Apis::SheetsV4::BandedRange::Representation
1134
+
1180
1135
  end
1181
1136
  end
1182
1137
 
1183
- class DimensionRange
1138
+ class TextFormatRun
1184
1139
  # @private
1185
1140
  class Representation < Google::Apis::Core::JsonRepresentation
1186
- property :sheet_id, as: 'sheetId'
1187
- property :dimension, as: 'dimension'
1188
1141
  property :start_index, as: 'startIndex'
1189
- property :end_index, as: 'endIndex'
1142
+ property :format, as: 'format', class: Google::Apis::SheetsV4::TextFormat, decorator: Google::Apis::SheetsV4::TextFormat::Representation
1143
+
1190
1144
  end
1191
1145
  end
1192
1146
 
1193
- class NamedRange
1147
+ class UpdateFilterViewRequest
1194
1148
  # @private
1195
1149
  class Representation < Google::Apis::Core::JsonRepresentation
1196
- property :name, as: 'name'
1197
- property :named_range_id, as: 'namedRangeId'
1198
- property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1150
+ property :filter, as: 'filter', class: Google::Apis::SheetsV4::FilterView, decorator: Google::Apis::SheetsV4::FilterView::Representation
1199
1151
 
1152
+ property :fields, as: 'fields'
1200
1153
  end
1201
1154
  end
1202
1155
 
1203
- class CutPasteRequest
1156
+ class UpdateConditionalFormatRuleResponse
1204
1157
  # @private
1205
1158
  class Representation < Google::Apis::Core::JsonRepresentation
1206
- property :destination, as: 'destination', class: Google::Apis::SheetsV4::GridCoordinate, decorator: Google::Apis::SheetsV4::GridCoordinate::Representation
1159
+ property :old_index, as: 'oldIndex'
1160
+ property :new_rule, as: 'newRule', class: Google::Apis::SheetsV4::ConditionalFormatRule, decorator: Google::Apis::SheetsV4::ConditionalFormatRule::Representation
1207
1161
 
1208
- property :source, as: 'source', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1162
+ property :old_rule, as: 'oldRule', class: Google::Apis::SheetsV4::ConditionalFormatRule, decorator: Google::Apis::SheetsV4::ConditionalFormatRule::Representation
1209
1163
 
1210
- property :paste_type, as: 'pasteType'
1164
+ property :new_index, as: 'newIndex'
1211
1165
  end
1212
1166
  end
1213
1167
 
1214
- class BasicChartSeries
1168
+ class FilterCriteria
1215
1169
  # @private
1216
1170
  class Representation < Google::Apis::Core::JsonRepresentation
1217
- property :series, as: 'series', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
1171
+ property :condition, as: 'condition', class: Google::Apis::SheetsV4::BooleanCondition, decorator: Google::Apis::SheetsV4::BooleanCondition::Representation
1218
1172
 
1219
- property :type, as: 'type'
1220
- property :target_axis, as: 'targetAxis'
1173
+ collection :hidden_values, as: 'hiddenValues'
1221
1174
  end
1222
1175
  end
1223
1176
 
1224
- class Borders
1177
+ class DeleteDimensionRequest
1225
1178
  # @private
1226
1179
  class Representation < Google::Apis::Core::JsonRepresentation
1227
- property :right, as: 'right', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
1180
+ property :range, as: 'range', class: Google::Apis::SheetsV4::DimensionRange, decorator: Google::Apis::SheetsV4::DimensionRange::Representation
1228
1181
 
1229
- property :bottom, as: 'bottom', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
1182
+ end
1183
+ end
1230
1184
 
1231
- property :top, as: 'top', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
1185
+ class PivotTable
1186
+ # @private
1187
+ class Representation < Google::Apis::Core::JsonRepresentation
1188
+ property :value_layout, as: 'valueLayout'
1189
+ collection :columns, as: 'columns', class: Google::Apis::SheetsV4::PivotGroup, decorator: Google::Apis::SheetsV4::PivotGroup::Representation
1232
1190
 
1233
- property :left, as: 'left', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
1191
+ property :source, as: 'source', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1192
+
1193
+ collection :rows, as: 'rows', class: Google::Apis::SheetsV4::PivotGroup, decorator: Google::Apis::SheetsV4::PivotGroup::Representation
1194
+
1195
+ collection :values, as: 'values', class: Google::Apis::SheetsV4::PivotValue, decorator: Google::Apis::SheetsV4::PivotValue::Representation
1196
+
1197
+ hash :criteria, as: 'criteria', class: Google::Apis::SheetsV4::PivotFilterCriteria, decorator: Google::Apis::SheetsV4::PivotFilterCriteria::Representation
1234
1198
 
1235
1199
  end
1236
1200
  end
1237
1201
 
1238
- class AutoResizeDimensionsRequest
1202
+ class DataValidationRule
1239
1203
  # @private
1240
1204
  class Representation < Google::Apis::Core::JsonRepresentation
1241
- property :dimensions, as: 'dimensions', class: Google::Apis::SheetsV4::DimensionRange, decorator: Google::Apis::SheetsV4::DimensionRange::Representation
1205
+ property :condition, as: 'condition', class: Google::Apis::SheetsV4::BooleanCondition, decorator: Google::Apis::SheetsV4::BooleanCondition::Representation
1242
1206
 
1207
+ property :input_message, as: 'inputMessage'
1208
+ property :show_custom_ui, as: 'showCustomUi'
1209
+ property :strict, as: 'strict'
1243
1210
  end
1244
1211
  end
1245
1212
 
1246
- class UpdateBordersRequest
1213
+ class UpdateSpreadsheetPropertiesRequest
1247
1214
  # @private
1248
1215
  class Representation < Google::Apis::Core::JsonRepresentation
1249
- property :bottom, as: 'bottom', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
1250
-
1251
- property :inner_vertical, as: 'innerVertical', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
1252
-
1253
- property :right, as: 'right', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
1254
-
1255
- property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1256
-
1257
- property :inner_horizontal, as: 'innerHorizontal', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
1258
-
1259
- property :top, as: 'top', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
1260
-
1261
- property :left, as: 'left', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
1216
+ property :fields, as: 'fields'
1217
+ property :properties, as: 'properties', class: Google::Apis::SheetsV4::SpreadsheetProperties, decorator: Google::Apis::SheetsV4::SpreadsheetProperties::Representation
1262
1218
 
1263
1219
  end
1264
1220
  end
1265
1221
 
1266
- class CellFormat
1222
+ class ChartSourceRange
1267
1223
  # @private
1268
1224
  class Representation < Google::Apis::Core::JsonRepresentation
1269
- property :vertical_alignment, as: 'verticalAlignment'
1270
- property :padding, as: 'padding', class: Google::Apis::SheetsV4::Padding, decorator: Google::Apis::SheetsV4::Padding::Representation
1271
-
1272
- property :borders, as: 'borders', class: Google::Apis::SheetsV4::Borders, decorator: Google::Apis::SheetsV4::Borders::Representation
1273
-
1274
- property :text_direction, as: 'textDirection'
1275
- property :wrap_strategy, as: 'wrapStrategy'
1276
- property :number_format, as: 'numberFormat', class: Google::Apis::SheetsV4::NumberFormat, decorator: Google::Apis::SheetsV4::NumberFormat::Representation
1277
-
1278
- property :horizontal_alignment, as: 'horizontalAlignment'
1279
- property :hyperlink_display_type, as: 'hyperlinkDisplayType'
1280
- property :text_format, as: 'textFormat', class: Google::Apis::SheetsV4::TextFormat, decorator: Google::Apis::SheetsV4::TextFormat::Representation
1281
-
1282
- property :background_color, as: 'backgroundColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
1225
+ collection :sources, as: 'sources', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1283
1226
 
1284
1227
  end
1285
1228
  end
1286
1229
 
1287
- class ClearValuesResponse
1230
+ class BatchUpdateValuesRequest
1288
1231
  # @private
1289
1232
  class Representation < Google::Apis::Core::JsonRepresentation
1290
- property :spreadsheet_id, as: 'spreadsheetId'
1291
- property :cleared_range, as: 'clearedRange'
1233
+ property :value_input_option, as: 'valueInputOption'
1234
+ collection :data, as: 'data', class: Google::Apis::SheetsV4::ValueRange, decorator: Google::Apis::SheetsV4::ValueRange::Representation
1235
+
1236
+ property :response_value_render_option, as: 'responseValueRenderOption'
1237
+ property :response_date_time_render_option, as: 'responseDateTimeRenderOption'
1238
+ property :include_values_in_response, as: 'includeValuesInResponse'
1292
1239
  end
1293
1240
  end
1294
1241
 
1295
- class DeleteConditionalFormatRuleRequest
1242
+ class ClearBasicFilterRequest
1296
1243
  # @private
1297
1244
  class Representation < Google::Apis::Core::JsonRepresentation
1298
- property :index, as: 'index'
1299
1245
  property :sheet_id, as: 'sheetId'
1300
1246
  end
1301
1247
  end
1302
1248
 
1303
- class DeleteNamedRangeRequest
1249
+ class BatchClearValuesResponse
1304
1250
  # @private
1305
1251
  class Representation < Google::Apis::Core::JsonRepresentation
1306
- property :named_range_id, as: 'namedRangeId'
1252
+ property :spreadsheet_id, as: 'spreadsheetId'
1253
+ collection :cleared_ranges, as: 'clearedRanges'
1307
1254
  end
1308
1255
  end
1309
1256
 
1310
- class AddBandingResponse
1257
+ class ConditionalFormatRule
1311
1258
  # @private
1312
1259
  class Representation < Google::Apis::Core::JsonRepresentation
1313
- property :banded_range, as: 'bandedRange', class: Google::Apis::SheetsV4::BandedRange, decorator: Google::Apis::SheetsV4::BandedRange::Representation
1260
+ property :gradient_rule, as: 'gradientRule', class: Google::Apis::SheetsV4::GradientRule, decorator: Google::Apis::SheetsV4::GradientRule::Representation
1261
+
1262
+ property :boolean_rule, as: 'booleanRule', class: Google::Apis::SheetsV4::BooleanRule, decorator: Google::Apis::SheetsV4::BooleanRule::Representation
1263
+
1264
+ collection :ranges, as: 'ranges', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1314
1265
 
1315
1266
  end
1316
1267
  end
1317
1268
 
1318
- class ChartData
1269
+ class UpdateBordersRequest
1319
1270
  # @private
1320
1271
  class Representation < Google::Apis::Core::JsonRepresentation
1321
- property :source_range, as: 'sourceRange', class: Google::Apis::SheetsV4::ChartSourceRange, decorator: Google::Apis::SheetsV4::ChartSourceRange::Representation
1272
+ property :right, as: 'right', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
1273
+
1274
+ property :inner_vertical, as: 'innerVertical', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
1275
+
1276
+ property :top, as: 'top', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
1277
+
1278
+ property :inner_horizontal, as: 'innerHorizontal', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
1279
+
1280
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1281
+
1282
+ property :bottom, as: 'bottom', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
1283
+
1284
+ property :left, as: 'left', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
1322
1285
 
1323
1286
  end
1324
1287
  end
1325
1288
 
1326
- class BatchGetValuesResponse
1289
+ class PivotFilterCriteria
1327
1290
  # @private
1328
1291
  class Representation < Google::Apis::Core::JsonRepresentation
1329
- property :spreadsheet_id, as: 'spreadsheetId'
1330
- collection :value_ranges, as: 'valueRanges', class: Google::Apis::SheetsV4::ValueRange, decorator: Google::Apis::SheetsV4::ValueRange::Representation
1292
+ collection :visible_values, as: 'visibleValues'
1293
+ end
1294
+ end
1295
+
1296
+ class Borders
1297
+ # @private
1298
+ class Representation < Google::Apis::Core::JsonRepresentation
1299
+ property :left, as: 'left', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
1300
+
1301
+ property :right, as: 'right', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
1302
+
1303
+ property :top, as: 'top', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
1304
+
1305
+ property :bottom, as: 'bottom', class: Google::Apis::SheetsV4::Border, decorator: Google::Apis::SheetsV4::Border::Representation
1331
1306
 
1332
1307
  end
1333
1308
  end
1334
1309
 
1335
- class UpdateBandingRequest
1310
+ class EmbeddedChart
1336
1311
  # @private
1337
1312
  class Representation < Google::Apis::Core::JsonRepresentation
1338
- property :fields, as: 'fields'
1339
- property :banded_range, as: 'bandedRange', class: Google::Apis::SheetsV4::BandedRange, decorator: Google::Apis::SheetsV4::BandedRange::Representation
1313
+ property :chart_id, as: 'chartId'
1314
+ property :position, as: 'position', class: Google::Apis::SheetsV4::EmbeddedObjectPosition, decorator: Google::Apis::SheetsV4::EmbeddedObjectPosition::Representation
1315
+
1316
+ property :spec, as: 'spec', class: Google::Apis::SheetsV4::ChartSpec, decorator: Google::Apis::SheetsV4::ChartSpec::Representation
1340
1317
 
1341
1318
  end
1342
1319
  end
@@ -1344,232 +1321,211 @@ module Google
1344
1321
  class Color
1345
1322
  # @private
1346
1323
  class Representation < Google::Apis::Core::JsonRepresentation
1347
- property :red, as: 'red'
1348
1324
  property :green, as: 'green'
1349
1325
  property :blue, as: 'blue'
1326
+ property :red, as: 'red'
1350
1327
  property :alpha, as: 'alpha'
1351
1328
  end
1352
1329
  end
1353
1330
 
1354
- class PivotGroup
1331
+ class AddSheetRequest
1355
1332
  # @private
1356
1333
  class Representation < Google::Apis::Core::JsonRepresentation
1357
- property :sort_order, as: 'sortOrder'
1358
- property :value_bucket, as: 'valueBucket', class: Google::Apis::SheetsV4::PivotGroupSortValueBucket, decorator: Google::Apis::SheetsV4::PivotGroupSortValueBucket::Representation
1359
-
1360
- property :source_column_offset, as: 'sourceColumnOffset'
1361
- property :show_totals, as: 'showTotals'
1362
- collection :value_metadata, as: 'valueMetadata', class: Google::Apis::SheetsV4::PivotGroupValueMetadata, decorator: Google::Apis::SheetsV4::PivotGroupValueMetadata::Representation
1334
+ property :properties, as: 'properties', class: Google::Apis::SheetsV4::SheetProperties, decorator: Google::Apis::SheetsV4::SheetProperties::Representation
1363
1335
 
1364
1336
  end
1365
1337
  end
1366
1338
 
1367
- class PivotTable
1339
+ class AddProtectedRangeRequest
1368
1340
  # @private
1369
1341
  class Representation < Google::Apis::Core::JsonRepresentation
1370
- collection :rows, as: 'rows', class: Google::Apis::SheetsV4::PivotGroup, decorator: Google::Apis::SheetsV4::PivotGroup::Representation
1371
-
1372
- property :value_layout, as: 'valueLayout'
1373
- collection :columns, as: 'columns', class: Google::Apis::SheetsV4::PivotGroup, decorator: Google::Apis::SheetsV4::PivotGroup::Representation
1374
-
1375
- collection :values, as: 'values', class: Google::Apis::SheetsV4::PivotValue, decorator: Google::Apis::SheetsV4::PivotValue::Representation
1376
-
1377
- property :source, as: 'source', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1378
-
1379
- hash :criteria, as: 'criteria', class: Google::Apis::SheetsV4::PivotFilterCriteria, decorator: Google::Apis::SheetsV4::PivotFilterCriteria::Representation
1342
+ property :protected_range, as: 'protectedRange', class: Google::Apis::SheetsV4::ProtectedRange, decorator: Google::Apis::SheetsV4::ProtectedRange::Representation
1380
1343
 
1381
1344
  end
1382
1345
  end
1383
1346
 
1384
- class ChartSourceRange
1347
+ class ValueRange
1385
1348
  # @private
1386
1349
  class Representation < Google::Apis::Core::JsonRepresentation
1387
- collection :sources, as: 'sources', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1350
+ collection :values, as: 'values', :class => Array do
1351
+ include Representable::JSON::Collection
1352
+ items
1353
+ end
1388
1354
 
1355
+ property :range, as: 'range'
1356
+ property :major_dimension, as: 'majorDimension'
1389
1357
  end
1390
1358
  end
1391
1359
 
1392
- class AppendCellsRequest
1393
- # @private
1394
- class Representation < Google::Apis::Core::JsonRepresentation
1395
- collection :rows, as: 'rows', class: Google::Apis::SheetsV4::RowData, decorator: Google::Apis::SheetsV4::RowData::Representation
1396
-
1397
- property :fields, as: 'fields'
1398
- property :sheet_id, as: 'sheetId'
1399
- end
1400
- end
1401
-
1402
- class ValueRange
1360
+ class FindReplaceResponse
1403
1361
  # @private
1404
1362
  class Representation < Google::Apis::Core::JsonRepresentation
1405
- property :major_dimension, as: 'majorDimension'
1406
- collection :values, as: 'values', :class => Array do
1407
- include Representable::JSON::Collection
1408
- items
1409
- end
1410
-
1411
- property :range, as: 'range'
1363
+ property :values_changed, as: 'valuesChanged'
1364
+ property :rows_changed, as: 'rowsChanged'
1365
+ property :occurrences_changed, as: 'occurrencesChanged'
1366
+ property :formulas_changed, as: 'formulasChanged'
1367
+ property :sheets_changed, as: 'sheetsChanged'
1412
1368
  end
1413
1369
  end
1414
1370
 
1415
- class AddBandingRequest
1371
+ class AppendValuesResponse
1416
1372
  # @private
1417
1373
  class Representation < Google::Apis::Core::JsonRepresentation
1418
- property :banded_range, as: 'bandedRange', class: Google::Apis::SheetsV4::BandedRange, decorator: Google::Apis::SheetsV4::BandedRange::Representation
1374
+ property :spreadsheet_id, as: 'spreadsheetId'
1375
+ property :table_range, as: 'tableRange'
1376
+ property :updates, as: 'updates', class: Google::Apis::SheetsV4::UpdateValuesResponse, decorator: Google::Apis::SheetsV4::UpdateValuesResponse::Representation
1419
1377
 
1420
1378
  end
1421
1379
  end
1422
1380
 
1423
- class Response
1381
+ class CellFormat
1424
1382
  # @private
1425
1383
  class Representation < Google::Apis::Core::JsonRepresentation
1426
- property :add_filter_view, as: 'addFilterView', class: Google::Apis::SheetsV4::AddFilterViewResponse, decorator: Google::Apis::SheetsV4::AddFilterViewResponse::Representation
1427
-
1428
- property :add_banding, as: 'addBanding', class: Google::Apis::SheetsV4::AddBandingResponse, decorator: Google::Apis::SheetsV4::AddBandingResponse::Representation
1429
-
1430
- property :add_protected_range, as: 'addProtectedRange', class: Google::Apis::SheetsV4::AddProtectedRangeResponse, decorator: Google::Apis::SheetsV4::AddProtectedRangeResponse::Representation
1431
-
1432
- property :duplicate_sheet, as: 'duplicateSheet', class: Google::Apis::SheetsV4::DuplicateSheetResponse, decorator: Google::Apis::SheetsV4::DuplicateSheetResponse::Representation
1433
-
1434
- property :update_embedded_object_position, as: 'updateEmbeddedObjectPosition', class: Google::Apis::SheetsV4::UpdateEmbeddedObjectPositionResponse, decorator: Google::Apis::SheetsV4::UpdateEmbeddedObjectPositionResponse::Representation
1435
-
1436
- property :delete_conditional_format_rule, as: 'deleteConditionalFormatRule', class: Google::Apis::SheetsV4::DeleteConditionalFormatRuleResponse, decorator: Google::Apis::SheetsV4::DeleteConditionalFormatRuleResponse::Representation
1437
-
1438
- property :duplicate_filter_view, as: 'duplicateFilterView', class: Google::Apis::SheetsV4::DuplicateFilterViewResponse, decorator: Google::Apis::SheetsV4::DuplicateFilterViewResponse::Representation
1439
-
1440
- property :add_chart, as: 'addChart', class: Google::Apis::SheetsV4::AddChartResponse, decorator: Google::Apis::SheetsV4::AddChartResponse::Representation
1384
+ property :horizontal_alignment, as: 'horizontalAlignment'
1385
+ property :hyperlink_display_type, as: 'hyperlinkDisplayType'
1386
+ property :borders, as: 'borders', class: Google::Apis::SheetsV4::Borders, decorator: Google::Apis::SheetsV4::Borders::Representation
1441
1387
 
1442
- property :find_replace, as: 'findReplace', class: Google::Apis::SheetsV4::FindReplaceResponse, decorator: Google::Apis::SheetsV4::FindReplaceResponse::Representation
1388
+ property :text_direction, as: 'textDirection'
1389
+ property :text_format, as: 'textFormat', class: Google::Apis::SheetsV4::TextFormat, decorator: Google::Apis::SheetsV4::TextFormat::Representation
1443
1390
 
1444
- property :add_sheet, as: 'addSheet', class: Google::Apis::SheetsV4::AddSheetResponse, decorator: Google::Apis::SheetsV4::AddSheetResponse::Representation
1391
+ property :padding, as: 'padding', class: Google::Apis::SheetsV4::Padding, decorator: Google::Apis::SheetsV4::Padding::Representation
1445
1392
 
1446
- property :update_conditional_format_rule, as: 'updateConditionalFormatRule', class: Google::Apis::SheetsV4::UpdateConditionalFormatRuleResponse, decorator: Google::Apis::SheetsV4::UpdateConditionalFormatRuleResponse::Representation
1393
+ property :number_format, as: 'numberFormat', class: Google::Apis::SheetsV4::NumberFormat, decorator: Google::Apis::SheetsV4::NumberFormat::Representation
1447
1394
 
1448
- property :add_named_range, as: 'addNamedRange', class: Google::Apis::SheetsV4::AddNamedRangeResponse, decorator: Google::Apis::SheetsV4::AddNamedRangeResponse::Representation
1395
+ property :wrap_strategy, as: 'wrapStrategy'
1396
+ property :background_color, as: 'backgroundColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
1449
1397
 
1398
+ property :vertical_alignment, as: 'verticalAlignment'
1450
1399
  end
1451
1400
  end
1452
1401
 
1453
- class InsertRangeRequest
1402
+ class MoveDimensionRequest
1454
1403
  # @private
1455
1404
  class Representation < Google::Apis::Core::JsonRepresentation
1456
- property :shift_dimension, as: 'shiftDimension'
1457
- property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1405
+ property :source, as: 'source', class: Google::Apis::SheetsV4::DimensionRange, decorator: Google::Apis::SheetsV4::DimensionRange::Representation
1458
1406
 
1407
+ property :destination_index, as: 'destinationIndex'
1459
1408
  end
1460
1409
  end
1461
1410
 
1462
- class EmbeddedChart
1411
+ class BasicChartAxis
1463
1412
  # @private
1464
1413
  class Representation < Google::Apis::Core::JsonRepresentation
1465
- property :chart_id, as: 'chartId'
1466
- property :position, as: 'position', class: Google::Apis::SheetsV4::EmbeddedObjectPosition, decorator: Google::Apis::SheetsV4::EmbeddedObjectPosition::Representation
1467
-
1468
- property :spec, as: 'spec', class: Google::Apis::SheetsV4::ChartSpec, decorator: Google::Apis::SheetsV4::ChartSpec::Representation
1414
+ property :position, as: 'position'
1415
+ property :title, as: 'title'
1416
+ property :format, as: 'format', class: Google::Apis::SheetsV4::TextFormat, decorator: Google::Apis::SheetsV4::TextFormat::Representation
1469
1417
 
1470
1418
  end
1471
1419
  end
1472
1420
 
1473
- class TextFormatRun
1421
+ class PivotGroupSortValueBucket
1474
1422
  # @private
1475
1423
  class Representation < Google::Apis::Core::JsonRepresentation
1476
- property :start_index, as: 'startIndex'
1477
- property :format, as: 'format', class: Google::Apis::SheetsV4::TextFormat, decorator: Google::Apis::SheetsV4::TextFormat::Representation
1424
+ collection :buckets, as: 'buckets', class: Google::Apis::SheetsV4::ExtendedValue, decorator: Google::Apis::SheetsV4::ExtendedValue::Representation
1478
1425
 
1426
+ property :values_index, as: 'valuesIndex'
1479
1427
  end
1480
1428
  end
1481
1429
 
1482
- class AddNamedRangeResponse
1430
+ class DimensionProperties
1483
1431
  # @private
1484
1432
  class Representation < Google::Apis::Core::JsonRepresentation
1485
- property :named_range, as: 'namedRange', class: Google::Apis::SheetsV4::NamedRange, decorator: Google::Apis::SheetsV4::NamedRange::Representation
1486
-
1433
+ property :hidden_by_user, as: 'hiddenByUser'
1434
+ property :pixel_size, as: 'pixelSize'
1435
+ property :hidden_by_filter, as: 'hiddenByFilter'
1487
1436
  end
1488
1437
  end
1489
1438
 
1490
- class RowData
1439
+ class EmbeddedObjectPosition
1491
1440
  # @private
1492
1441
  class Representation < Google::Apis::Core::JsonRepresentation
1493
- collection :values, as: 'values', class: Google::Apis::SheetsV4::CellData, decorator: Google::Apis::SheetsV4::CellData::Representation
1442
+ property :sheet_id, as: 'sheetId'
1443
+ property :overlay_position, as: 'overlayPosition', class: Google::Apis::SheetsV4::OverlayPosition, decorator: Google::Apis::SheetsV4::OverlayPosition::Representation
1494
1444
 
1445
+ property :new_sheet, as: 'newSheet'
1495
1446
  end
1496
1447
  end
1497
1448
 
1498
- class GridData
1449
+ class InterpolationPoint
1499
1450
  # @private
1500
1451
  class Representation < Google::Apis::Core::JsonRepresentation
1501
- collection :row_data, as: 'rowData', class: Google::Apis::SheetsV4::RowData, decorator: Google::Apis::SheetsV4::RowData::Representation
1502
-
1503
- property :start_row, as: 'startRow'
1504
- collection :column_metadata, as: 'columnMetadata', class: Google::Apis::SheetsV4::DimensionProperties, decorator: Google::Apis::SheetsV4::DimensionProperties::Representation
1505
-
1506
- property :start_column, as: 'startColumn'
1507
- collection :row_metadata, as: 'rowMetadata', class: Google::Apis::SheetsV4::DimensionProperties, decorator: Google::Apis::SheetsV4::DimensionProperties::Representation
1452
+ property :value, as: 'value'
1453
+ property :color, as: 'color', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
1508
1454
 
1455
+ property :type, as: 'type'
1509
1456
  end
1510
1457
  end
1511
1458
 
1512
- class Border
1459
+ class ErrorValue
1513
1460
  # @private
1514
1461
  class Representation < Google::Apis::Core::JsonRepresentation
1515
- property :color, as: 'color', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
1462
+ property :type, as: 'type'
1463
+ property :message, as: 'message'
1464
+ end
1465
+ end
1516
1466
 
1517
- property :width, as: 'width'
1518
- property :style, as: 'style'
1467
+ class DuplicateFilterViewRequest
1468
+ # @private
1469
+ class Representation < Google::Apis::Core::JsonRepresentation
1470
+ property :filter_id, as: 'filterId'
1519
1471
  end
1520
1472
  end
1521
1473
 
1522
- class UpdateNamedRangeRequest
1474
+ class BatchUpdateSpreadsheetRequest
1523
1475
  # @private
1524
1476
  class Representation < Google::Apis::Core::JsonRepresentation
1525
- property :named_range, as: 'namedRange', class: Google::Apis::SheetsV4::NamedRange, decorator: Google::Apis::SheetsV4::NamedRange::Representation
1477
+ property :include_spreadsheet_in_response, as: 'includeSpreadsheetInResponse'
1478
+ collection :requests, as: 'requests', class: Google::Apis::SheetsV4::Request, decorator: Google::Apis::SheetsV4::Request::Representation
1526
1479
 
1527
- property :fields, as: 'fields'
1480
+ collection :response_ranges, as: 'responseRanges'
1481
+ property :response_include_grid_data, as: 'responseIncludeGridData'
1528
1482
  end
1529
1483
  end
1530
1484
 
1531
- class FindReplaceRequest
1485
+ class SheetProperties
1532
1486
  # @private
1533
1487
  class Representation < Google::Apis::Core::JsonRepresentation
1534
- property :match_entire_cell, as: 'matchEntireCell'
1535
- property :search_by_regex, as: 'searchByRegex'
1536
- property :find, as: 'find'
1537
- property :replacement, as: 'replacement'
1538
- property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1488
+ property :title, as: 'title'
1489
+ property :index, as: 'index'
1490
+ property :hidden, as: 'hidden'
1491
+ property :grid_properties, as: 'gridProperties', class: Google::Apis::SheetsV4::GridProperties, decorator: Google::Apis::SheetsV4::GridProperties::Representation
1539
1492
 
1540
1493
  property :sheet_id, as: 'sheetId'
1541
- property :all_sheets, as: 'allSheets'
1542
- property :match_case, as: 'matchCase'
1543
- property :include_formulas, as: 'includeFormulas'
1494
+ property :right_to_left, as: 'rightToLeft'
1495
+ property :tab_color, as: 'tabColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
1496
+
1497
+ property :sheet_type, as: 'sheetType'
1544
1498
  end
1545
1499
  end
1546
1500
 
1547
- class AddSheetRequest
1501
+ class ClearValuesRequest
1548
1502
  # @private
1549
1503
  class Representation < Google::Apis::Core::JsonRepresentation
1550
- property :properties, as: 'properties', class: Google::Apis::SheetsV4::SheetProperties, decorator: Google::Apis::SheetsV4::SheetProperties::Representation
1551
-
1552
1504
  end
1553
1505
  end
1554
1506
 
1555
- class UpdateCellsRequest
1507
+ class ProtectedRange
1556
1508
  # @private
1557
1509
  class Representation < Google::Apis::Core::JsonRepresentation
1558
- collection :rows, as: 'rows', class: Google::Apis::SheetsV4::RowData, decorator: Google::Apis::SheetsV4::RowData::Representation
1510
+ collection :unprotected_ranges, as: 'unprotectedRanges', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1559
1511
 
1560
- property :fields, as: 'fields'
1561
- property :start, as: 'start', class: Google::Apis::SheetsV4::GridCoordinate, decorator: Google::Apis::SheetsV4::GridCoordinate::Representation
1512
+ property :description, as: 'description'
1513
+ property :named_range_id, as: 'namedRangeId'
1514
+ property :requesting_user_can_edit, as: 'requestingUserCanEdit'
1515
+ property :editors, as: 'editors', class: Google::Apis::SheetsV4::Editors, decorator: Google::Apis::SheetsV4::Editors::Representation
1562
1516
 
1517
+ property :protected_range_id, as: 'protectedRangeId'
1518
+ property :warning_only, as: 'warningOnly'
1563
1519
  property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1564
1520
 
1565
1521
  end
1566
1522
  end
1567
1523
 
1568
- class DeleteConditionalFormatRuleResponse
1524
+ class DeleteConditionalFormatRuleRequest
1569
1525
  # @private
1570
1526
  class Representation < Google::Apis::Core::JsonRepresentation
1571
- property :rule, as: 'rule', class: Google::Apis::SheetsV4::ConditionalFormatRule, decorator: Google::Apis::SheetsV4::ConditionalFormatRule::Representation
1572
-
1527
+ property :sheet_id, as: 'sheetId'
1528
+ property :index, as: 'index'
1573
1529
  end
1574
1530
  end
1575
1531
 
@@ -1582,48 +1538,70 @@ module Google
1582
1538
  end
1583
1539
  end
1584
1540
 
1585
- class GridCoordinate
1541
+ class InsertRangeRequest
1586
1542
  # @private
1587
1543
  class Representation < Google::Apis::Core::JsonRepresentation
1588
- property :sheet_id, as: 'sheetId'
1589
- property :row_index, as: 'rowIndex'
1590
- property :column_index, as: 'columnIndex'
1544
+ property :shift_dimension, as: 'shiftDimension'
1545
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1546
+
1591
1547
  end
1592
1548
  end
1593
1549
 
1594
- class UpdateSheetPropertiesRequest
1550
+ class ChartSpec
1595
1551
  # @private
1596
1552
  class Representation < Google::Apis::Core::JsonRepresentation
1597
- property :fields, as: 'fields'
1598
- property :properties, as: 'properties', class: Google::Apis::SheetsV4::SheetProperties, decorator: Google::Apis::SheetsV4::SheetProperties::Representation
1553
+ property :hidden_dimension_strategy, as: 'hiddenDimensionStrategy'
1554
+ property :basic_chart, as: 'basicChart', class: Google::Apis::SheetsV4::BasicChartSpec, decorator: Google::Apis::SheetsV4::BasicChartSpec::Representation
1555
+
1556
+ property :title, as: 'title'
1557
+ property :pie_chart, as: 'pieChart', class: Google::Apis::SheetsV4::PieChartSpec, decorator: Google::Apis::SheetsV4::PieChartSpec::Representation
1599
1558
 
1600
1559
  end
1601
1560
  end
1602
1561
 
1603
- class UnmergeCellsRequest
1562
+ class SourceAndDestination
1604
1563
  # @private
1605
1564
  class Representation < Google::Apis::Core::JsonRepresentation
1606
- property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1565
+ property :source, as: 'source', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1566
+
1567
+ property :fill_length, as: 'fillLength'
1568
+ property :dimension, as: 'dimension'
1569
+ end
1570
+ end
1607
1571
 
1572
+ class ConditionValue
1573
+ # @private
1574
+ class Representation < Google::Apis::Core::JsonRepresentation
1575
+ property :relative_date, as: 'relativeDate'
1576
+ property :user_entered_value, as: 'userEnteredValue'
1608
1577
  end
1609
1578
  end
1610
1579
 
1611
- class GridProperties
1580
+ class PasteDataRequest
1612
1581
  # @private
1613
1582
  class Representation < Google::Apis::Core::JsonRepresentation
1614
- property :row_count, as: 'rowCount'
1615
- property :frozen_row_count, as: 'frozenRowCount'
1616
- property :hide_gridlines, as: 'hideGridlines'
1617
- property :column_count, as: 'columnCount'
1618
- property :frozen_column_count, as: 'frozenColumnCount'
1583
+ property :data, as: 'data'
1584
+ property :coordinate, as: 'coordinate', class: Google::Apis::SheetsV4::GridCoordinate, decorator: Google::Apis::SheetsV4::GridCoordinate::Representation
1585
+
1586
+ property :delimiter, as: 'delimiter'
1587
+ property :type, as: 'type'
1588
+ property :html, as: 'html'
1619
1589
  end
1620
1590
  end
1621
1591
 
1622
- class UpdateEmbeddedObjectPositionResponse
1592
+ class FindReplaceRequest
1623
1593
  # @private
1624
1594
  class Representation < Google::Apis::Core::JsonRepresentation
1625
- property :position, as: 'position', class: Google::Apis::SheetsV4::EmbeddedObjectPosition, decorator: Google::Apis::SheetsV4::EmbeddedObjectPosition::Representation
1595
+ property :find, as: 'find'
1596
+ property :replacement, as: 'replacement'
1597
+ property :search_by_regex, as: 'searchByRegex'
1598
+ property :sheet_id, as: 'sheetId'
1599
+ property :all_sheets, as: 'allSheets'
1600
+ property :match_case, as: 'matchCase'
1601
+ property :include_formulas, as: 'includeFormulas'
1602
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1626
1603
 
1604
+ property :match_entire_cell, as: 'matchEntireCell'
1627
1605
  end
1628
1606
  end
1629
1607
 
@@ -1635,55 +1613,36 @@ module Google
1635
1613
  end
1636
1614
  end
1637
1615
 
1638
- class Sheet
1616
+ class CopySheetToAnotherSpreadsheetRequest
1639
1617
  # @private
1640
1618
  class Representation < Google::Apis::Core::JsonRepresentation
1641
- property :properties, as: 'properties', class: Google::Apis::SheetsV4::SheetProperties, decorator: Google::Apis::SheetsV4::SheetProperties::Representation
1642
-
1643
- collection :charts, as: 'charts', class: Google::Apis::SheetsV4::EmbeddedChart, decorator: Google::Apis::SheetsV4::EmbeddedChart::Representation
1644
-
1645
- collection :filter_views, as: 'filterViews', class: Google::Apis::SheetsV4::FilterView, decorator: Google::Apis::SheetsV4::FilterView::Representation
1646
-
1647
- collection :conditional_formats, as: 'conditionalFormats', class: Google::Apis::SheetsV4::ConditionalFormatRule, decorator: Google::Apis::SheetsV4::ConditionalFormatRule::Representation
1648
-
1649
- collection :protected_ranges, as: 'protectedRanges', class: Google::Apis::SheetsV4::ProtectedRange, decorator: Google::Apis::SheetsV4::ProtectedRange::Representation
1650
-
1651
- property :basic_filter, as: 'basicFilter', class: Google::Apis::SheetsV4::BasicFilter, decorator: Google::Apis::SheetsV4::BasicFilter::Representation
1652
-
1653
- collection :merges, as: 'merges', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1654
-
1655
- collection :data, as: 'data', class: Google::Apis::SheetsV4::GridData, decorator: Google::Apis::SheetsV4::GridData::Representation
1656
-
1657
- collection :banded_ranges, as: 'bandedRanges', class: Google::Apis::SheetsV4::BandedRange, decorator: Google::Apis::SheetsV4::BandedRange::Representation
1658
-
1619
+ property :destination_spreadsheet_id, as: 'destinationSpreadsheetId'
1659
1620
  end
1660
1621
  end
1661
1622
 
1662
- class BooleanRule
1623
+ class NumberFormat
1663
1624
  # @private
1664
1625
  class Representation < Google::Apis::Core::JsonRepresentation
1665
- property :condition, as: 'condition', class: Google::Apis::SheetsV4::BooleanCondition, decorator: Google::Apis::SheetsV4::BooleanCondition::Representation
1666
-
1667
- property :format, as: 'format', class: Google::Apis::SheetsV4::CellFormat, decorator: Google::Apis::SheetsV4::CellFormat::Representation
1668
-
1626
+ property :pattern, as: 'pattern'
1627
+ property :type, as: 'type'
1669
1628
  end
1670
1629
  end
1671
1630
 
1672
- class FilterCriteria
1631
+ class BatchClearValuesRequest
1673
1632
  # @private
1674
1633
  class Representation < Google::Apis::Core::JsonRepresentation
1675
- collection :hidden_values, as: 'hiddenValues'
1676
- property :condition, as: 'condition', class: Google::Apis::SheetsV4::BooleanCondition, decorator: Google::Apis::SheetsV4::BooleanCondition::Representation
1677
-
1634
+ collection :ranges, as: 'ranges'
1678
1635
  end
1679
1636
  end
1680
1637
 
1681
- class PivotGroupValueMetadata
1638
+ class UpdateDimensionPropertiesRequest
1682
1639
  # @private
1683
1640
  class Representation < Google::Apis::Core::JsonRepresentation
1684
- property :value, as: 'value', class: Google::Apis::SheetsV4::ExtendedValue, decorator: Google::Apis::SheetsV4::ExtendedValue::Representation
1641
+ property :fields, as: 'fields'
1642
+ property :range, as: 'range', class: Google::Apis::SheetsV4::DimensionRange, decorator: Google::Apis::SheetsV4::DimensionRange::Representation
1643
+
1644
+ property :properties, as: 'properties', class: Google::Apis::SheetsV4::DimensionProperties, decorator: Google::Apis::SheetsV4::DimensionProperties::Representation
1685
1645
 
1686
- property :collapsed, as: 'collapsed'
1687
1646
  end
1688
1647
  end
1689
1648
 
@@ -1696,469 +1655,439 @@ module Google
1696
1655
  end
1697
1656
  end
1698
1657
 
1699
- class UpdateConditionalFormatRuleRequest
1658
+ class Spreadsheet
1700
1659
  # @private
1701
1660
  class Representation < Google::Apis::Core::JsonRepresentation
1702
- property :rule, as: 'rule', class: Google::Apis::SheetsV4::ConditionalFormatRule, decorator: Google::Apis::SheetsV4::ConditionalFormatRule::Representation
1661
+ property :spreadsheet_id, as: 'spreadsheetId'
1662
+ property :properties, as: 'properties', class: Google::Apis::SheetsV4::SpreadsheetProperties, decorator: Google::Apis::SheetsV4::SpreadsheetProperties::Representation
1663
+
1664
+ property :spreadsheet_url, as: 'spreadsheetUrl'
1665
+ collection :sheets, as: 'sheets', class: Google::Apis::SheetsV4::Sheet, decorator: Google::Apis::SheetsV4::Sheet::Representation
1666
+
1667
+ collection :named_ranges, as: 'namedRanges', class: Google::Apis::SheetsV4::NamedRange, decorator: Google::Apis::SheetsV4::NamedRange::Representation
1703
1668
 
1704
- property :index, as: 'index'
1705
- property :sheet_id, as: 'sheetId'
1706
- property :new_index, as: 'newIndex'
1707
1669
  end
1708
1670
  end
1709
1671
 
1710
- class DataValidationRule
1672
+ class GridData
1711
1673
  # @private
1712
1674
  class Representation < Google::Apis::Core::JsonRepresentation
1713
- property :condition, as: 'condition', class: Google::Apis::SheetsV4::BooleanCondition, decorator: Google::Apis::SheetsV4::BooleanCondition::Representation
1675
+ collection :column_metadata, as: 'columnMetadata', class: Google::Apis::SheetsV4::DimensionProperties, decorator: Google::Apis::SheetsV4::DimensionProperties::Representation
1714
1676
 
1715
- property :show_custom_ui, as: 'showCustomUi'
1716
- property :strict, as: 'strict'
1717
- property :input_message, as: 'inputMessage'
1677
+ collection :row_data, as: 'rowData', class: Google::Apis::SheetsV4::RowData, decorator: Google::Apis::SheetsV4::RowData::Representation
1678
+
1679
+ property :start_row, as: 'startRow'
1680
+ collection :row_metadata, as: 'rowMetadata', class: Google::Apis::SheetsV4::DimensionProperties, decorator: Google::Apis::SheetsV4::DimensionProperties::Representation
1681
+
1682
+ property :start_column, as: 'startColumn'
1718
1683
  end
1719
1684
  end
1720
1685
 
1721
- class BasicChartDomain
1686
+ class PivotValue
1722
1687
  # @private
1723
1688
  class Representation < Google::Apis::Core::JsonRepresentation
1724
- property :domain, as: 'domain', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
1689
+ property :formula, as: 'formula'
1690
+ property :source_column_offset, as: 'sourceColumnOffset'
1691
+ property :summarize_function, as: 'summarizeFunction'
1692
+ property :name, as: 'name'
1693
+ end
1694
+ end
1725
1695
 
1696
+ class DeleteBandingRequest
1697
+ # @private
1698
+ class Representation < Google::Apis::Core::JsonRepresentation
1699
+ property :banded_range_id, as: 'bandedRangeId'
1726
1700
  end
1727
1701
  end
1728
1702
 
1729
- class PasteDataRequest
1703
+ class BasicFilter
1730
1704
  # @private
1731
1705
  class Representation < Google::Apis::Core::JsonRepresentation
1732
- property :html, as: 'html'
1733
- property :coordinate, as: 'coordinate', class: Google::Apis::SheetsV4::GridCoordinate, decorator: Google::Apis::SheetsV4::GridCoordinate::Representation
1706
+ hash :criteria, as: 'criteria', class: Google::Apis::SheetsV4::FilterCriteria, decorator: Google::Apis::SheetsV4::FilterCriteria::Representation
1707
+
1708
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1709
+
1710
+ collection :sort_specs, as: 'sortSpecs', class: Google::Apis::SheetsV4::SortSpec, decorator: Google::Apis::SheetsV4::SortSpec::Representation
1734
1711
 
1735
- property :data, as: 'data'
1736
- property :delimiter, as: 'delimiter'
1737
- property :type, as: 'type'
1738
1712
  end
1739
1713
  end
1740
1714
 
1741
- class AppendDimensionRequest
1715
+ class DuplicateSheetRequest
1742
1716
  # @private
1743
1717
  class Representation < Google::Apis::Core::JsonRepresentation
1744
- property :sheet_id, as: 'sheetId'
1745
- property :dimension, as: 'dimension'
1746
- property :length, as: 'length'
1718
+ property :source_sheet_id, as: 'sourceSheetId'
1719
+ property :new_sheet_id, as: 'newSheetId'
1720
+ property :insert_sheet_index, as: 'insertSheetIndex'
1721
+ property :new_sheet_name, as: 'newSheetName'
1747
1722
  end
1748
1723
  end
1749
1724
 
1750
- class AddNamedRangeRequest
1725
+ class AddFilterViewResponse
1751
1726
  # @private
1752
1727
  class Representation < Google::Apis::Core::JsonRepresentation
1753
- property :named_range, as: 'namedRange', class: Google::Apis::SheetsV4::NamedRange, decorator: Google::Apis::SheetsV4::NamedRange::Representation
1728
+ property :filter, as: 'filter', class: Google::Apis::SheetsV4::FilterView, decorator: Google::Apis::SheetsV4::FilterView::Representation
1754
1729
 
1755
1730
  end
1756
1731
  end
1757
1732
 
1758
- class UpdateEmbeddedObjectPositionRequest
1733
+ class DuplicateSheetResponse
1759
1734
  # @private
1760
1735
  class Representation < Google::Apis::Core::JsonRepresentation
1761
- property :new_position, as: 'newPosition', class: Google::Apis::SheetsV4::EmbeddedObjectPosition, decorator: Google::Apis::SheetsV4::EmbeddedObjectPosition::Representation
1736
+ property :properties, as: 'properties', class: Google::Apis::SheetsV4::SheetProperties, decorator: Google::Apis::SheetsV4::SheetProperties::Representation
1762
1737
 
1763
- property :fields, as: 'fields'
1764
- property :object_id_prop, as: 'objectId'
1765
1738
  end
1766
1739
  end
1767
1740
 
1768
- class PieChartSpec
1741
+ class Border
1769
1742
  # @private
1770
1743
  class Representation < Google::Apis::Core::JsonRepresentation
1771
- property :legend_position, as: 'legendPosition'
1772
- property :pie_hole, as: 'pieHole'
1773
- property :domain, as: 'domain', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
1774
-
1775
- property :three_dimensional, as: 'threeDimensional'
1776
- property :series, as: 'series', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
1744
+ property :style, as: 'style'
1745
+ property :width, as: 'width'
1746
+ property :color, as: 'color', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
1777
1747
 
1778
1748
  end
1779
1749
  end
1780
1750
 
1781
- class UpdateFilterViewRequest
1751
+ class AddNamedRangeRequest
1782
1752
  # @private
1783
1753
  class Representation < Google::Apis::Core::JsonRepresentation
1784
- property :filter, as: 'filter', class: Google::Apis::SheetsV4::FilterView, decorator: Google::Apis::SheetsV4::FilterView::Representation
1754
+ property :named_range, as: 'namedRange', class: Google::Apis::SheetsV4::NamedRange, decorator: Google::Apis::SheetsV4::NamedRange::Representation
1785
1755
 
1786
- property :fields, as: 'fields'
1787
1756
  end
1788
1757
  end
1789
1758
 
1790
- class ConditionalFormatRule
1759
+ class AddChartResponse
1791
1760
  # @private
1792
1761
  class Representation < Google::Apis::Core::JsonRepresentation
1793
- collection :ranges, as: 'ranges', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1794
-
1795
- property :gradient_rule, as: 'gradientRule', class: Google::Apis::SheetsV4::GradientRule, decorator: Google::Apis::SheetsV4::GradientRule::Representation
1796
-
1797
- property :boolean_rule, as: 'booleanRule', class: Google::Apis::SheetsV4::BooleanRule, decorator: Google::Apis::SheetsV4::BooleanRule::Representation
1762
+ property :chart, as: 'chart', class: Google::Apis::SheetsV4::EmbeddedChart, decorator: Google::Apis::SheetsV4::EmbeddedChart::Representation
1798
1763
 
1799
1764
  end
1800
1765
  end
1801
1766
 
1802
- class CopyPasteRequest
1767
+ class AddBandingRequest
1803
1768
  # @private
1804
1769
  class Representation < Google::Apis::Core::JsonRepresentation
1805
- property :source, as: 'source', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1806
-
1807
- property :paste_type, as: 'pasteType'
1808
- property :destination, as: 'destination', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1770
+ property :banded_range, as: 'bandedRange', class: Google::Apis::SheetsV4::BandedRange, decorator: Google::Apis::SheetsV4::BandedRange::Representation
1809
1771
 
1810
- property :paste_orientation, as: 'pasteOrientation'
1811
1772
  end
1812
1773
  end
1813
1774
 
1814
- class Request
1775
+ class AppendCellsRequest
1815
1776
  # @private
1816
1777
  class Representation < Google::Apis::Core::JsonRepresentation
1817
- property :add_conditional_format_rule, as: 'addConditionalFormatRule', class: Google::Apis::SheetsV4::AddConditionalFormatRuleRequest, decorator: Google::Apis::SheetsV4::AddConditionalFormatRuleRequest::Representation
1818
-
1819
- property :add_named_range, as: 'addNamedRange', class: Google::Apis::SheetsV4::AddNamedRangeRequest, decorator: Google::Apis::SheetsV4::AddNamedRangeRequest::Representation
1820
-
1821
- property :update_cells, as: 'updateCells', class: Google::Apis::SheetsV4::UpdateCellsRequest, decorator: Google::Apis::SheetsV4::UpdateCellsRequest::Representation
1822
-
1823
- property :update_spreadsheet_properties, as: 'updateSpreadsheetProperties', class: Google::Apis::SheetsV4::UpdateSpreadsheetPropertiesRequest, decorator: Google::Apis::SheetsV4::UpdateSpreadsheetPropertiesRequest::Representation
1824
-
1825
- property :delete_embedded_object, as: 'deleteEmbeddedObject', class: Google::Apis::SheetsV4::DeleteEmbeddedObjectRequest, decorator: Google::Apis::SheetsV4::DeleteEmbeddedObjectRequest::Representation
1826
-
1827
- property :update_filter_view, as: 'updateFilterView', class: Google::Apis::SheetsV4::UpdateFilterViewRequest, decorator: Google::Apis::SheetsV4::UpdateFilterViewRequest::Representation
1828
-
1829
- property :add_banding, as: 'addBanding', class: Google::Apis::SheetsV4::AddBandingRequest, decorator: Google::Apis::SheetsV4::AddBandingRequest::Representation
1830
-
1831
- property :append_cells, as: 'appendCells', class: Google::Apis::SheetsV4::AppendCellsRequest, decorator: Google::Apis::SheetsV4::AppendCellsRequest::Representation
1832
-
1833
- property :auto_resize_dimensions, as: 'autoResizeDimensions', class: Google::Apis::SheetsV4::AutoResizeDimensionsRequest, decorator: Google::Apis::SheetsV4::AutoResizeDimensionsRequest::Representation
1834
-
1835
- property :cut_paste, as: 'cutPaste', class: Google::Apis::SheetsV4::CutPasteRequest, decorator: Google::Apis::SheetsV4::CutPasteRequest::Representation
1836
-
1837
- property :merge_cells, as: 'mergeCells', class: Google::Apis::SheetsV4::MergeCellsRequest, decorator: Google::Apis::SheetsV4::MergeCellsRequest::Representation
1838
-
1839
- property :update_named_range, as: 'updateNamedRange', class: Google::Apis::SheetsV4::UpdateNamedRangeRequest, decorator: Google::Apis::SheetsV4::UpdateNamedRangeRequest::Representation
1840
-
1841
- property :update_sheet_properties, as: 'updateSheetProperties', class: Google::Apis::SheetsV4::UpdateSheetPropertiesRequest, decorator: Google::Apis::SheetsV4::UpdateSheetPropertiesRequest::Representation
1842
-
1843
- property :delete_dimension, as: 'deleteDimension', class: Google::Apis::SheetsV4::DeleteDimensionRequest, decorator: Google::Apis::SheetsV4::DeleteDimensionRequest::Representation
1844
-
1845
- property :auto_fill, as: 'autoFill', class: Google::Apis::SheetsV4::AutoFillRequest, decorator: Google::Apis::SheetsV4::AutoFillRequest::Representation
1846
-
1847
- property :sort_range, as: 'sortRange', class: Google::Apis::SheetsV4::SortRangeRequest, decorator: Google::Apis::SheetsV4::SortRangeRequest::Representation
1848
-
1849
- property :delete_protected_range, as: 'deleteProtectedRange', class: Google::Apis::SheetsV4::DeleteProtectedRangeRequest, decorator: Google::Apis::SheetsV4::DeleteProtectedRangeRequest::Representation
1850
-
1851
- property :duplicate_filter_view, as: 'duplicateFilterView', class: Google::Apis::SheetsV4::DuplicateFilterViewRequest, decorator: Google::Apis::SheetsV4::DuplicateFilterViewRequest::Representation
1852
-
1853
- property :add_chart, as: 'addChart', class: Google::Apis::SheetsV4::AddChartRequest, decorator: Google::Apis::SheetsV4::AddChartRequest::Representation
1854
-
1855
- property :find_replace, as: 'findReplace', class: Google::Apis::SheetsV4::FindReplaceRequest, decorator: Google::Apis::SheetsV4::FindReplaceRequest::Representation
1856
-
1857
- property :text_to_columns, as: 'textToColumns', class: Google::Apis::SheetsV4::TextToColumnsRequest, decorator: Google::Apis::SheetsV4::TextToColumnsRequest::Representation
1858
-
1859
- property :update_chart_spec, as: 'updateChartSpec', class: Google::Apis::SheetsV4::UpdateChartSpecRequest, decorator: Google::Apis::SheetsV4::UpdateChartSpecRequest::Representation
1860
-
1861
- property :add_sheet, as: 'addSheet', class: Google::Apis::SheetsV4::AddSheetRequest, decorator: Google::Apis::SheetsV4::AddSheetRequest::Representation
1862
-
1863
- property :update_protected_range, as: 'updateProtectedRange', class: Google::Apis::SheetsV4::UpdateProtectedRangeRequest, decorator: Google::Apis::SheetsV4::UpdateProtectedRangeRequest::Representation
1864
-
1865
- property :delete_filter_view, as: 'deleteFilterView', class: Google::Apis::SheetsV4::DeleteFilterViewRequest, decorator: Google::Apis::SheetsV4::DeleteFilterViewRequest::Representation
1866
-
1867
- property :copy_paste, as: 'copyPaste', class: Google::Apis::SheetsV4::CopyPasteRequest, decorator: Google::Apis::SheetsV4::CopyPasteRequest::Representation
1868
-
1869
- property :insert_dimension, as: 'insertDimension', class: Google::Apis::SheetsV4::InsertDimensionRequest, decorator: Google::Apis::SheetsV4::InsertDimensionRequest::Representation
1870
-
1871
- property :delete_range, as: 'deleteRange', class: Google::Apis::SheetsV4::DeleteRangeRequest, decorator: Google::Apis::SheetsV4::DeleteRangeRequest::Representation
1872
-
1873
- property :delete_banding, as: 'deleteBanding', class: Google::Apis::SheetsV4::DeleteBandingRequest, decorator: Google::Apis::SheetsV4::DeleteBandingRequest::Representation
1874
-
1875
- property :add_filter_view, as: 'addFilterView', class: Google::Apis::SheetsV4::AddFilterViewRequest, decorator: Google::Apis::SheetsV4::AddFilterViewRequest::Representation
1876
-
1877
- property :set_data_validation, as: 'setDataValidation', class: Google::Apis::SheetsV4::SetDataValidationRequest, decorator: Google::Apis::SheetsV4::SetDataValidationRequest::Representation
1878
-
1879
- property :update_borders, as: 'updateBorders', class: Google::Apis::SheetsV4::UpdateBordersRequest, decorator: Google::Apis::SheetsV4::UpdateBordersRequest::Representation
1880
-
1881
- property :delete_conditional_format_rule, as: 'deleteConditionalFormatRule', class: Google::Apis::SheetsV4::DeleteConditionalFormatRuleRequest, decorator: Google::Apis::SheetsV4::DeleteConditionalFormatRuleRequest::Representation
1882
-
1883
- property :repeat_cell, as: 'repeatCell', class: Google::Apis::SheetsV4::RepeatCellRequest, decorator: Google::Apis::SheetsV4::RepeatCellRequest::Representation
1884
-
1885
- property :clear_basic_filter, as: 'clearBasicFilter', class: Google::Apis::SheetsV4::ClearBasicFilterRequest, decorator: Google::Apis::SheetsV4::ClearBasicFilterRequest::Representation
1886
-
1887
- property :append_dimension, as: 'appendDimension', class: Google::Apis::SheetsV4::AppendDimensionRequest, decorator: Google::Apis::SheetsV4::AppendDimensionRequest::Representation
1888
-
1889
- property :update_conditional_format_rule, as: 'updateConditionalFormatRule', class: Google::Apis::SheetsV4::UpdateConditionalFormatRuleRequest, decorator: Google::Apis::SheetsV4::UpdateConditionalFormatRuleRequest::Representation
1890
-
1891
- property :insert_range, as: 'insertRange', class: Google::Apis::SheetsV4::InsertRangeRequest, decorator: Google::Apis::SheetsV4::InsertRangeRequest::Representation
1892
-
1893
- property :move_dimension, as: 'moveDimension', class: Google::Apis::SheetsV4::MoveDimensionRequest, decorator: Google::Apis::SheetsV4::MoveDimensionRequest::Representation
1894
-
1895
- property :update_banding, as: 'updateBanding', class: Google::Apis::SheetsV4::UpdateBandingRequest, decorator: Google::Apis::SheetsV4::UpdateBandingRequest::Representation
1896
-
1897
- property :delete_named_range, as: 'deleteNamedRange', class: Google::Apis::SheetsV4::DeleteNamedRangeRequest, decorator: Google::Apis::SheetsV4::DeleteNamedRangeRequest::Representation
1898
-
1899
- property :add_protected_range, as: 'addProtectedRange', class: Google::Apis::SheetsV4::AddProtectedRangeRequest, decorator: Google::Apis::SheetsV4::AddProtectedRangeRequest::Representation
1900
-
1901
- property :duplicate_sheet, as: 'duplicateSheet', class: Google::Apis::SheetsV4::DuplicateSheetRequest, decorator: Google::Apis::SheetsV4::DuplicateSheetRequest::Representation
1902
-
1903
- property :delete_sheet, as: 'deleteSheet', class: Google::Apis::SheetsV4::DeleteSheetRequest, decorator: Google::Apis::SheetsV4::DeleteSheetRequest::Representation
1904
-
1905
- property :unmerge_cells, as: 'unmergeCells', class: Google::Apis::SheetsV4::UnmergeCellsRequest, decorator: Google::Apis::SheetsV4::UnmergeCellsRequest::Representation
1778
+ property :sheet_id, as: 'sheetId'
1779
+ collection :rows, as: 'rows', class: Google::Apis::SheetsV4::RowData, decorator: Google::Apis::SheetsV4::RowData::Representation
1906
1780
 
1907
- property :update_embedded_object_position, as: 'updateEmbeddedObjectPosition', class: Google::Apis::SheetsV4::UpdateEmbeddedObjectPositionRequest, decorator: Google::Apis::SheetsV4::UpdateEmbeddedObjectPositionRequest::Representation
1781
+ property :fields, as: 'fields'
1782
+ end
1783
+ end
1908
1784
 
1909
- property :update_dimension_properties, as: 'updateDimensionProperties', class: Google::Apis::SheetsV4::UpdateDimensionPropertiesRequest, decorator: Google::Apis::SheetsV4::UpdateDimensionPropertiesRequest::Representation
1785
+ class RowData
1786
+ # @private
1787
+ class Representation < Google::Apis::Core::JsonRepresentation
1788
+ collection :values, as: 'values', class: Google::Apis::SheetsV4::CellData, decorator: Google::Apis::SheetsV4::CellData::Representation
1910
1789
 
1911
- property :paste_data, as: 'pasteData', class: Google::Apis::SheetsV4::PasteDataRequest, decorator: Google::Apis::SheetsV4::PasteDataRequest::Representation
1790
+ end
1791
+ end
1912
1792
 
1913
- property :set_basic_filter, as: 'setBasicFilter', class: Google::Apis::SheetsV4::SetBasicFilterRequest, decorator: Google::Apis::SheetsV4::SetBasicFilterRequest::Representation
1793
+ class BasicChartSeries
1794
+ # @private
1795
+ class Representation < Google::Apis::Core::JsonRepresentation
1796
+ property :series, as: 'series', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
1914
1797
 
1798
+ property :target_axis, as: 'targetAxis'
1799
+ property :type, as: 'type'
1915
1800
  end
1916
1801
  end
1917
1802
 
1918
- class BooleanCondition
1803
+ class NamedRange
1919
1804
  # @private
1920
1805
  class Representation < Google::Apis::Core::JsonRepresentation
1921
- property :type, as: 'type'
1922
- collection :values, as: 'values', class: Google::Apis::SheetsV4::ConditionValue, decorator: Google::Apis::SheetsV4::ConditionValue::Representation
1806
+ property :named_range_id, as: 'namedRangeId'
1807
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1923
1808
 
1809
+ property :name, as: 'name'
1924
1810
  end
1925
1811
  end
1926
1812
 
1927
- class GridRange
1813
+ class RepeatCellRequest
1928
1814
  # @private
1929
1815
  class Representation < Google::Apis::Core::JsonRepresentation
1930
- property :end_row_index, as: 'endRowIndex'
1931
- property :end_column_index, as: 'endColumnIndex'
1932
- property :start_row_index, as: 'startRowIndex'
1933
- property :start_column_index, as: 'startColumnIndex'
1934
- property :sheet_id, as: 'sheetId'
1816
+ property :cell, as: 'cell', class: Google::Apis::SheetsV4::CellData, decorator: Google::Apis::SheetsV4::CellData::Representation
1817
+
1818
+ property :fields, as: 'fields'
1819
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1820
+
1935
1821
  end
1936
1822
  end
1937
1823
 
1938
1824
  class BasicChartSpec
1939
1825
  # @private
1940
1826
  class Representation < Google::Apis::Core::JsonRepresentation
1827
+ property :chart_type, as: 'chartType'
1941
1828
  collection :domains, as: 'domains', class: Google::Apis::SheetsV4::BasicChartDomain, decorator: Google::Apis::SheetsV4::BasicChartDomain::Representation
1942
1829
 
1943
1830
  property :header_count, as: 'headerCount'
1944
- collection :axis, as: 'axis', class: Google::Apis::SheetsV4::BasicChartAxis, decorator: Google::Apis::SheetsV4::BasicChartAxis::Representation
1945
-
1946
- property :chart_type, as: 'chartType'
1947
1831
  collection :series, as: 'series', class: Google::Apis::SheetsV4::BasicChartSeries, decorator: Google::Apis::SheetsV4::BasicChartSeries::Representation
1948
1832
 
1949
1833
  property :legend_position, as: 'legendPosition'
1834
+ collection :axis, as: 'axis', class: Google::Apis::SheetsV4::BasicChartAxis, decorator: Google::Apis::SheetsV4::BasicChartAxis::Representation
1835
+
1950
1836
  end
1951
1837
  end
1952
1838
 
1953
- class SetDataValidationRequest
1839
+ class UpdateEmbeddedObjectPositionRequest
1954
1840
  # @private
1955
1841
  class Representation < Google::Apis::Core::JsonRepresentation
1956
- property :rule, as: 'rule', class: Google::Apis::SheetsV4::DataValidationRule, decorator: Google::Apis::SheetsV4::DataValidationRule::Representation
1957
-
1958
- property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1842
+ property :new_position, as: 'newPosition', class: Google::Apis::SheetsV4::EmbeddedObjectPosition, decorator: Google::Apis::SheetsV4::EmbeddedObjectPosition::Representation
1959
1843
 
1844
+ property :object_id_prop, as: 'objectId'
1845
+ property :fields, as: 'fields'
1960
1846
  end
1961
1847
  end
1962
1848
 
1963
- class CellData
1849
+ class SetBasicFilterRequest
1964
1850
  # @private
1965
1851
  class Representation < Google::Apis::Core::JsonRepresentation
1966
- property :effective_value, as: 'effectiveValue', class: Google::Apis::SheetsV4::ExtendedValue, decorator: Google::Apis::SheetsV4::ExtendedValue::Representation
1967
-
1968
- collection :text_format_runs, as: 'textFormatRuns', class: Google::Apis::SheetsV4::TextFormatRun, decorator: Google::Apis::SheetsV4::TextFormatRun::Representation
1969
-
1970
- property :formatted_value, as: 'formattedValue'
1971
- property :hyperlink, as: 'hyperlink'
1972
- property :pivot_table, as: 'pivotTable', class: Google::Apis::SheetsV4::PivotTable, decorator: Google::Apis::SheetsV4::PivotTable::Representation
1973
-
1974
- property :user_entered_format, as: 'userEnteredFormat', class: Google::Apis::SheetsV4::CellFormat, decorator: Google::Apis::SheetsV4::CellFormat::Representation
1975
-
1976
- property :effective_format, as: 'effectiveFormat', class: Google::Apis::SheetsV4::CellFormat, decorator: Google::Apis::SheetsV4::CellFormat::Representation
1977
-
1978
- property :note, as: 'note'
1979
- property :user_entered_value, as: 'userEnteredValue', class: Google::Apis::SheetsV4::ExtendedValue, decorator: Google::Apis::SheetsV4::ExtendedValue::Representation
1980
-
1981
- property :data_validation, as: 'dataValidation', class: Google::Apis::SheetsV4::DataValidationRule, decorator: Google::Apis::SheetsV4::DataValidationRule::Representation
1852
+ property :filter, as: 'filter', class: Google::Apis::SheetsV4::BasicFilter, decorator: Google::Apis::SheetsV4::BasicFilter::Representation
1982
1853
 
1983
1854
  end
1984
1855
  end
1985
1856
 
1986
- class BatchUpdateSpreadsheetRequest
1857
+ class AutoResizeDimensionsRequest
1987
1858
  # @private
1988
1859
  class Representation < Google::Apis::Core::JsonRepresentation
1989
- property :include_spreadsheet_in_response, as: 'includeSpreadsheetInResponse'
1990
- collection :response_ranges, as: 'responseRanges'
1991
- property :response_include_grid_data, as: 'responseIncludeGridData'
1992
- collection :requests, as: 'requests', class: Google::Apis::SheetsV4::Request, decorator: Google::Apis::SheetsV4::Request::Representation
1860
+ property :dimensions, as: 'dimensions', class: Google::Apis::SheetsV4::DimensionRange, decorator: Google::Apis::SheetsV4::DimensionRange::Representation
1993
1861
 
1994
1862
  end
1995
1863
  end
1996
1864
 
1997
- class BasicChartAxis
1865
+ class DuplicateFilterViewResponse
1998
1866
  # @private
1999
1867
  class Representation < Google::Apis::Core::JsonRepresentation
2000
- property :format, as: 'format', class: Google::Apis::SheetsV4::TextFormat, decorator: Google::Apis::SheetsV4::TextFormat::Representation
1868
+ property :filter, as: 'filter', class: Google::Apis::SheetsV4::FilterView, decorator: Google::Apis::SheetsV4::FilterView::Representation
2001
1869
 
2002
- property :position, as: 'position'
2003
- property :title, as: 'title'
2004
1870
  end
2005
1871
  end
2006
1872
 
2007
- class Padding
1873
+ class BandingProperties
2008
1874
  # @private
2009
1875
  class Representation < Google::Apis::Core::JsonRepresentation
2010
- property :bottom, as: 'bottom'
2011
- property :top, as: 'top'
2012
- property :left, as: 'left'
2013
- property :right, as: 'right'
1876
+ property :footer_color, as: 'footerColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
1877
+
1878
+ property :header_color, as: 'headerColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
1879
+
1880
+ property :second_band_color, as: 'secondBandColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
1881
+
1882
+ property :first_band_color, as: 'firstBandColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
1883
+
2014
1884
  end
2015
1885
  end
2016
1886
 
2017
- class DeleteDimensionRequest
1887
+ class PivotGroup
2018
1888
  # @private
2019
1889
  class Representation < Google::Apis::Core::JsonRepresentation
2020
- property :range, as: 'range', class: Google::Apis::SheetsV4::DimensionRange, decorator: Google::Apis::SheetsV4::DimensionRange::Representation
1890
+ property :sort_order, as: 'sortOrder'
1891
+ property :source_column_offset, as: 'sourceColumnOffset'
1892
+ property :show_totals, as: 'showTotals'
1893
+ property :value_bucket, as: 'valueBucket', class: Google::Apis::SheetsV4::PivotGroupSortValueBucket, decorator: Google::Apis::SheetsV4::PivotGroupSortValueBucket::Representation
1894
+
1895
+ collection :value_metadata, as: 'valueMetadata', class: Google::Apis::SheetsV4::PivotGroupValueMetadata, decorator: Google::Apis::SheetsV4::PivotGroupValueMetadata::Representation
2021
1896
 
2022
1897
  end
2023
1898
  end
2024
1899
 
2025
- class UpdateChartSpecRequest
1900
+ class GridRange
2026
1901
  # @private
2027
1902
  class Representation < Google::Apis::Core::JsonRepresentation
2028
- property :spec, as: 'spec', class: Google::Apis::SheetsV4::ChartSpec, decorator: Google::Apis::SheetsV4::ChartSpec::Representation
1903
+ property :sheet_id, as: 'sheetId'
1904
+ property :start_column_index, as: 'startColumnIndex'
1905
+ property :start_row_index, as: 'startRowIndex'
1906
+ property :end_row_index, as: 'endRowIndex'
1907
+ property :end_column_index, as: 'endColumnIndex'
1908
+ end
1909
+ end
2029
1910
 
2030
- property :chart_id, as: 'chartId'
1911
+ class DeleteSheetRequest
1912
+ # @private
1913
+ class Representation < Google::Apis::Core::JsonRepresentation
1914
+ property :sheet_id, as: 'sheetId'
2031
1915
  end
2032
1916
  end
2033
1917
 
2034
- class DeleteFilterViewRequest
1918
+ class UpdateBandingRequest
2035
1919
  # @private
2036
1920
  class Representation < Google::Apis::Core::JsonRepresentation
2037
- property :filter_id, as: 'filterId'
1921
+ property :banded_range, as: 'bandedRange', class: Google::Apis::SheetsV4::BandedRange, decorator: Google::Apis::SheetsV4::BandedRange::Representation
1922
+
1923
+ property :fields, as: 'fields'
2038
1924
  end
2039
1925
  end
2040
1926
 
2041
- class BatchUpdateValuesResponse
1927
+ class ChartData
2042
1928
  # @private
2043
1929
  class Representation < Google::Apis::Core::JsonRepresentation
2044
- property :total_updated_columns, as: 'totalUpdatedColumns'
2045
- property :spreadsheet_id, as: 'spreadsheetId'
2046
- property :total_updated_rows, as: 'totalUpdatedRows'
2047
- collection :responses, as: 'responses', class: Google::Apis::SheetsV4::UpdateValuesResponse, decorator: Google::Apis::SheetsV4::UpdateValuesResponse::Representation
1930
+ property :source_range, as: 'sourceRange', class: Google::Apis::SheetsV4::ChartSourceRange, decorator: Google::Apis::SheetsV4::ChartSourceRange::Representation
2048
1931
 
2049
- property :total_updated_sheets, as: 'totalUpdatedSheets'
2050
- property :total_updated_cells, as: 'totalUpdatedCells'
2051
1932
  end
2052
1933
  end
2053
1934
 
2054
- class SortRangeRequest
1935
+ class Sheet
2055
1936
  # @private
2056
1937
  class Representation < Google::Apis::Core::JsonRepresentation
2057
- collection :sort_specs, as: 'sortSpecs', class: Google::Apis::SheetsV4::SortSpec, decorator: Google::Apis::SheetsV4::SortSpec::Representation
1938
+ property :properties, as: 'properties', class: Google::Apis::SheetsV4::SheetProperties, decorator: Google::Apis::SheetsV4::SheetProperties::Representation
2058
1939
 
2059
- property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1940
+ collection :charts, as: 'charts', class: Google::Apis::SheetsV4::EmbeddedChart, decorator: Google::Apis::SheetsV4::EmbeddedChart::Representation
1941
+
1942
+ collection :filter_views, as: 'filterViews', class: Google::Apis::SheetsV4::FilterView, decorator: Google::Apis::SheetsV4::FilterView::Representation
1943
+
1944
+ collection :conditional_formats, as: 'conditionalFormats', class: Google::Apis::SheetsV4::ConditionalFormatRule, decorator: Google::Apis::SheetsV4::ConditionalFormatRule::Representation
1945
+
1946
+ collection :protected_ranges, as: 'protectedRanges', class: Google::Apis::SheetsV4::ProtectedRange, decorator: Google::Apis::SheetsV4::ProtectedRange::Representation
1947
+
1948
+ property :basic_filter, as: 'basicFilter', class: Google::Apis::SheetsV4::BasicFilter, decorator: Google::Apis::SheetsV4::BasicFilter::Representation
1949
+
1950
+ collection :merges, as: 'merges', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1951
+
1952
+ collection :data, as: 'data', class: Google::Apis::SheetsV4::GridData, decorator: Google::Apis::SheetsV4::GridData::Representation
1953
+
1954
+ collection :banded_ranges, as: 'bandedRanges', class: Google::Apis::SheetsV4::BandedRange, decorator: Google::Apis::SheetsV4::BandedRange::Representation
2060
1955
 
2061
1956
  end
2062
1957
  end
2063
1958
 
2064
- class MergeCellsRequest
1959
+ class CopyPasteRequest
2065
1960
  # @private
2066
1961
  class Representation < Google::Apis::Core::JsonRepresentation
2067
- property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1962
+ property :paste_type, as: 'pasteType'
1963
+ property :paste_orientation, as: 'pasteOrientation'
1964
+ property :source, as: 'source', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
1965
+
1966
+ property :destination, as: 'destination', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
2068
1967
 
2069
- property :merge_type, as: 'mergeType'
2070
1968
  end
2071
1969
  end
2072
1970
 
2073
- class AddProtectedRangeRequest
1971
+ class UpdateCellsRequest
2074
1972
  # @private
2075
1973
  class Representation < Google::Apis::Core::JsonRepresentation
2076
- property :protected_range, as: 'protectedRange', class: Google::Apis::SheetsV4::ProtectedRange, decorator: Google::Apis::SheetsV4::ProtectedRange::Representation
1974
+ collection :rows, as: 'rows', class: Google::Apis::SheetsV4::RowData, decorator: Google::Apis::SheetsV4::RowData::Representation
1975
+
1976
+ property :fields, as: 'fields'
1977
+ property :start, as: 'start', class: Google::Apis::SheetsV4::GridCoordinate, decorator: Google::Apis::SheetsV4::GridCoordinate::Representation
1978
+
1979
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
2077
1980
 
2078
1981
  end
2079
1982
  end
2080
1983
 
2081
- class BatchClearValuesRequest
1984
+ class ExtendedValue
2082
1985
  # @private
2083
1986
  class Representation < Google::Apis::Core::JsonRepresentation
2084
- collection :ranges, as: 'ranges'
1987
+ property :formula_value, as: 'formulaValue'
1988
+ property :error_value, as: 'errorValue', class: Google::Apis::SheetsV4::ErrorValue, decorator: Google::Apis::SheetsV4::ErrorValue::Representation
1989
+
1990
+ property :bool_value, as: 'boolValue'
1991
+ property :number_value, as: 'numberValue'
1992
+ property :string_value, as: 'stringValue'
2085
1993
  end
2086
1994
  end
2087
1995
 
2088
- class DuplicateFilterViewResponse
1996
+ class BatchUpdateSpreadsheetResponse
2089
1997
  # @private
2090
1998
  class Representation < Google::Apis::Core::JsonRepresentation
2091
- property :filter, as: 'filter', class: Google::Apis::SheetsV4::FilterView, decorator: Google::Apis::SheetsV4::FilterView::Representation
1999
+ property :spreadsheet_id, as: 'spreadsheetId'
2000
+ property :updated_spreadsheet, as: 'updatedSpreadsheet', class: Google::Apis::SheetsV4::Spreadsheet, decorator: Google::Apis::SheetsV4::Spreadsheet::Representation
2001
+
2002
+ collection :replies, as: 'replies', class: Google::Apis::SheetsV4::Response, decorator: Google::Apis::SheetsV4::Response::Representation
2092
2003
 
2093
2004
  end
2094
2005
  end
2095
2006
 
2096
- class DuplicateSheetResponse
2007
+ class GradientRule
2097
2008
  # @private
2098
2009
  class Representation < Google::Apis::Core::JsonRepresentation
2099
- property :properties, as: 'properties', class: Google::Apis::SheetsV4::SheetProperties, decorator: Google::Apis::SheetsV4::SheetProperties::Representation
2010
+ property :maxpoint, as: 'maxpoint', class: Google::Apis::SheetsV4::InterpolationPoint, decorator: Google::Apis::SheetsV4::InterpolationPoint::Representation
2011
+
2012
+ property :midpoint, as: 'midpoint', class: Google::Apis::SheetsV4::InterpolationPoint, decorator: Google::Apis::SheetsV4::InterpolationPoint::Representation
2013
+
2014
+ property :minpoint, as: 'minpoint', class: Google::Apis::SheetsV4::InterpolationPoint, decorator: Google::Apis::SheetsV4::InterpolationPoint::Representation
2100
2015
 
2101
2016
  end
2102
2017
  end
2103
2018
 
2104
- class TextToColumnsRequest
2019
+ class CutPasteRequest
2105
2020
  # @private
2106
2021
  class Representation < Google::Apis::Core::JsonRepresentation
2107
- property :delimiter, as: 'delimiter'
2022
+ property :paste_type, as: 'pasteType'
2108
2023
  property :source, as: 'source', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
2109
2024
 
2110
- property :delimiter_type, as: 'delimiterType'
2025
+ property :destination, as: 'destination', class: Google::Apis::SheetsV4::GridCoordinate, decorator: Google::Apis::SheetsV4::GridCoordinate::Representation
2026
+
2111
2027
  end
2112
2028
  end
2113
2029
 
2114
- class ClearBasicFilterRequest
2030
+ class OverlayPosition
2115
2031
  # @private
2116
2032
  class Representation < Google::Apis::Core::JsonRepresentation
2117
- property :sheet_id, as: 'sheetId'
2033
+ property :width_pixels, as: 'widthPixels'
2034
+ property :anchor_cell, as: 'anchorCell', class: Google::Apis::SheetsV4::GridCoordinate, decorator: Google::Apis::SheetsV4::GridCoordinate::Representation
2035
+
2036
+ property :offset_x_pixels, as: 'offsetXPixels'
2037
+ property :height_pixels, as: 'heightPixels'
2038
+ property :offset_y_pixels, as: 'offsetYPixels'
2118
2039
  end
2119
2040
  end
2120
2041
 
2121
- class BatchUpdateSpreadsheetResponse
2042
+ class AutoFillRequest
2122
2043
  # @private
2123
2044
  class Representation < Google::Apis::Core::JsonRepresentation
2124
- collection :replies, as: 'replies', class: Google::Apis::SheetsV4::Response, decorator: Google::Apis::SheetsV4::Response::Representation
2045
+ property :use_alternate_series, as: 'useAlternateSeries'
2046
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
2125
2047
 
2126
- property :updated_spreadsheet, as: 'updatedSpreadsheet', class: Google::Apis::SheetsV4::Spreadsheet, decorator: Google::Apis::SheetsV4::Spreadsheet::Representation
2048
+ property :source_and_destination, as: 'sourceAndDestination', class: Google::Apis::SheetsV4::SourceAndDestination, decorator: Google::Apis::SheetsV4::SourceAndDestination::Representation
2127
2049
 
2128
- property :spreadsheet_id, as: 'spreadsheetId'
2129
2050
  end
2130
2051
  end
2131
2052
 
2132
- class DeleteBandingRequest
2053
+ class PieChartSpec
2133
2054
  # @private
2134
2055
  class Representation < Google::Apis::Core::JsonRepresentation
2135
- property :banded_range_id, as: 'bandedRangeId'
2056
+ property :legend_position, as: 'legendPosition'
2057
+ property :series, as: 'series', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
2058
+
2059
+ property :pie_hole, as: 'pieHole'
2060
+ property :three_dimensional, as: 'threeDimensional'
2061
+ property :domain, as: 'domain', class: Google::Apis::SheetsV4::ChartData, decorator: Google::Apis::SheetsV4::ChartData::Representation
2062
+
2136
2063
  end
2137
2064
  end
2138
2065
 
2139
- class AppendValuesResponse
2066
+ class UpdateSheetPropertiesRequest
2140
2067
  # @private
2141
2068
  class Representation < Google::Apis::Core::JsonRepresentation
2142
- property :updates, as: 'updates', class: Google::Apis::SheetsV4::UpdateValuesResponse, decorator: Google::Apis::SheetsV4::UpdateValuesResponse::Representation
2069
+ property :fields, as: 'fields'
2070
+ property :properties, as: 'properties', class: Google::Apis::SheetsV4::SheetProperties, decorator: Google::Apis::SheetsV4::SheetProperties::Representation
2143
2071
 
2144
- property :table_range, as: 'tableRange'
2145
- property :spreadsheet_id, as: 'spreadsheetId'
2146
2072
  end
2147
2073
  end
2148
2074
 
2149
- class MoveDimensionRequest
2075
+ class BooleanRule
2150
2076
  # @private
2151
2077
  class Representation < Google::Apis::Core::JsonRepresentation
2152
- property :destination_index, as: 'destinationIndex'
2153
- property :source, as: 'source', class: Google::Apis::SheetsV4::DimensionRange, decorator: Google::Apis::SheetsV4::DimensionRange::Representation
2078
+ property :condition, as: 'condition', class: Google::Apis::SheetsV4::BooleanCondition, decorator: Google::Apis::SheetsV4::BooleanCondition::Representation
2079
+
2080
+ property :format, as: 'format', class: Google::Apis::SheetsV4::CellFormat, decorator: Google::Apis::SheetsV4::CellFormat::Representation
2154
2081
 
2155
2082
  end
2156
2083
  end
2157
2084
 
2158
- class PivotFilterCriteria
2085
+ class AppendDimensionRequest
2159
2086
  # @private
2160
2087
  class Representation < Google::Apis::Core::JsonRepresentation
2161
- collection :visible_values, as: 'visibleValues'
2088
+ property :sheet_id, as: 'sheetId'
2089
+ property :length, as: 'length'
2090
+ property :dimension, as: 'dimension'
2162
2091
  end
2163
2092
  end
2164
2093
 
@@ -2170,117 +2099,188 @@ module Google
2170
2099
  end
2171
2100
  end
2172
2101
 
2173
- class AddConditionalFormatRuleRequest
2102
+ class GridProperties
2174
2103
  # @private
2175
2104
  class Representation < Google::Apis::Core::JsonRepresentation
2176
- property :rule, as: 'rule', class: Google::Apis::SheetsV4::ConditionalFormatRule, decorator: Google::Apis::SheetsV4::ConditionalFormatRule::Representation
2177
-
2178
- property :index, as: 'index'
2105
+ property :row_count, as: 'rowCount'
2106
+ property :column_count, as: 'columnCount'
2107
+ property :frozen_row_count, as: 'frozenRowCount'
2108
+ property :frozen_column_count, as: 'frozenColumnCount'
2109
+ property :hide_gridlines, as: 'hideGridlines'
2179
2110
  end
2180
2111
  end
2181
2112
 
2182
- class ChartSpec
2113
+ class DeleteNamedRangeRequest
2183
2114
  # @private
2184
2115
  class Representation < Google::Apis::Core::JsonRepresentation
2185
- property :pie_chart, as: 'pieChart', class: Google::Apis::SheetsV4::PieChartSpec, decorator: Google::Apis::SheetsV4::PieChartSpec::Representation
2186
-
2187
- property :basic_chart, as: 'basicChart', class: Google::Apis::SheetsV4::BasicChartSpec, decorator: Google::Apis::SheetsV4::BasicChartSpec::Representation
2188
-
2189
- property :hidden_dimension_strategy, as: 'hiddenDimensionStrategy'
2190
- property :title, as: 'title'
2116
+ property :named_range_id, as: 'namedRangeId'
2191
2117
  end
2192
2118
  end
2193
2119
 
2194
- class NumberFormat
2120
+ class AddChartRequest
2195
2121
  # @private
2196
2122
  class Representation < Google::Apis::Core::JsonRepresentation
2197
- property :pattern, as: 'pattern'
2198
- property :type, as: 'type'
2123
+ property :chart, as: 'chart', class: Google::Apis::SheetsV4::EmbeddedChart, decorator: Google::Apis::SheetsV4::EmbeddedChart::Representation
2124
+
2199
2125
  end
2200
2126
  end
2201
2127
 
2202
- class SheetProperties
2128
+ class SetDataValidationRequest
2203
2129
  # @private
2204
2130
  class Representation < Google::Apis::Core::JsonRepresentation
2205
- property :title, as: 'title'
2206
- property :tab_color, as: 'tabColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
2131
+ property :rule, as: 'rule', class: Google::Apis::SheetsV4::DataValidationRule, decorator: Google::Apis::SheetsV4::DataValidationRule::Representation
2207
2132
 
2208
- property :index, as: 'index'
2209
- property :sheet_id, as: 'sheetId'
2210
- property :right_to_left, as: 'rightToLeft'
2211
- property :hidden, as: 'hidden'
2212
- property :sheet_type, as: 'sheetType'
2213
- property :grid_properties, as: 'gridProperties', class: Google::Apis::SheetsV4::GridProperties, decorator: Google::Apis::SheetsV4::GridProperties::Representation
2133
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
2214
2134
 
2215
2135
  end
2216
2136
  end
2217
2137
 
2218
- class UpdateDimensionPropertiesRequest
2138
+ class Request
2219
2139
  # @private
2220
2140
  class Representation < Google::Apis::Core::JsonRepresentation
2221
- property :fields, as: 'fields'
2222
- property :properties, as: 'properties', class: Google::Apis::SheetsV4::DimensionProperties, decorator: Google::Apis::SheetsV4::DimensionProperties::Representation
2141
+ property :update_embedded_object_position, as: 'updateEmbeddedObjectPosition', class: Google::Apis::SheetsV4::UpdateEmbeddedObjectPositionRequest, decorator: Google::Apis::SheetsV4::UpdateEmbeddedObjectPositionRequest::Representation
2223
2142
 
2224
- property :range, as: 'range', class: Google::Apis::SheetsV4::DimensionRange, decorator: Google::Apis::SheetsV4::DimensionRange::Representation
2143
+ property :delete_named_range, as: 'deleteNamedRange', class: Google::Apis::SheetsV4::DeleteNamedRangeRequest, decorator: Google::Apis::SheetsV4::DeleteNamedRangeRequest::Representation
2144
+
2145
+ property :update_named_range, as: 'updateNamedRange', class: Google::Apis::SheetsV4::UpdateNamedRangeRequest, decorator: Google::Apis::SheetsV4::UpdateNamedRangeRequest::Representation
2146
+
2147
+ property :add_filter_view, as: 'addFilterView', class: Google::Apis::SheetsV4::AddFilterViewRequest, decorator: Google::Apis::SheetsV4::AddFilterViewRequest::Representation
2148
+
2149
+ property :update_spreadsheet_properties, as: 'updateSpreadsheetProperties', class: Google::Apis::SheetsV4::UpdateSpreadsheetPropertiesRequest, decorator: Google::Apis::SheetsV4::UpdateSpreadsheetPropertiesRequest::Representation
2150
+
2151
+ property :append_dimension, as: 'appendDimension', class: Google::Apis::SheetsV4::AppendDimensionRequest, decorator: Google::Apis::SheetsV4::AppendDimensionRequest::Representation
2152
+
2153
+ property :unmerge_cells, as: 'unmergeCells', class: Google::Apis::SheetsV4::UnmergeCellsRequest, decorator: Google::Apis::SheetsV4::UnmergeCellsRequest::Representation
2154
+
2155
+ property :insert_range, as: 'insertRange', class: Google::Apis::SheetsV4::InsertRangeRequest, decorator: Google::Apis::SheetsV4::InsertRangeRequest::Representation
2156
+
2157
+ property :update_protected_range, as: 'updateProtectedRange', class: Google::Apis::SheetsV4::UpdateProtectedRangeRequest, decorator: Google::Apis::SheetsV4::UpdateProtectedRangeRequest::Representation
2158
+
2159
+ property :delete_filter_view, as: 'deleteFilterView', class: Google::Apis::SheetsV4::DeleteFilterViewRequest, decorator: Google::Apis::SheetsV4::DeleteFilterViewRequest::Representation
2160
+
2161
+ property :clear_basic_filter, as: 'clearBasicFilter', class: Google::Apis::SheetsV4::ClearBasicFilterRequest, decorator: Google::Apis::SheetsV4::ClearBasicFilterRequest::Representation
2162
+
2163
+ property :sort_range, as: 'sortRange', class: Google::Apis::SheetsV4::SortRangeRequest, decorator: Google::Apis::SheetsV4::SortRangeRequest::Representation
2164
+
2165
+ property :repeat_cell, as: 'repeatCell', class: Google::Apis::SheetsV4::RepeatCellRequest, decorator: Google::Apis::SheetsV4::RepeatCellRequest::Representation
2166
+
2167
+ property :set_data_validation, as: 'setDataValidation', class: Google::Apis::SheetsV4::SetDataValidationRequest, decorator: Google::Apis::SheetsV4::SetDataValidationRequest::Representation
2168
+
2169
+ property :update_cells, as: 'updateCells', class: Google::Apis::SheetsV4::UpdateCellsRequest, decorator: Google::Apis::SheetsV4::UpdateCellsRequest::Representation
2170
+
2171
+ property :add_sheet, as: 'addSheet', class: Google::Apis::SheetsV4::AddSheetRequest, decorator: Google::Apis::SheetsV4::AddSheetRequest::Representation
2172
+
2173
+ property :update_filter_view, as: 'updateFilterView', class: Google::Apis::SheetsV4::UpdateFilterViewRequest, decorator: Google::Apis::SheetsV4::UpdateFilterViewRequest::Representation
2174
+
2175
+ property :update_sheet_properties, as: 'updateSheetProperties', class: Google::Apis::SheetsV4::UpdateSheetPropertiesRequest, decorator: Google::Apis::SheetsV4::UpdateSheetPropertiesRequest::Representation
2176
+
2177
+ property :update_dimension_properties, as: 'updateDimensionProperties', class: Google::Apis::SheetsV4::UpdateDimensionPropertiesRequest, decorator: Google::Apis::SheetsV4::UpdateDimensionPropertiesRequest::Representation
2178
+
2179
+ property :delete_sheet, as: 'deleteSheet', class: Google::Apis::SheetsV4::DeleteSheetRequest, decorator: Google::Apis::SheetsV4::DeleteSheetRequest::Representation
2180
+
2181
+ property :find_replace, as: 'findReplace', class: Google::Apis::SheetsV4::FindReplaceRequest, decorator: Google::Apis::SheetsV4::FindReplaceRequest::Representation
2182
+
2183
+ property :add_protected_range, as: 'addProtectedRange', class: Google::Apis::SheetsV4::AddProtectedRangeRequest, decorator: Google::Apis::SheetsV4::AddProtectedRangeRequest::Representation
2184
+
2185
+ property :delete_protected_range, as: 'deleteProtectedRange', class: Google::Apis::SheetsV4::DeleteProtectedRangeRequest, decorator: Google::Apis::SheetsV4::DeleteProtectedRangeRequest::Representation
2186
+
2187
+ property :update_conditional_format_rule, as: 'updateConditionalFormatRule', class: Google::Apis::SheetsV4::UpdateConditionalFormatRuleRequest, decorator: Google::Apis::SheetsV4::UpdateConditionalFormatRuleRequest::Representation
2188
+
2189
+ property :set_basic_filter, as: 'setBasicFilter', class: Google::Apis::SheetsV4::SetBasicFilterRequest, decorator: Google::Apis::SheetsV4::SetBasicFilterRequest::Representation
2190
+
2191
+ property :merge_cells, as: 'mergeCells', class: Google::Apis::SheetsV4::MergeCellsRequest, decorator: Google::Apis::SheetsV4::MergeCellsRequest::Representation
2192
+
2193
+ property :update_banding, as: 'updateBanding', class: Google::Apis::SheetsV4::UpdateBandingRequest, decorator: Google::Apis::SheetsV4::UpdateBandingRequest::Representation
2194
+
2195
+ property :add_chart, as: 'addChart', class: Google::Apis::SheetsV4::AddChartRequest, decorator: Google::Apis::SheetsV4::AddChartRequest::Representation
2196
+
2197
+ property :delete_conditional_format_rule, as: 'deleteConditionalFormatRule', class: Google::Apis::SheetsV4::DeleteConditionalFormatRuleRequest, decorator: Google::Apis::SheetsV4::DeleteConditionalFormatRuleRequest::Representation
2198
+
2199
+ property :add_banding, as: 'addBanding', class: Google::Apis::SheetsV4::AddBandingRequest, decorator: Google::Apis::SheetsV4::AddBandingRequest::Representation
2200
+
2201
+ property :delete_banding, as: 'deleteBanding', class: Google::Apis::SheetsV4::DeleteBandingRequest, decorator: Google::Apis::SheetsV4::DeleteBandingRequest::Representation
2202
+
2203
+ property :update_chart_spec, as: 'updateChartSpec', class: Google::Apis::SheetsV4::UpdateChartSpecRequest, decorator: Google::Apis::SheetsV4::UpdateChartSpecRequest::Representation
2204
+
2205
+ property :delete_range, as: 'deleteRange', class: Google::Apis::SheetsV4::DeleteRangeRequest, decorator: Google::Apis::SheetsV4::DeleteRangeRequest::Representation
2206
+
2207
+ property :delete_dimension, as: 'deleteDimension', class: Google::Apis::SheetsV4::DeleteDimensionRequest, decorator: Google::Apis::SheetsV4::DeleteDimensionRequest::Representation
2208
+
2209
+ property :delete_embedded_object, as: 'deleteEmbeddedObject', class: Google::Apis::SheetsV4::DeleteEmbeddedObjectRequest, decorator: Google::Apis::SheetsV4::DeleteEmbeddedObjectRequest::Representation
2210
+
2211
+ property :paste_data, as: 'pasteData', class: Google::Apis::SheetsV4::PasteDataRequest, decorator: Google::Apis::SheetsV4::PasteDataRequest::Representation
2212
+
2213
+ property :add_conditional_format_rule, as: 'addConditionalFormatRule', class: Google::Apis::SheetsV4::AddConditionalFormatRuleRequest, decorator: Google::Apis::SheetsV4::AddConditionalFormatRuleRequest::Representation
2214
+
2215
+ property :update_borders, as: 'updateBorders', class: Google::Apis::SheetsV4::UpdateBordersRequest, decorator: Google::Apis::SheetsV4::UpdateBordersRequest::Representation
2216
+
2217
+ property :auto_resize_dimensions, as: 'autoResizeDimensions', class: Google::Apis::SheetsV4::AutoResizeDimensionsRequest, decorator: Google::Apis::SheetsV4::AutoResizeDimensionsRequest::Representation
2218
+
2219
+ property :duplicate_sheet, as: 'duplicateSheet', class: Google::Apis::SheetsV4::DuplicateSheetRequest, decorator: Google::Apis::SheetsV4::DuplicateSheetRequest::Representation
2220
+
2221
+ property :duplicate_filter_view, as: 'duplicateFilterView', class: Google::Apis::SheetsV4::DuplicateFilterViewRequest, decorator: Google::Apis::SheetsV4::DuplicateFilterViewRequest::Representation
2222
+
2223
+ property :cut_paste, as: 'cutPaste', class: Google::Apis::SheetsV4::CutPasteRequest, decorator: Google::Apis::SheetsV4::CutPasteRequest::Representation
2224
+
2225
+ property :append_cells, as: 'appendCells', class: Google::Apis::SheetsV4::AppendCellsRequest, decorator: Google::Apis::SheetsV4::AppendCellsRequest::Representation
2226
+
2227
+ property :add_named_range, as: 'addNamedRange', class: Google::Apis::SheetsV4::AddNamedRangeRequest, decorator: Google::Apis::SheetsV4::AddNamedRangeRequest::Representation
2228
+
2229
+ property :auto_fill, as: 'autoFill', class: Google::Apis::SheetsV4::AutoFillRequest, decorator: Google::Apis::SheetsV4::AutoFillRequest::Representation
2230
+
2231
+ property :move_dimension, as: 'moveDimension', class: Google::Apis::SheetsV4::MoveDimensionRequest, decorator: Google::Apis::SheetsV4::MoveDimensionRequest::Representation
2232
+
2233
+ property :text_to_columns, as: 'textToColumns', class: Google::Apis::SheetsV4::TextToColumnsRequest, decorator: Google::Apis::SheetsV4::TextToColumnsRequest::Representation
2234
+
2235
+ property :insert_dimension, as: 'insertDimension', class: Google::Apis::SheetsV4::InsertDimensionRequest, decorator: Google::Apis::SheetsV4::InsertDimensionRequest::Representation
2236
+
2237
+ property :copy_paste, as: 'copyPaste', class: Google::Apis::SheetsV4::CopyPasteRequest, decorator: Google::Apis::SheetsV4::CopyPasteRequest::Representation
2225
2238
 
2226
2239
  end
2227
2240
  end
2228
2241
 
2229
- class SourceAndDestination
2242
+ class BatchGetValuesResponse
2230
2243
  # @private
2231
2244
  class Representation < Google::Apis::Core::JsonRepresentation
2232
- property :fill_length, as: 'fillLength'
2233
- property :source, as: 'source', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
2245
+ collection :value_ranges, as: 'valueRanges', class: Google::Apis::SheetsV4::ValueRange, decorator: Google::Apis::SheetsV4::ValueRange::Representation
2234
2246
 
2235
- property :dimension, as: 'dimension'
2247
+ property :spreadsheet_id, as: 'spreadsheetId'
2236
2248
  end
2237
2249
  end
2238
2250
 
2239
- class FilterView
2251
+ class InsertDimensionRequest
2240
2252
  # @private
2241
2253
  class Representation < Google::Apis::Core::JsonRepresentation
2242
- hash :criteria, as: 'criteria', class: Google::Apis::SheetsV4::FilterCriteria, decorator: Google::Apis::SheetsV4::FilterCriteria::Representation
2243
-
2244
- property :title, as: 'title'
2245
- property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
2246
-
2247
- collection :sort_specs, as: 'sortSpecs', class: Google::Apis::SheetsV4::SortSpec, decorator: Google::Apis::SheetsV4::SortSpec::Representation
2254
+ property :inherit_from_before, as: 'inheritFromBefore'
2255
+ property :range, as: 'range', class: Google::Apis::SheetsV4::DimensionRange, decorator: Google::Apis::SheetsV4::DimensionRange::Representation
2248
2256
 
2249
- property :named_range_id, as: 'namedRangeId'
2250
- property :filter_view_id, as: 'filterViewId'
2251
2257
  end
2252
2258
  end
2253
2259
 
2254
- class BandingProperties
2260
+ class DeleteEmbeddedObjectRequest
2255
2261
  # @private
2256
2262
  class Representation < Google::Apis::Core::JsonRepresentation
2257
- property :second_band_color, as: 'secondBandColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
2258
-
2259
- property :footer_color, as: 'footerColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
2260
-
2261
- property :header_color, as: 'headerColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
2262
-
2263
- property :first_band_color, as: 'firstBandColor', class: Google::Apis::SheetsV4::Color, decorator: Google::Apis::SheetsV4::Color::Representation
2264
-
2263
+ property :object_id_prop, as: 'objectId'
2265
2264
  end
2266
2265
  end
2267
2266
 
2268
- class AddProtectedRangeResponse
2267
+ class BandedRange
2269
2268
  # @private
2270
2269
  class Representation < Google::Apis::Core::JsonRepresentation
2271
- property :protected_range, as: 'protectedRange', class: Google::Apis::SheetsV4::ProtectedRange, decorator: Google::Apis::SheetsV4::ProtectedRange::Representation
2270
+ property :banded_range_id, as: 'bandedRangeId'
2271
+ property :row_properties, as: 'rowProperties', class: Google::Apis::SheetsV4::BandingProperties, decorator: Google::Apis::SheetsV4::BandingProperties::Representation
2272
+
2273
+ property :column_properties, as: 'columnProperties', class: Google::Apis::SheetsV4::BandingProperties, decorator: Google::Apis::SheetsV4::BandingProperties::Representation
2274
+
2275
+ property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
2272
2276
 
2273
2277
  end
2274
2278
  end
2275
2279
 
2276
- class BasicFilter
2280
+ class DeleteConditionalFormatRuleResponse
2277
2281
  # @private
2278
2282
  class Representation < Google::Apis::Core::JsonRepresentation
2279
- property :range, as: 'range', class: Google::Apis::SheetsV4::GridRange, decorator: Google::Apis::SheetsV4::GridRange::Representation
2280
-
2281
- hash :criteria, as: 'criteria', class: Google::Apis::SheetsV4::FilterCriteria, decorator: Google::Apis::SheetsV4::FilterCriteria::Representation
2282
-
2283
- collection :sort_specs, as: 'sortSpecs', class: Google::Apis::SheetsV4::SortSpec, decorator: Google::Apis::SheetsV4::SortSpec::Representation
2283
+ property :rule, as: 'rule', class: Google::Apis::SheetsV4::ConditionalFormatRule, decorator: Google::Apis::SheetsV4::ConditionalFormatRule::Representation
2284
2284
 
2285
2285
  end
2286
2286
  end