google-api-client 0.9.5 → 0.9.6
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/google-api-client.gemspec +4 -3
- data/lib/google/api_client/client_secrets.rb +1 -1
- data/lib/google/apis/core/download.rb +10 -1
- data/lib/google/apis/core/json_representation.rb +2 -2
- data/lib/google/apis/version.rb +1 -1
- data/samples/cli/.env +4 -0
- data/samples/web/.env +2 -0
- data/samples/web/views/home.erb +0 -1
- metadata +5 -71
- data/api_names_out.yaml +0 -28434
- data/generated/google/apis/sheets_v1.rb +0 -43
- data/generated/google/apis/sheets_v1/classes.rb +0 -4542
- data/generated/google/apis/sheets_v1/representations.rb +0 -1703
- data/generated/google/apis/sheets_v1/service.rb +0 -363
- data/script/generate +0 -105
- data/script/package +0 -8
- data/script/release +0 -15
- data/spec/fixtures/files/api_names.yaml +0 -3
- data/spec/fixtures/files/auth_stored_credentials.json +0 -8
- data/spec/fixtures/files/child/.gitignore +0 -0
- data/spec/fixtures/files/client_secrets.json +0 -1
- data/spec/fixtures/files/invalid.json +0 -1
- data/spec/fixtures/files/test.blah +0 -1
- data/spec/fixtures/files/test.txt +0 -1
- data/spec/fixtures/files/test_api.json +0 -440
- data/spec/google/api_client/auth/storage_spec.rb +0 -120
- data/spec/google/api_client/auth/storages/file_store_spec.rb +0 -39
- data/spec/google/api_client/auth/storages/redis_store_spec.rb +0 -68
- data/spec/google/api_client/client_secrets_spec.rb +0 -389
- data/spec/google/apis/core/api_command_spec.rb +0 -209
- data/spec/google/apis/core/batch_spec.rb +0 -142
- data/spec/google/apis/core/download_spec.rb +0 -103
- data/spec/google/apis/core/hashable_spec.rb +0 -60
- data/spec/google/apis/core/http_command_spec.rb +0 -303
- data/spec/google/apis/core/json_representation_spec.rb +0 -199
- data/spec/google/apis/core/service_spec.rb +0 -313
- data/spec/google/apis/core/upload_spec.rb +0 -300
- data/spec/google/apis/generated_spec.rb +0 -27
- data/spec/google/apis/generator/generator_spec.rb +0 -324
- data/spec/google/apis/logging_spec.rb +0 -100
- data/spec/google/apis/options_spec.rb +0 -40
- data/spec/integration_tests/adsense_spec.rb +0 -29
- data/spec/integration_tests/drive_spec.rb +0 -35
- data/spec/integration_tests/pubsub_spec.rb +0 -48
- data/spec/integration_tests/url_shortener_spec.rb +0 -45
- data/spec/spec_helper.rb +0 -153
- data/spec/spec_helper/load_path_spec.rb +0 -33
@@ -1,1703 +0,0 @@
|
|
1
|
-
# Copyright 2015 Google Inc.
|
2
|
-
#
|
3
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
-
# you may not use this file except in compliance with the License.
|
5
|
-
# You may obtain a copy of the License at
|
6
|
-
#
|
7
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
-
#
|
9
|
-
# Unless required by applicable law or agreed to in writing, software
|
10
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
-
# See the License for the specific language governing permissions and
|
13
|
-
# limitations under the License.
|
14
|
-
|
15
|
-
require 'date'
|
16
|
-
require 'google/apis/core/base_service'
|
17
|
-
require 'google/apis/core/json_representation'
|
18
|
-
require 'google/apis/core/hashable'
|
19
|
-
require 'google/apis/errors'
|
20
|
-
|
21
|
-
module Google
|
22
|
-
module Apis
|
23
|
-
module SheetsV1
|
24
|
-
|
25
|
-
class MoveEmbeddedObjectToSheetResponse
|
26
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
-
|
28
|
-
include Google::Apis::Core::JsonObjectSupport
|
29
|
-
end
|
30
|
-
|
31
|
-
class AddNamedRangeResponse
|
32
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
-
|
34
|
-
include Google::Apis::Core::JsonObjectSupport
|
35
|
-
end
|
36
|
-
|
37
|
-
class UpdateProtectedRangeRequest
|
38
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
-
|
40
|
-
include Google::Apis::Core::JsonObjectSupport
|
41
|
-
end
|
42
|
-
|
43
|
-
class Padding
|
44
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
-
|
46
|
-
include Google::Apis::Core::JsonObjectSupport
|
47
|
-
end
|
48
|
-
|
49
|
-
class MergeCellsRequest
|
50
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
-
|
52
|
-
include Google::Apis::Core::JsonObjectSupport
|
53
|
-
end
|
54
|
-
|
55
|
-
class AddSheetResponse
|
56
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
-
|
58
|
-
include Google::Apis::Core::JsonObjectSupport
|
59
|
-
end
|
60
|
-
|
61
|
-
class UpdateConditionalFormatRuleRequest
|
62
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
-
|
64
|
-
include Google::Apis::Core::JsonObjectSupport
|
65
|
-
end
|
66
|
-
|
67
|
-
class TextFormat
|
68
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
-
|
70
|
-
include Google::Apis::Core::JsonObjectSupport
|
71
|
-
end
|
72
|
-
|
73
|
-
class GridCoordinate
|
74
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
-
|
76
|
-
include Google::Apis::Core::JsonObjectSupport
|
77
|
-
end
|
78
|
-
|
79
|
-
class DeleteFilterViewRequest
|
80
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
-
|
82
|
-
include Google::Apis::Core::JsonObjectSupport
|
83
|
-
end
|
84
|
-
|
85
|
-
class UpdateNamedRangeRequest
|
86
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
-
|
88
|
-
include Google::Apis::Core::JsonObjectSupport
|
89
|
-
end
|
90
|
-
|
91
|
-
class SpreadsheetProperties
|
92
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
-
|
94
|
-
include Google::Apis::Core::JsonObjectSupport
|
95
|
-
end
|
96
|
-
|
97
|
-
class CellData
|
98
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
-
|
100
|
-
include Google::Apis::Core::JsonObjectSupport
|
101
|
-
end
|
102
|
-
|
103
|
-
class UnmergeCellsRequest
|
104
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
-
|
106
|
-
include Google::Apis::Core::JsonObjectSupport
|
107
|
-
end
|
108
|
-
|
109
|
-
class TextToColumnsRequest
|
110
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
-
|
112
|
-
include Google::Apis::Core::JsonObjectSupport
|
113
|
-
end
|
114
|
-
|
115
|
-
class AddProtectedRangeResponse
|
116
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
-
|
118
|
-
include Google::Apis::Core::JsonObjectSupport
|
119
|
-
end
|
120
|
-
|
121
|
-
class BooleanCondition
|
122
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
-
|
124
|
-
include Google::Apis::Core::JsonObjectSupport
|
125
|
-
end
|
126
|
-
|
127
|
-
class DeleteProtectedRangeRequest
|
128
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
-
|
130
|
-
include Google::Apis::Core::JsonObjectSupport
|
131
|
-
end
|
132
|
-
|
133
|
-
class DimensionRange
|
134
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
-
|
136
|
-
include Google::Apis::Core::JsonObjectSupport
|
137
|
-
end
|
138
|
-
|
139
|
-
class Response
|
140
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
-
|
142
|
-
include Google::Apis::Core::JsonObjectSupport
|
143
|
-
end
|
144
|
-
|
145
|
-
class AddConditionalFormatRuleRequest
|
146
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
-
|
148
|
-
include Google::Apis::Core::JsonObjectSupport
|
149
|
-
end
|
150
|
-
|
151
|
-
class FilterView
|
152
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
-
|
154
|
-
include Google::Apis::Core::JsonObjectSupport
|
155
|
-
end
|
156
|
-
|
157
|
-
class SortRangeRequest
|
158
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
-
|
160
|
-
include Google::Apis::Core::JsonObjectSupport
|
161
|
-
end
|
162
|
-
|
163
|
-
class TextFormatRun
|
164
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
-
|
166
|
-
include Google::Apis::Core::JsonObjectSupport
|
167
|
-
end
|
168
|
-
|
169
|
-
class UpdateFilterViewRequest
|
170
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
-
|
172
|
-
include Google::Apis::Core::JsonObjectSupport
|
173
|
-
end
|
174
|
-
|
175
|
-
class UpdateConditionalFormatRuleResponse
|
176
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
-
|
178
|
-
include Google::Apis::Core::JsonObjectSupport
|
179
|
-
end
|
180
|
-
|
181
|
-
class FilterCriteria
|
182
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
-
|
184
|
-
include Google::Apis::Core::JsonObjectSupport
|
185
|
-
end
|
186
|
-
|
187
|
-
class DeleteDimensionRequest
|
188
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
-
|
190
|
-
include Google::Apis::Core::JsonObjectSupport
|
191
|
-
end
|
192
|
-
|
193
|
-
class DataValidationRule
|
194
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
-
|
196
|
-
include Google::Apis::Core::JsonObjectSupport
|
197
|
-
end
|
198
|
-
|
199
|
-
class UpdateSpreadsheetPropertiesRequest
|
200
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
-
|
202
|
-
include Google::Apis::Core::JsonObjectSupport
|
203
|
-
end
|
204
|
-
|
205
|
-
class BatchUpdateValuesRequest
|
206
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
-
|
208
|
-
include Google::Apis::Core::JsonObjectSupport
|
209
|
-
end
|
210
|
-
|
211
|
-
class ClearBasicFilterRequest
|
212
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
-
|
214
|
-
include Google::Apis::Core::JsonObjectSupport
|
215
|
-
end
|
216
|
-
|
217
|
-
class ConditionalFormatRule
|
218
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
-
|
220
|
-
include Google::Apis::Core::JsonObjectSupport
|
221
|
-
end
|
222
|
-
|
223
|
-
class UpdateBordersRequest
|
224
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
-
|
226
|
-
include Google::Apis::Core::JsonObjectSupport
|
227
|
-
end
|
228
|
-
|
229
|
-
class Borders
|
230
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
-
|
232
|
-
include Google::Apis::Core::JsonObjectSupport
|
233
|
-
end
|
234
|
-
|
235
|
-
class Color
|
236
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
-
|
238
|
-
include Google::Apis::Core::JsonObjectSupport
|
239
|
-
end
|
240
|
-
|
241
|
-
class AddSheetRequest
|
242
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
-
|
244
|
-
include Google::Apis::Core::JsonObjectSupport
|
245
|
-
end
|
246
|
-
|
247
|
-
class AddProtectedRangeRequest
|
248
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
-
|
250
|
-
include Google::Apis::Core::JsonObjectSupport
|
251
|
-
end
|
252
|
-
|
253
|
-
class ValueRange
|
254
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
-
|
256
|
-
include Google::Apis::Core::JsonObjectSupport
|
257
|
-
end
|
258
|
-
|
259
|
-
class FindReplaceResponse
|
260
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
-
|
262
|
-
include Google::Apis::Core::JsonObjectSupport
|
263
|
-
end
|
264
|
-
|
265
|
-
class CellFormat
|
266
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
-
|
268
|
-
include Google::Apis::Core::JsonObjectSupport
|
269
|
-
end
|
270
|
-
|
271
|
-
class MoveDimensionRequest
|
272
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
-
|
274
|
-
include Google::Apis::Core::JsonObjectSupport
|
275
|
-
end
|
276
|
-
|
277
|
-
class DimensionProperties
|
278
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
-
|
280
|
-
include Google::Apis::Core::JsonObjectSupport
|
281
|
-
end
|
282
|
-
|
283
|
-
class InterpolationPoint
|
284
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
-
|
286
|
-
include Google::Apis::Core::JsonObjectSupport
|
287
|
-
end
|
288
|
-
|
289
|
-
class ErrorValue
|
290
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
-
|
292
|
-
include Google::Apis::Core::JsonObjectSupport
|
293
|
-
end
|
294
|
-
|
295
|
-
class DuplicateFilterViewRequest
|
296
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
-
|
298
|
-
include Google::Apis::Core::JsonObjectSupport
|
299
|
-
end
|
300
|
-
|
301
|
-
class BatchUpdateSpreadsheetRequest
|
302
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
-
|
304
|
-
include Google::Apis::Core::JsonObjectSupport
|
305
|
-
end
|
306
|
-
|
307
|
-
class SheetProperties
|
308
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
-
|
310
|
-
include Google::Apis::Core::JsonObjectSupport
|
311
|
-
end
|
312
|
-
|
313
|
-
class ProtectedRange
|
314
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
-
|
316
|
-
include Google::Apis::Core::JsonObjectSupport
|
317
|
-
end
|
318
|
-
|
319
|
-
class DeleteConditionalFormatRuleRequest
|
320
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
-
|
322
|
-
include Google::Apis::Core::JsonObjectSupport
|
323
|
-
end
|
324
|
-
|
325
|
-
class SourceAndDestination
|
326
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
-
|
328
|
-
include Google::Apis::Core::JsonObjectSupport
|
329
|
-
end
|
330
|
-
|
331
|
-
class ConditionValue
|
332
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
-
|
334
|
-
include Google::Apis::Core::JsonObjectSupport
|
335
|
-
end
|
336
|
-
|
337
|
-
class PasteDataRequest
|
338
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
-
|
340
|
-
include Google::Apis::Core::JsonObjectSupport
|
341
|
-
end
|
342
|
-
|
343
|
-
class FindReplaceRequest
|
344
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
-
|
346
|
-
include Google::Apis::Core::JsonObjectSupport
|
347
|
-
end
|
348
|
-
|
349
|
-
class SortSpec
|
350
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
-
|
352
|
-
include Google::Apis::Core::JsonObjectSupport
|
353
|
-
end
|
354
|
-
|
355
|
-
class CopySheetToAnotherSpreadsheetRequest
|
356
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
-
|
358
|
-
include Google::Apis::Core::JsonObjectSupport
|
359
|
-
end
|
360
|
-
|
361
|
-
class NumberFormat
|
362
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
-
|
364
|
-
include Google::Apis::Core::JsonObjectSupport
|
365
|
-
end
|
366
|
-
|
367
|
-
class UpdateDimensionPropertiesRequest
|
368
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
-
|
370
|
-
include Google::Apis::Core::JsonObjectSupport
|
371
|
-
end
|
372
|
-
|
373
|
-
class Editors
|
374
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
-
|
376
|
-
include Google::Apis::Core::JsonObjectSupport
|
377
|
-
end
|
378
|
-
|
379
|
-
class Spreadsheet
|
380
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
-
|
382
|
-
include Google::Apis::Core::JsonObjectSupport
|
383
|
-
end
|
384
|
-
|
385
|
-
class GridData
|
386
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
-
|
388
|
-
include Google::Apis::Core::JsonObjectSupport
|
389
|
-
end
|
390
|
-
|
391
|
-
class BasicFilter
|
392
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
-
|
394
|
-
include Google::Apis::Core::JsonObjectSupport
|
395
|
-
end
|
396
|
-
|
397
|
-
class DuplicateSheetRequest
|
398
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
-
|
400
|
-
include Google::Apis::Core::JsonObjectSupport
|
401
|
-
end
|
402
|
-
|
403
|
-
class AddFilterViewResponse
|
404
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
-
|
406
|
-
include Google::Apis::Core::JsonObjectSupport
|
407
|
-
end
|
408
|
-
|
409
|
-
class DuplicateSheetResponse
|
410
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
-
|
412
|
-
include Google::Apis::Core::JsonObjectSupport
|
413
|
-
end
|
414
|
-
|
415
|
-
class Border
|
416
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
-
|
418
|
-
include Google::Apis::Core::JsonObjectSupport
|
419
|
-
end
|
420
|
-
|
421
|
-
class AddNamedRangeRequest
|
422
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
-
|
424
|
-
include Google::Apis::Core::JsonObjectSupport
|
425
|
-
end
|
426
|
-
|
427
|
-
class AppendCellsRequest
|
428
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
-
|
430
|
-
include Google::Apis::Core::JsonObjectSupport
|
431
|
-
end
|
432
|
-
|
433
|
-
class RowData
|
434
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
-
|
436
|
-
include Google::Apis::Core::JsonObjectSupport
|
437
|
-
end
|
438
|
-
|
439
|
-
class RepeatCellRequest
|
440
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
-
|
442
|
-
include Google::Apis::Core::JsonObjectSupport
|
443
|
-
end
|
444
|
-
|
445
|
-
class NamedRange
|
446
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
-
|
448
|
-
include Google::Apis::Core::JsonObjectSupport
|
449
|
-
end
|
450
|
-
|
451
|
-
class SetBasicFilterRequest
|
452
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
-
|
454
|
-
include Google::Apis::Core::JsonObjectSupport
|
455
|
-
end
|
456
|
-
|
457
|
-
class AutoResizeDimensionsRequest
|
458
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
-
|
460
|
-
include Google::Apis::Core::JsonObjectSupport
|
461
|
-
end
|
462
|
-
|
463
|
-
class DuplicateFilterViewResponse
|
464
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
-
|
466
|
-
include Google::Apis::Core::JsonObjectSupport
|
467
|
-
end
|
468
|
-
|
469
|
-
class GridRange
|
470
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
-
|
472
|
-
include Google::Apis::Core::JsonObjectSupport
|
473
|
-
end
|
474
|
-
|
475
|
-
class DeleteSheetRequest
|
476
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
-
|
478
|
-
include Google::Apis::Core::JsonObjectSupport
|
479
|
-
end
|
480
|
-
|
481
|
-
class MoveEmbeddedObjectToSheetRequest
|
482
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
-
|
484
|
-
include Google::Apis::Core::JsonObjectSupport
|
485
|
-
end
|
486
|
-
|
487
|
-
class UpdateCellsRequest
|
488
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
-
|
490
|
-
include Google::Apis::Core::JsonObjectSupport
|
491
|
-
end
|
492
|
-
|
493
|
-
class CopyPasteRequest
|
494
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
-
|
496
|
-
include Google::Apis::Core::JsonObjectSupport
|
497
|
-
end
|
498
|
-
|
499
|
-
class Sheet
|
500
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
-
|
502
|
-
include Google::Apis::Core::JsonObjectSupport
|
503
|
-
end
|
504
|
-
|
505
|
-
class BatchUpdateSpreadsheetResponse
|
506
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
-
|
508
|
-
include Google::Apis::Core::JsonObjectSupport
|
509
|
-
end
|
510
|
-
|
511
|
-
class ExtendedValue
|
512
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
-
|
514
|
-
include Google::Apis::Core::JsonObjectSupport
|
515
|
-
end
|
516
|
-
|
517
|
-
class CutPasteRequest
|
518
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
-
|
520
|
-
include Google::Apis::Core::JsonObjectSupport
|
521
|
-
end
|
522
|
-
|
523
|
-
class GradientRule
|
524
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
-
|
526
|
-
include Google::Apis::Core::JsonObjectSupport
|
527
|
-
end
|
528
|
-
|
529
|
-
class AutoFillRequest
|
530
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
-
|
532
|
-
include Google::Apis::Core::JsonObjectSupport
|
533
|
-
end
|
534
|
-
|
535
|
-
class UpdateSheetPropertiesRequest
|
536
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
-
|
538
|
-
include Google::Apis::Core::JsonObjectSupport
|
539
|
-
end
|
540
|
-
|
541
|
-
class AppendDimensionRequest
|
542
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
-
|
544
|
-
include Google::Apis::Core::JsonObjectSupport
|
545
|
-
end
|
546
|
-
|
547
|
-
class BooleanRule
|
548
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
-
|
550
|
-
include Google::Apis::Core::JsonObjectSupport
|
551
|
-
end
|
552
|
-
|
553
|
-
class AddFilterViewRequest
|
554
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
|
-
|
556
|
-
include Google::Apis::Core::JsonObjectSupport
|
557
|
-
end
|
558
|
-
|
559
|
-
class GridProperties
|
560
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
-
|
562
|
-
include Google::Apis::Core::JsonObjectSupport
|
563
|
-
end
|
564
|
-
|
565
|
-
class Empty
|
566
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
-
|
568
|
-
include Google::Apis::Core::JsonObjectSupport
|
569
|
-
end
|
570
|
-
|
571
|
-
class DeleteNamedRangeRequest
|
572
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
-
|
574
|
-
include Google::Apis::Core::JsonObjectSupport
|
575
|
-
end
|
576
|
-
|
577
|
-
class SetDataValidationRequest
|
578
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
-
|
580
|
-
include Google::Apis::Core::JsonObjectSupport
|
581
|
-
end
|
582
|
-
|
583
|
-
class BatchGetValuesResponse
|
584
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
-
|
586
|
-
include Google::Apis::Core::JsonObjectSupport
|
587
|
-
end
|
588
|
-
|
589
|
-
class Request
|
590
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
|
-
|
592
|
-
include Google::Apis::Core::JsonObjectSupport
|
593
|
-
end
|
594
|
-
|
595
|
-
class InsertDimensionRequest
|
596
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
-
|
598
|
-
include Google::Apis::Core::JsonObjectSupport
|
599
|
-
end
|
600
|
-
|
601
|
-
class DeleteEmbeddedObjectRequest
|
602
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
|
-
|
604
|
-
include Google::Apis::Core::JsonObjectSupport
|
605
|
-
end
|
606
|
-
|
607
|
-
class DeleteConditionalFormatRuleResponse
|
608
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
|
-
|
610
|
-
include Google::Apis::Core::JsonObjectSupport
|
611
|
-
end
|
612
|
-
|
613
|
-
class MoveEmbeddedObjectToSheetResponse
|
614
|
-
# @private
|
615
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
616
|
-
property :properties, as: 'properties', class: Google::Apis::SheetsV1::SheetProperties, decorator: Google::Apis::SheetsV1::SheetProperties::Representation
|
617
|
-
|
618
|
-
end
|
619
|
-
end
|
620
|
-
|
621
|
-
class AddNamedRangeResponse
|
622
|
-
# @private
|
623
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
624
|
-
property :named_range, as: 'namedRange', class: Google::Apis::SheetsV1::NamedRange, decorator: Google::Apis::SheetsV1::NamedRange::Representation
|
625
|
-
|
626
|
-
end
|
627
|
-
end
|
628
|
-
|
629
|
-
class UpdateProtectedRangeRequest
|
630
|
-
# @private
|
631
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
632
|
-
property :protected_range, as: 'protectedRange', class: Google::Apis::SheetsV1::ProtectedRange, decorator: Google::Apis::SheetsV1::ProtectedRange::Representation
|
633
|
-
|
634
|
-
property :fields, as: 'fields'
|
635
|
-
end
|
636
|
-
end
|
637
|
-
|
638
|
-
class Padding
|
639
|
-
# @private
|
640
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
641
|
-
property :left, as: 'left'
|
642
|
-
property :right, as: 'right'
|
643
|
-
property :top, as: 'top'
|
644
|
-
property :bottom, as: 'bottom'
|
645
|
-
end
|
646
|
-
end
|
647
|
-
|
648
|
-
class MergeCellsRequest
|
649
|
-
# @private
|
650
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
651
|
-
property :merge_type, as: 'mergeType'
|
652
|
-
property :range, as: 'range', class: Google::Apis::SheetsV1::GridRange, decorator: Google::Apis::SheetsV1::GridRange::Representation
|
653
|
-
|
654
|
-
end
|
655
|
-
end
|
656
|
-
|
657
|
-
class AddSheetResponse
|
658
|
-
# @private
|
659
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
660
|
-
property :properties, as: 'properties', class: Google::Apis::SheetsV1::SheetProperties, decorator: Google::Apis::SheetsV1::SheetProperties::Representation
|
661
|
-
|
662
|
-
end
|
663
|
-
end
|
664
|
-
|
665
|
-
class UpdateConditionalFormatRuleRequest
|
666
|
-
# @private
|
667
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
668
|
-
property :sheet_id, as: 'sheetId'
|
669
|
-
property :index, as: 'index'
|
670
|
-
property :rule, as: 'rule', class: Google::Apis::SheetsV1::ConditionalFormatRule, decorator: Google::Apis::SheetsV1::ConditionalFormatRule::Representation
|
671
|
-
|
672
|
-
property :new_index, as: 'newIndex'
|
673
|
-
end
|
674
|
-
end
|
675
|
-
|
676
|
-
class TextFormat
|
677
|
-
# @private
|
678
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
679
|
-
property :bold, as: 'bold'
|
680
|
-
property :italic, as: 'italic'
|
681
|
-
property :foreground_color, as: 'foregroundColor', class: Google::Apis::SheetsV1::Color, decorator: Google::Apis::SheetsV1::Color::Representation
|
682
|
-
|
683
|
-
property :font_family, as: 'fontFamily'
|
684
|
-
property :strikethrough, as: 'strikethrough'
|
685
|
-
property :font_size, as: 'fontSize'
|
686
|
-
property :underline, as: 'underline'
|
687
|
-
end
|
688
|
-
end
|
689
|
-
|
690
|
-
class GridCoordinate
|
691
|
-
# @private
|
692
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
693
|
-
property :sheet_id, as: 'sheetId'
|
694
|
-
property :row_index, as: 'rowIndex'
|
695
|
-
property :column_index, as: 'columnIndex'
|
696
|
-
end
|
697
|
-
end
|
698
|
-
|
699
|
-
class DeleteFilterViewRequest
|
700
|
-
# @private
|
701
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
702
|
-
property :filter_id, as: 'filterId'
|
703
|
-
end
|
704
|
-
end
|
705
|
-
|
706
|
-
class UpdateNamedRangeRequest
|
707
|
-
# @private
|
708
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
709
|
-
property :fields, as: 'fields'
|
710
|
-
property :named_range, as: 'namedRange', class: Google::Apis::SheetsV1::NamedRange, decorator: Google::Apis::SheetsV1::NamedRange::Representation
|
711
|
-
|
712
|
-
end
|
713
|
-
end
|
714
|
-
|
715
|
-
class SpreadsheetProperties
|
716
|
-
# @private
|
717
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
718
|
-
property :time_zone, as: 'timeZone'
|
719
|
-
property :auto_recalc, as: 'autoRecalc'
|
720
|
-
property :locale, as: 'locale'
|
721
|
-
property :title, as: 'title'
|
722
|
-
property :default_format, as: 'defaultFormat', class: Google::Apis::SheetsV1::CellFormat, decorator: Google::Apis::SheetsV1::CellFormat::Representation
|
723
|
-
|
724
|
-
end
|
725
|
-
end
|
726
|
-
|
727
|
-
class CellData
|
728
|
-
# @private
|
729
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
730
|
-
property :hyperlink, as: 'hyperlink'
|
731
|
-
property :effective_format, as: 'effectiveFormat', class: Google::Apis::SheetsV1::CellFormat, decorator: Google::Apis::SheetsV1::CellFormat::Representation
|
732
|
-
|
733
|
-
property :note, as: 'note'
|
734
|
-
property :formatted_value, as: 'formattedValue'
|
735
|
-
property :data_validation, as: 'dataValidation', class: Google::Apis::SheetsV1::DataValidationRule, decorator: Google::Apis::SheetsV1::DataValidationRule::Representation
|
736
|
-
|
737
|
-
property :user_entered_value, as: 'userEnteredValue', class: Google::Apis::SheetsV1::ExtendedValue, decorator: Google::Apis::SheetsV1::ExtendedValue::Representation
|
738
|
-
|
739
|
-
property :user_entered_format, as: 'userEnteredFormat', class: Google::Apis::SheetsV1::CellFormat, decorator: Google::Apis::SheetsV1::CellFormat::Representation
|
740
|
-
|
741
|
-
collection :text_format_runs, as: 'textFormatRuns', class: Google::Apis::SheetsV1::TextFormatRun, decorator: Google::Apis::SheetsV1::TextFormatRun::Representation
|
742
|
-
|
743
|
-
property :effective_value, as: 'effectiveValue', class: Google::Apis::SheetsV1::ExtendedValue, decorator: Google::Apis::SheetsV1::ExtendedValue::Representation
|
744
|
-
|
745
|
-
end
|
746
|
-
end
|
747
|
-
|
748
|
-
class UnmergeCellsRequest
|
749
|
-
# @private
|
750
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
751
|
-
property :range, as: 'range', class: Google::Apis::SheetsV1::GridRange, decorator: Google::Apis::SheetsV1::GridRange::Representation
|
752
|
-
|
753
|
-
end
|
754
|
-
end
|
755
|
-
|
756
|
-
class TextToColumnsRequest
|
757
|
-
# @private
|
758
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
759
|
-
property :delimiter_type, as: 'delimiterType'
|
760
|
-
property :delimiter, as: 'delimiter'
|
761
|
-
property :source, as: 'source', class: Google::Apis::SheetsV1::GridRange, decorator: Google::Apis::SheetsV1::GridRange::Representation
|
762
|
-
|
763
|
-
end
|
764
|
-
end
|
765
|
-
|
766
|
-
class AddProtectedRangeResponse
|
767
|
-
# @private
|
768
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
769
|
-
property :protected_range, as: 'protectedRange', class: Google::Apis::SheetsV1::ProtectedRange, decorator: Google::Apis::SheetsV1::ProtectedRange::Representation
|
770
|
-
|
771
|
-
end
|
772
|
-
end
|
773
|
-
|
774
|
-
class BooleanCondition
|
775
|
-
# @private
|
776
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
777
|
-
collection :values, as: 'values', class: Google::Apis::SheetsV1::ConditionValue, decorator: Google::Apis::SheetsV1::ConditionValue::Representation
|
778
|
-
|
779
|
-
property :type, as: 'type'
|
780
|
-
end
|
781
|
-
end
|
782
|
-
|
783
|
-
class DeleteProtectedRangeRequest
|
784
|
-
# @private
|
785
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
786
|
-
property :protected_range_id, as: 'protectedRangeId'
|
787
|
-
end
|
788
|
-
end
|
789
|
-
|
790
|
-
class DimensionRange
|
791
|
-
# @private
|
792
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
793
|
-
property :end_index, as: 'endIndex'
|
794
|
-
property :sheet_id, as: 'sheetId'
|
795
|
-
property :start_index, as: 'startIndex'
|
796
|
-
property :dimension, as: 'dimension'
|
797
|
-
end
|
798
|
-
end
|
799
|
-
|
800
|
-
class Response
|
801
|
-
# @private
|
802
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
803
|
-
property :add_filter_view, as: 'addFilterView', class: Google::Apis::SheetsV1::AddFilterViewResponse, decorator: Google::Apis::SheetsV1::AddFilterViewResponse::Representation
|
804
|
-
|
805
|
-
property :move_embedded_object_to_sheet, as: 'moveEmbeddedObjectToSheet', class: Google::Apis::SheetsV1::MoveEmbeddedObjectToSheetResponse, decorator: Google::Apis::SheetsV1::MoveEmbeddedObjectToSheetResponse::Representation
|
806
|
-
|
807
|
-
property :add_sheet, as: 'addSheet', class: Google::Apis::SheetsV1::AddSheetResponse, decorator: Google::Apis::SheetsV1::AddSheetResponse::Representation
|
808
|
-
|
809
|
-
property :find_replace, as: 'findReplace', class: Google::Apis::SheetsV1::FindReplaceResponse, decorator: Google::Apis::SheetsV1::FindReplaceResponse::Representation
|
810
|
-
|
811
|
-
property :add_protected_range, as: 'addProtectedRange', class: Google::Apis::SheetsV1::AddProtectedRangeResponse, decorator: Google::Apis::SheetsV1::AddProtectedRangeResponse::Representation
|
812
|
-
|
813
|
-
property :update_conditional_format_rule, as: 'updateConditionalFormatRule', class: Google::Apis::SheetsV1::UpdateConditionalFormatRuleResponse, decorator: Google::Apis::SheetsV1::UpdateConditionalFormatRuleResponse::Representation
|
814
|
-
|
815
|
-
property :delete_conditional_format_rule, as: 'deleteConditionalFormatRule', class: Google::Apis::SheetsV1::DeleteConditionalFormatRuleResponse, decorator: Google::Apis::SheetsV1::DeleteConditionalFormatRuleResponse::Representation
|
816
|
-
|
817
|
-
property :duplicate_sheet, as: 'duplicateSheet', class: Google::Apis::SheetsV1::DuplicateSheetResponse, decorator: Google::Apis::SheetsV1::DuplicateSheetResponse::Representation
|
818
|
-
|
819
|
-
property :duplicate_filter_view, as: 'duplicateFilterView', class: Google::Apis::SheetsV1::DuplicateFilterViewResponse, decorator: Google::Apis::SheetsV1::DuplicateFilterViewResponse::Representation
|
820
|
-
|
821
|
-
property :add_named_range, as: 'addNamedRange', class: Google::Apis::SheetsV1::AddNamedRangeResponse, decorator: Google::Apis::SheetsV1::AddNamedRangeResponse::Representation
|
822
|
-
|
823
|
-
end
|
824
|
-
end
|
825
|
-
|
826
|
-
class AddConditionalFormatRuleRequest
|
827
|
-
# @private
|
828
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
829
|
-
property :index, as: 'index'
|
830
|
-
property :rule, as: 'rule', class: Google::Apis::SheetsV1::ConditionalFormatRule, decorator: Google::Apis::SheetsV1::ConditionalFormatRule::Representation
|
831
|
-
|
832
|
-
end
|
833
|
-
end
|
834
|
-
|
835
|
-
class FilterView
|
836
|
-
# @private
|
837
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
838
|
-
property :title, as: 'title'
|
839
|
-
property :named_range_id, as: 'namedRangeId'
|
840
|
-
collection :sort_specs, as: 'sortSpecs', class: Google::Apis::SheetsV1::SortSpec, decorator: Google::Apis::SheetsV1::SortSpec::Representation
|
841
|
-
|
842
|
-
property :range, as: 'range', class: Google::Apis::SheetsV1::GridRange, decorator: Google::Apis::SheetsV1::GridRange::Representation
|
843
|
-
|
844
|
-
hash :criteria, as: 'criteria', class: Google::Apis::SheetsV1::FilterCriteria, decorator: Google::Apis::SheetsV1::FilterCriteria::Representation
|
845
|
-
|
846
|
-
property :filter_view_id, as: 'filterViewId'
|
847
|
-
end
|
848
|
-
end
|
849
|
-
|
850
|
-
class SortRangeRequest
|
851
|
-
# @private
|
852
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
853
|
-
collection :sort_specs, as: 'sortSpecs', class: Google::Apis::SheetsV1::SortSpec, decorator: Google::Apis::SheetsV1::SortSpec::Representation
|
854
|
-
|
855
|
-
property :range, as: 'range', class: Google::Apis::SheetsV1::GridRange, decorator: Google::Apis::SheetsV1::GridRange::Representation
|
856
|
-
|
857
|
-
end
|
858
|
-
end
|
859
|
-
|
860
|
-
class TextFormatRun
|
861
|
-
# @private
|
862
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
863
|
-
property :start_index, as: 'startIndex'
|
864
|
-
property :format, as: 'format', class: Google::Apis::SheetsV1::TextFormat, decorator: Google::Apis::SheetsV1::TextFormat::Representation
|
865
|
-
|
866
|
-
end
|
867
|
-
end
|
868
|
-
|
869
|
-
class UpdateFilterViewRequest
|
870
|
-
# @private
|
871
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
872
|
-
property :fields, as: 'fields'
|
873
|
-
property :filter, as: 'filter', class: Google::Apis::SheetsV1::FilterView, decorator: Google::Apis::SheetsV1::FilterView::Representation
|
874
|
-
|
875
|
-
end
|
876
|
-
end
|
877
|
-
|
878
|
-
class UpdateConditionalFormatRuleResponse
|
879
|
-
# @private
|
880
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
881
|
-
property :rule, as: 'rule', class: Google::Apis::SheetsV1::ConditionalFormatRule, decorator: Google::Apis::SheetsV1::ConditionalFormatRule::Representation
|
882
|
-
|
883
|
-
end
|
884
|
-
end
|
885
|
-
|
886
|
-
class FilterCriteria
|
887
|
-
# @private
|
888
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
889
|
-
property :condition, as: 'condition', class: Google::Apis::SheetsV1::BooleanCondition, decorator: Google::Apis::SheetsV1::BooleanCondition::Representation
|
890
|
-
|
891
|
-
collection :hidden_values, as: 'hiddenValues'
|
892
|
-
end
|
893
|
-
end
|
894
|
-
|
895
|
-
class DeleteDimensionRequest
|
896
|
-
# @private
|
897
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
898
|
-
property :range, as: 'range', class: Google::Apis::SheetsV1::DimensionRange, decorator: Google::Apis::SheetsV1::DimensionRange::Representation
|
899
|
-
|
900
|
-
end
|
901
|
-
end
|
902
|
-
|
903
|
-
class DataValidationRule
|
904
|
-
# @private
|
905
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
906
|
-
property :condition, as: 'condition', class: Google::Apis::SheetsV1::BooleanCondition, decorator: Google::Apis::SheetsV1::BooleanCondition::Representation
|
907
|
-
|
908
|
-
property :input_message, as: 'inputMessage'
|
909
|
-
property :show_custom_ui, as: 'showCustomUi'
|
910
|
-
property :strict, as: 'strict'
|
911
|
-
end
|
912
|
-
end
|
913
|
-
|
914
|
-
class UpdateSpreadsheetPropertiesRequest
|
915
|
-
# @private
|
916
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
917
|
-
property :fields, as: 'fields'
|
918
|
-
property :properties, as: 'properties', class: Google::Apis::SheetsV1::SpreadsheetProperties, decorator: Google::Apis::SheetsV1::SpreadsheetProperties::Representation
|
919
|
-
|
920
|
-
end
|
921
|
-
end
|
922
|
-
|
923
|
-
class BatchUpdateValuesRequest
|
924
|
-
# @private
|
925
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
926
|
-
collection :data, as: 'data', class: Google::Apis::SheetsV1::ValueRange, decorator: Google::Apis::SheetsV1::ValueRange::Representation
|
927
|
-
|
928
|
-
property :value_input_option, as: 'valueInputOption'
|
929
|
-
end
|
930
|
-
end
|
931
|
-
|
932
|
-
class ClearBasicFilterRequest
|
933
|
-
# @private
|
934
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
935
|
-
property :sheet_id, as: 'sheetId'
|
936
|
-
end
|
937
|
-
end
|
938
|
-
|
939
|
-
class ConditionalFormatRule
|
940
|
-
# @private
|
941
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
942
|
-
property :gradient_rule, as: 'gradientRule', class: Google::Apis::SheetsV1::GradientRule, decorator: Google::Apis::SheetsV1::GradientRule::Representation
|
943
|
-
|
944
|
-
property :boolean_rule, as: 'booleanRule', class: Google::Apis::SheetsV1::BooleanRule, decorator: Google::Apis::SheetsV1::BooleanRule::Representation
|
945
|
-
|
946
|
-
collection :ranges, as: 'ranges', class: Google::Apis::SheetsV1::GridRange, decorator: Google::Apis::SheetsV1::GridRange::Representation
|
947
|
-
|
948
|
-
end
|
949
|
-
end
|
950
|
-
|
951
|
-
class UpdateBordersRequest
|
952
|
-
# @private
|
953
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
954
|
-
property :right, as: 'right', class: Google::Apis::SheetsV1::Border, decorator: Google::Apis::SheetsV1::Border::Representation
|
955
|
-
|
956
|
-
property :inner_vertical, as: 'innerVertical', class: Google::Apis::SheetsV1::Border, decorator: Google::Apis::SheetsV1::Border::Representation
|
957
|
-
|
958
|
-
property :top, as: 'top', class: Google::Apis::SheetsV1::Border, decorator: Google::Apis::SheetsV1::Border::Representation
|
959
|
-
|
960
|
-
property :inner_horizontal, as: 'innerHorizontal', class: Google::Apis::SheetsV1::Border, decorator: Google::Apis::SheetsV1::Border::Representation
|
961
|
-
|
962
|
-
property :bottom, as: 'bottom', class: Google::Apis::SheetsV1::Border, decorator: Google::Apis::SheetsV1::Border::Representation
|
963
|
-
|
964
|
-
property :range, as: 'range', class: Google::Apis::SheetsV1::GridRange, decorator: Google::Apis::SheetsV1::GridRange::Representation
|
965
|
-
|
966
|
-
property :left, as: 'left', class: Google::Apis::SheetsV1::Border, decorator: Google::Apis::SheetsV1::Border::Representation
|
967
|
-
|
968
|
-
end
|
969
|
-
end
|
970
|
-
|
971
|
-
class Borders
|
972
|
-
# @private
|
973
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
974
|
-
property :right, as: 'right', class: Google::Apis::SheetsV1::Border, decorator: Google::Apis::SheetsV1::Border::Representation
|
975
|
-
|
976
|
-
property :left, as: 'left', class: Google::Apis::SheetsV1::Border, decorator: Google::Apis::SheetsV1::Border::Representation
|
977
|
-
|
978
|
-
property :top, as: 'top', class: Google::Apis::SheetsV1::Border, decorator: Google::Apis::SheetsV1::Border::Representation
|
979
|
-
|
980
|
-
property :bottom, as: 'bottom', class: Google::Apis::SheetsV1::Border, decorator: Google::Apis::SheetsV1::Border::Representation
|
981
|
-
|
982
|
-
end
|
983
|
-
end
|
984
|
-
|
985
|
-
class Color
|
986
|
-
# @private
|
987
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
988
|
-
property :green, as: 'green'
|
989
|
-
property :blue, as: 'blue'
|
990
|
-
property :red, as: 'red'
|
991
|
-
property :alpha, as: 'alpha'
|
992
|
-
end
|
993
|
-
end
|
994
|
-
|
995
|
-
class AddSheetRequest
|
996
|
-
# @private
|
997
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
998
|
-
property :properties, as: 'properties', class: Google::Apis::SheetsV1::SheetProperties, decorator: Google::Apis::SheetsV1::SheetProperties::Representation
|
999
|
-
|
1000
|
-
end
|
1001
|
-
end
|
1002
|
-
|
1003
|
-
class AddProtectedRangeRequest
|
1004
|
-
# @private
|
1005
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1006
|
-
property :protected_range, as: 'protectedRange', class: Google::Apis::SheetsV1::ProtectedRange, decorator: Google::Apis::SheetsV1::ProtectedRange::Representation
|
1007
|
-
|
1008
|
-
end
|
1009
|
-
end
|
1010
|
-
|
1011
|
-
class ValueRange
|
1012
|
-
# @private
|
1013
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1014
|
-
collection :values, as: 'values', :class => Array do
|
1015
|
-
include Representable::JSON::Collection
|
1016
|
-
items
|
1017
|
-
end
|
1018
|
-
|
1019
|
-
property :range, as: 'range'
|
1020
|
-
property :major_dimension, as: 'majorDimension'
|
1021
|
-
end
|
1022
|
-
end
|
1023
|
-
|
1024
|
-
class FindReplaceResponse
|
1025
|
-
# @private
|
1026
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1027
|
-
property :values_changed, as: 'valuesChanged'
|
1028
|
-
property :rows_changed, as: 'rowsChanged'
|
1029
|
-
property :occurrences_changed, as: 'occurrencesChanged'
|
1030
|
-
property :sheets_changed, as: 'sheetsChanged'
|
1031
|
-
property :formulas_changed, as: 'formulasChanged'
|
1032
|
-
end
|
1033
|
-
end
|
1034
|
-
|
1035
|
-
class CellFormat
|
1036
|
-
# @private
|
1037
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1038
|
-
property :horizontal_alignment, as: 'horizontalAlignment'
|
1039
|
-
property :hyperlink_display_type, as: 'hyperlinkDisplayType'
|
1040
|
-
property :borders, as: 'borders', class: Google::Apis::SheetsV1::Borders, decorator: Google::Apis::SheetsV1::Borders::Representation
|
1041
|
-
|
1042
|
-
property :text_direction, as: 'textDirection'
|
1043
|
-
property :text_format, as: 'textFormat', class: Google::Apis::SheetsV1::TextFormat, decorator: Google::Apis::SheetsV1::TextFormat::Representation
|
1044
|
-
|
1045
|
-
property :padding, as: 'padding', class: Google::Apis::SheetsV1::Padding, decorator: Google::Apis::SheetsV1::Padding::Representation
|
1046
|
-
|
1047
|
-
property :number_format, as: 'numberFormat', class: Google::Apis::SheetsV1::NumberFormat, decorator: Google::Apis::SheetsV1::NumberFormat::Representation
|
1048
|
-
|
1049
|
-
property :wrap_strategy, as: 'wrapStrategy'
|
1050
|
-
property :background_color, as: 'backgroundColor', class: Google::Apis::SheetsV1::Color, decorator: Google::Apis::SheetsV1::Color::Representation
|
1051
|
-
|
1052
|
-
property :vertical_alignment, as: 'verticalAlignment'
|
1053
|
-
end
|
1054
|
-
end
|
1055
|
-
|
1056
|
-
class MoveDimensionRequest
|
1057
|
-
# @private
|
1058
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1059
|
-
property :destination_index, as: 'destinationIndex'
|
1060
|
-
property :source, as: 'source', class: Google::Apis::SheetsV1::DimensionRange, decorator: Google::Apis::SheetsV1::DimensionRange::Representation
|
1061
|
-
|
1062
|
-
end
|
1063
|
-
end
|
1064
|
-
|
1065
|
-
class DimensionProperties
|
1066
|
-
# @private
|
1067
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1068
|
-
property :pixel_size, as: 'pixelSize'
|
1069
|
-
property :hidden_by_user, as: 'hiddenByUser'
|
1070
|
-
property :hidden_by_filter, as: 'hiddenByFilter'
|
1071
|
-
end
|
1072
|
-
end
|
1073
|
-
|
1074
|
-
class InterpolationPoint
|
1075
|
-
# @private
|
1076
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1077
|
-
property :value, as: 'value'
|
1078
|
-
property :color, as: 'color', class: Google::Apis::SheetsV1::Color, decorator: Google::Apis::SheetsV1::Color::Representation
|
1079
|
-
|
1080
|
-
property :type, as: 'type'
|
1081
|
-
end
|
1082
|
-
end
|
1083
|
-
|
1084
|
-
class ErrorValue
|
1085
|
-
# @private
|
1086
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1087
|
-
property :type, as: 'type'
|
1088
|
-
property :message, as: 'message'
|
1089
|
-
end
|
1090
|
-
end
|
1091
|
-
|
1092
|
-
class DuplicateFilterViewRequest
|
1093
|
-
# @private
|
1094
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1095
|
-
property :filter_id, as: 'filterId'
|
1096
|
-
end
|
1097
|
-
end
|
1098
|
-
|
1099
|
-
class BatchUpdateSpreadsheetRequest
|
1100
|
-
# @private
|
1101
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1102
|
-
collection :requests, as: 'requests', class: Google::Apis::SheetsV1::Request, decorator: Google::Apis::SheetsV1::Request::Representation
|
1103
|
-
|
1104
|
-
end
|
1105
|
-
end
|
1106
|
-
|
1107
|
-
class SheetProperties
|
1108
|
-
# @private
|
1109
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1110
|
-
property :title, as: 'title'
|
1111
|
-
property :index, as: 'index'
|
1112
|
-
property :hidden, as: 'hidden'
|
1113
|
-
property :grid_properties, as: 'gridProperties', class: Google::Apis::SheetsV1::GridProperties, decorator: Google::Apis::SheetsV1::GridProperties::Representation
|
1114
|
-
|
1115
|
-
property :sheet_id, as: 'sheetId'
|
1116
|
-
property :right_to_left, as: 'rightToLeft'
|
1117
|
-
property :tab_color, as: 'tabColor', class: Google::Apis::SheetsV1::Color, decorator: Google::Apis::SheetsV1::Color::Representation
|
1118
|
-
|
1119
|
-
property :sheet_type, as: 'sheetType'
|
1120
|
-
end
|
1121
|
-
end
|
1122
|
-
|
1123
|
-
class ProtectedRange
|
1124
|
-
# @private
|
1125
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1126
|
-
collection :unprotected_ranges, as: 'unprotectedRanges', class: Google::Apis::SheetsV1::GridRange, decorator: Google::Apis::SheetsV1::GridRange::Representation
|
1127
|
-
|
1128
|
-
property :description, as: 'description'
|
1129
|
-
property :named_range_id, as: 'namedRangeId'
|
1130
|
-
property :requesting_user_can_edit, as: 'requestingUserCanEdit'
|
1131
|
-
property :editors, as: 'editors', class: Google::Apis::SheetsV1::Editors, decorator: Google::Apis::SheetsV1::Editors::Representation
|
1132
|
-
|
1133
|
-
property :protected_range_id, as: 'protectedRangeId'
|
1134
|
-
property :warning_only, as: 'warningOnly'
|
1135
|
-
property :range, as: 'range', class: Google::Apis::SheetsV1::GridRange, decorator: Google::Apis::SheetsV1::GridRange::Representation
|
1136
|
-
|
1137
|
-
end
|
1138
|
-
end
|
1139
|
-
|
1140
|
-
class DeleteConditionalFormatRuleRequest
|
1141
|
-
# @private
|
1142
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1143
|
-
property :sheet_id, as: 'sheetId'
|
1144
|
-
property :index, as: 'index'
|
1145
|
-
end
|
1146
|
-
end
|
1147
|
-
|
1148
|
-
class SourceAndDestination
|
1149
|
-
# @private
|
1150
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1151
|
-
property :fill_length, as: 'fillLength'
|
1152
|
-
property :source, as: 'source', class: Google::Apis::SheetsV1::GridRange, decorator: Google::Apis::SheetsV1::GridRange::Representation
|
1153
|
-
|
1154
|
-
property :dimension, as: 'dimension'
|
1155
|
-
end
|
1156
|
-
end
|
1157
|
-
|
1158
|
-
class ConditionValue
|
1159
|
-
# @private
|
1160
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1161
|
-
property :relative_date, as: 'relativeDate'
|
1162
|
-
property :user_entered_value, as: 'userEnteredValue'
|
1163
|
-
end
|
1164
|
-
end
|
1165
|
-
|
1166
|
-
class PasteDataRequest
|
1167
|
-
# @private
|
1168
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1169
|
-
property :data, as: 'data'
|
1170
|
-
property :coordinate, as: 'coordinate', class: Google::Apis::SheetsV1::GridCoordinate, decorator: Google::Apis::SheetsV1::GridCoordinate::Representation
|
1171
|
-
|
1172
|
-
property :delimiter, as: 'delimiter'
|
1173
|
-
property :type, as: 'type'
|
1174
|
-
property :html, as: 'html'
|
1175
|
-
end
|
1176
|
-
end
|
1177
|
-
|
1178
|
-
class FindReplaceRequest
|
1179
|
-
# @private
|
1180
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1181
|
-
property :find, as: 'find'
|
1182
|
-
property :replacement, as: 'replacement'
|
1183
|
-
property :search_by_regex, as: 'searchByRegex'
|
1184
|
-
property :sheet_id, as: 'sheetId'
|
1185
|
-
property :all_sheets, as: 'allSheets'
|
1186
|
-
property :match_case, as: 'matchCase'
|
1187
|
-
property :include_formulas, as: 'includeFormulas'
|
1188
|
-
property :range, as: 'range', class: Google::Apis::SheetsV1::GridRange, decorator: Google::Apis::SheetsV1::GridRange::Representation
|
1189
|
-
|
1190
|
-
property :match_entire_cell, as: 'matchEntireCell'
|
1191
|
-
end
|
1192
|
-
end
|
1193
|
-
|
1194
|
-
class SortSpec
|
1195
|
-
# @private
|
1196
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1197
|
-
property :sort_order, as: 'sortOrder'
|
1198
|
-
property :dimension_index, as: 'dimensionIndex'
|
1199
|
-
end
|
1200
|
-
end
|
1201
|
-
|
1202
|
-
class CopySheetToAnotherSpreadsheetRequest
|
1203
|
-
# @private
|
1204
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1205
|
-
property :destination_spreadsheet_id, as: 'destinationSpreadsheetId'
|
1206
|
-
end
|
1207
|
-
end
|
1208
|
-
|
1209
|
-
class NumberFormat
|
1210
|
-
# @private
|
1211
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1212
|
-
property :pattern, as: 'pattern'
|
1213
|
-
property :type, as: 'type'
|
1214
|
-
end
|
1215
|
-
end
|
1216
|
-
|
1217
|
-
class UpdateDimensionPropertiesRequest
|
1218
|
-
# @private
|
1219
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1220
|
-
property :fields, as: 'fields'
|
1221
|
-
property :properties, as: 'properties', class: Google::Apis::SheetsV1::DimensionProperties, decorator: Google::Apis::SheetsV1::DimensionProperties::Representation
|
1222
|
-
|
1223
|
-
property :range, as: 'range', class: Google::Apis::SheetsV1::DimensionRange, decorator: Google::Apis::SheetsV1::DimensionRange::Representation
|
1224
|
-
|
1225
|
-
end
|
1226
|
-
end
|
1227
|
-
|
1228
|
-
class Editors
|
1229
|
-
# @private
|
1230
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1231
|
-
property :domain_users_can_edit, as: 'domainUsersCanEdit'
|
1232
|
-
collection :groups, as: 'groups'
|
1233
|
-
collection :users, as: 'users'
|
1234
|
-
end
|
1235
|
-
end
|
1236
|
-
|
1237
|
-
class Spreadsheet
|
1238
|
-
# @private
|
1239
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1240
|
-
property :spreadsheet_id, as: 'spreadsheetId'
|
1241
|
-
property :properties, as: 'properties', class: Google::Apis::SheetsV1::SpreadsheetProperties, decorator: Google::Apis::SheetsV1::SpreadsheetProperties::Representation
|
1242
|
-
|
1243
|
-
collection :named_ranges, as: 'namedRanges', class: Google::Apis::SheetsV1::NamedRange, decorator: Google::Apis::SheetsV1::NamedRange::Representation
|
1244
|
-
|
1245
|
-
collection :sheets, as: 'sheets', class: Google::Apis::SheetsV1::Sheet, decorator: Google::Apis::SheetsV1::Sheet::Representation
|
1246
|
-
|
1247
|
-
end
|
1248
|
-
end
|
1249
|
-
|
1250
|
-
class GridData
|
1251
|
-
# @private
|
1252
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1253
|
-
collection :column_metadata, as: 'columnMetadata', class: Google::Apis::SheetsV1::DimensionProperties, decorator: Google::Apis::SheetsV1::DimensionProperties::Representation
|
1254
|
-
|
1255
|
-
collection :row_data, as: 'rowData', class: Google::Apis::SheetsV1::RowData, decorator: Google::Apis::SheetsV1::RowData::Representation
|
1256
|
-
|
1257
|
-
collection :row_metadata, as: 'rowMetadata', class: Google::Apis::SheetsV1::DimensionProperties, decorator: Google::Apis::SheetsV1::DimensionProperties::Representation
|
1258
|
-
|
1259
|
-
property :start_row, as: 'startRow'
|
1260
|
-
property :start_column, as: 'startColumn'
|
1261
|
-
end
|
1262
|
-
end
|
1263
|
-
|
1264
|
-
class BasicFilter
|
1265
|
-
# @private
|
1266
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1267
|
-
hash :criteria, as: 'criteria', class: Google::Apis::SheetsV1::FilterCriteria, decorator: Google::Apis::SheetsV1::FilterCriteria::Representation
|
1268
|
-
|
1269
|
-
collection :sort_specs, as: 'sortSpecs', class: Google::Apis::SheetsV1::SortSpec, decorator: Google::Apis::SheetsV1::SortSpec::Representation
|
1270
|
-
|
1271
|
-
property :range, as: 'range', class: Google::Apis::SheetsV1::GridRange, decorator: Google::Apis::SheetsV1::GridRange::Representation
|
1272
|
-
|
1273
|
-
end
|
1274
|
-
end
|
1275
|
-
|
1276
|
-
class DuplicateSheetRequest
|
1277
|
-
# @private
|
1278
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1279
|
-
property :new_sheet_id, as: 'newSheetId'
|
1280
|
-
property :source_sheet_id, as: 'sourceSheetId'
|
1281
|
-
property :new_sheet_name, as: 'newSheetName'
|
1282
|
-
property :insert_sheet_index, as: 'insertSheetIndex'
|
1283
|
-
end
|
1284
|
-
end
|
1285
|
-
|
1286
|
-
class AddFilterViewResponse
|
1287
|
-
# @private
|
1288
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1289
|
-
property :filter, as: 'filter', class: Google::Apis::SheetsV1::FilterView, decorator: Google::Apis::SheetsV1::FilterView::Representation
|
1290
|
-
|
1291
|
-
end
|
1292
|
-
end
|
1293
|
-
|
1294
|
-
class DuplicateSheetResponse
|
1295
|
-
# @private
|
1296
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1297
|
-
property :properties, as: 'properties', class: Google::Apis::SheetsV1::SheetProperties, decorator: Google::Apis::SheetsV1::SheetProperties::Representation
|
1298
|
-
|
1299
|
-
end
|
1300
|
-
end
|
1301
|
-
|
1302
|
-
class Border
|
1303
|
-
# @private
|
1304
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1305
|
-
property :width, as: 'width'
|
1306
|
-
property :style, as: 'style'
|
1307
|
-
property :color, as: 'color', class: Google::Apis::SheetsV1::Color, decorator: Google::Apis::SheetsV1::Color::Representation
|
1308
|
-
|
1309
|
-
end
|
1310
|
-
end
|
1311
|
-
|
1312
|
-
class AddNamedRangeRequest
|
1313
|
-
# @private
|
1314
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1315
|
-
property :named_range, as: 'namedRange', class: Google::Apis::SheetsV1::NamedRange, decorator: Google::Apis::SheetsV1::NamedRange::Representation
|
1316
|
-
|
1317
|
-
end
|
1318
|
-
end
|
1319
|
-
|
1320
|
-
class AppendCellsRequest
|
1321
|
-
# @private
|
1322
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1323
|
-
property :sheet_id, as: 'sheetId'
|
1324
|
-
collection :rows, as: 'rows', class: Google::Apis::SheetsV1::RowData, decorator: Google::Apis::SheetsV1::RowData::Representation
|
1325
|
-
|
1326
|
-
property :cell_data_fields, as: 'cellDataFields'
|
1327
|
-
end
|
1328
|
-
end
|
1329
|
-
|
1330
|
-
class RowData
|
1331
|
-
# @private
|
1332
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1333
|
-
collection :values, as: 'values', class: Google::Apis::SheetsV1::CellData, decorator: Google::Apis::SheetsV1::CellData::Representation
|
1334
|
-
|
1335
|
-
end
|
1336
|
-
end
|
1337
|
-
|
1338
|
-
class RepeatCellRequest
|
1339
|
-
# @private
|
1340
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1341
|
-
property :fields, as: 'fields'
|
1342
|
-
property :cell, as: 'cell', class: Google::Apis::SheetsV1::CellData, decorator: Google::Apis::SheetsV1::CellData::Representation
|
1343
|
-
|
1344
|
-
property :range, as: 'range', class: Google::Apis::SheetsV1::GridRange, decorator: Google::Apis::SheetsV1::GridRange::Representation
|
1345
|
-
|
1346
|
-
end
|
1347
|
-
end
|
1348
|
-
|
1349
|
-
class NamedRange
|
1350
|
-
# @private
|
1351
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1352
|
-
property :range, as: 'range', class: Google::Apis::SheetsV1::GridRange, decorator: Google::Apis::SheetsV1::GridRange::Representation
|
1353
|
-
|
1354
|
-
property :named_range_id, as: 'namedRangeId'
|
1355
|
-
property :name, as: 'name'
|
1356
|
-
end
|
1357
|
-
end
|
1358
|
-
|
1359
|
-
class SetBasicFilterRequest
|
1360
|
-
# @private
|
1361
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1362
|
-
property :filter, as: 'filter', class: Google::Apis::SheetsV1::BasicFilter, decorator: Google::Apis::SheetsV1::BasicFilter::Representation
|
1363
|
-
|
1364
|
-
end
|
1365
|
-
end
|
1366
|
-
|
1367
|
-
class AutoResizeDimensionsRequest
|
1368
|
-
# @private
|
1369
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1370
|
-
property :dimensions, as: 'dimensions', class: Google::Apis::SheetsV1::DimensionRange, decorator: Google::Apis::SheetsV1::DimensionRange::Representation
|
1371
|
-
|
1372
|
-
end
|
1373
|
-
end
|
1374
|
-
|
1375
|
-
class DuplicateFilterViewResponse
|
1376
|
-
# @private
|
1377
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1378
|
-
property :filter, as: 'filter', class: Google::Apis::SheetsV1::FilterView, decorator: Google::Apis::SheetsV1::FilterView::Representation
|
1379
|
-
|
1380
|
-
end
|
1381
|
-
end
|
1382
|
-
|
1383
|
-
class GridRange
|
1384
|
-
# @private
|
1385
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1386
|
-
property :start_column_index, as: 'startColumnIndex'
|
1387
|
-
property :sheet_id, as: 'sheetId'
|
1388
|
-
property :end_column_index, as: 'endColumnIndex'
|
1389
|
-
property :end_row_index, as: 'endRowIndex'
|
1390
|
-
property :start_row_index, as: 'startRowIndex'
|
1391
|
-
end
|
1392
|
-
end
|
1393
|
-
|
1394
|
-
class DeleteSheetRequest
|
1395
|
-
# @private
|
1396
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1397
|
-
property :sheet_id, as: 'sheetId'
|
1398
|
-
end
|
1399
|
-
end
|
1400
|
-
|
1401
|
-
class MoveEmbeddedObjectToSheetRequest
|
1402
|
-
# @private
|
1403
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1404
|
-
property :new_sheet_id, as: 'newSheetId'
|
1405
|
-
property :object_id_prop, as: 'objectId'
|
1406
|
-
end
|
1407
|
-
end
|
1408
|
-
|
1409
|
-
class UpdateCellsRequest
|
1410
|
-
# @private
|
1411
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1412
|
-
collection :rows, as: 'rows', class: Google::Apis::SheetsV1::RowData, decorator: Google::Apis::SheetsV1::RowData::Representation
|
1413
|
-
|
1414
|
-
property :cell_data_fields, as: 'cellDataFields'
|
1415
|
-
property :range, as: 'range', class: Google::Apis::SheetsV1::GridRange, decorator: Google::Apis::SheetsV1::GridRange::Representation
|
1416
|
-
|
1417
|
-
property :start, as: 'start', class: Google::Apis::SheetsV1::GridCoordinate, decorator: Google::Apis::SheetsV1::GridCoordinate::Representation
|
1418
|
-
|
1419
|
-
end
|
1420
|
-
end
|
1421
|
-
|
1422
|
-
class CopyPasteRequest
|
1423
|
-
# @private
|
1424
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1425
|
-
property :paste_orientation, as: 'pasteOrientation'
|
1426
|
-
property :paste_type, as: 'pasteType'
|
1427
|
-
property :source, as: 'source', class: Google::Apis::SheetsV1::GridRange, decorator: Google::Apis::SheetsV1::GridRange::Representation
|
1428
|
-
|
1429
|
-
property :destination, as: 'destination', class: Google::Apis::SheetsV1::GridRange, decorator: Google::Apis::SheetsV1::GridRange::Representation
|
1430
|
-
|
1431
|
-
end
|
1432
|
-
end
|
1433
|
-
|
1434
|
-
class Sheet
|
1435
|
-
# @private
|
1436
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1437
|
-
property :properties, as: 'properties', class: Google::Apis::SheetsV1::SheetProperties, decorator: Google::Apis::SheetsV1::SheetProperties::Representation
|
1438
|
-
|
1439
|
-
collection :filter_views, as: 'filterViews', class: Google::Apis::SheetsV1::FilterView, decorator: Google::Apis::SheetsV1::FilterView::Representation
|
1440
|
-
|
1441
|
-
collection :conditional_formats, as: 'conditionalFormats', class: Google::Apis::SheetsV1::ConditionalFormatRule, decorator: Google::Apis::SheetsV1::ConditionalFormatRule::Representation
|
1442
|
-
|
1443
|
-
collection :protected_ranges, as: 'protectedRanges', class: Google::Apis::SheetsV1::ProtectedRange, decorator: Google::Apis::SheetsV1::ProtectedRange::Representation
|
1444
|
-
|
1445
|
-
property :basic_filter, as: 'basicFilter', class: Google::Apis::SheetsV1::BasicFilter, decorator: Google::Apis::SheetsV1::BasicFilter::Representation
|
1446
|
-
|
1447
|
-
collection :merges, as: 'merges', class: Google::Apis::SheetsV1::GridRange, decorator: Google::Apis::SheetsV1::GridRange::Representation
|
1448
|
-
|
1449
|
-
collection :data, as: 'data', class: Google::Apis::SheetsV1::GridData, decorator: Google::Apis::SheetsV1::GridData::Representation
|
1450
|
-
|
1451
|
-
end
|
1452
|
-
end
|
1453
|
-
|
1454
|
-
class BatchUpdateSpreadsheetResponse
|
1455
|
-
# @private
|
1456
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1457
|
-
property :spreadsheet_id, as: 'spreadsheetId'
|
1458
|
-
collection :replies, as: 'replies', class: Google::Apis::SheetsV1::Response, decorator: Google::Apis::SheetsV1::Response::Representation
|
1459
|
-
|
1460
|
-
end
|
1461
|
-
end
|
1462
|
-
|
1463
|
-
class ExtendedValue
|
1464
|
-
# @private
|
1465
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1466
|
-
property :error_value, as: 'errorValue', class: Google::Apis::SheetsV1::ErrorValue, decorator: Google::Apis::SheetsV1::ErrorValue::Representation
|
1467
|
-
|
1468
|
-
property :formula_value, as: 'formulaValue'
|
1469
|
-
property :bool_value, as: 'boolValue'
|
1470
|
-
property :string_value, as: 'stringValue'
|
1471
|
-
property :number_value, as: 'numberValue'
|
1472
|
-
end
|
1473
|
-
end
|
1474
|
-
|
1475
|
-
class CutPasteRequest
|
1476
|
-
# @private
|
1477
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1478
|
-
property :paste_type, as: 'pasteType'
|
1479
|
-
property :source, as: 'source', class: Google::Apis::SheetsV1::GridRange, decorator: Google::Apis::SheetsV1::GridRange::Representation
|
1480
|
-
|
1481
|
-
property :destination, as: 'destination', class: Google::Apis::SheetsV1::GridCoordinate, decorator: Google::Apis::SheetsV1::GridCoordinate::Representation
|
1482
|
-
|
1483
|
-
end
|
1484
|
-
end
|
1485
|
-
|
1486
|
-
class GradientRule
|
1487
|
-
# @private
|
1488
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1489
|
-
property :maxpoint, as: 'maxpoint', class: Google::Apis::SheetsV1::InterpolationPoint, decorator: Google::Apis::SheetsV1::InterpolationPoint::Representation
|
1490
|
-
|
1491
|
-
property :midpoint, as: 'midpoint', class: Google::Apis::SheetsV1::InterpolationPoint, decorator: Google::Apis::SheetsV1::InterpolationPoint::Representation
|
1492
|
-
|
1493
|
-
property :minpoint, as: 'minpoint', class: Google::Apis::SheetsV1::InterpolationPoint, decorator: Google::Apis::SheetsV1::InterpolationPoint::Representation
|
1494
|
-
|
1495
|
-
end
|
1496
|
-
end
|
1497
|
-
|
1498
|
-
class AutoFillRequest
|
1499
|
-
# @private
|
1500
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1501
|
-
property :use_alternate_series, as: 'useAlternateSeries'
|
1502
|
-
property :range, as: 'range', class: Google::Apis::SheetsV1::GridRange, decorator: Google::Apis::SheetsV1::GridRange::Representation
|
1503
|
-
|
1504
|
-
property :source_and_destination, as: 'sourceAndDestination', class: Google::Apis::SheetsV1::SourceAndDestination, decorator: Google::Apis::SheetsV1::SourceAndDestination::Representation
|
1505
|
-
|
1506
|
-
end
|
1507
|
-
end
|
1508
|
-
|
1509
|
-
class UpdateSheetPropertiesRequest
|
1510
|
-
# @private
|
1511
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1512
|
-
property :fields, as: 'fields'
|
1513
|
-
property :properties, as: 'properties', class: Google::Apis::SheetsV1::SheetProperties, decorator: Google::Apis::SheetsV1::SheetProperties::Representation
|
1514
|
-
|
1515
|
-
end
|
1516
|
-
end
|
1517
|
-
|
1518
|
-
class AppendDimensionRequest
|
1519
|
-
# @private
|
1520
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1521
|
-
property :sheet_id, as: 'sheetId'
|
1522
|
-
property :length, as: 'length'
|
1523
|
-
property :dimension, as: 'dimension'
|
1524
|
-
end
|
1525
|
-
end
|
1526
|
-
|
1527
|
-
class BooleanRule
|
1528
|
-
# @private
|
1529
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1530
|
-
property :condition, as: 'condition', class: Google::Apis::SheetsV1::BooleanCondition, decorator: Google::Apis::SheetsV1::BooleanCondition::Representation
|
1531
|
-
|
1532
|
-
property :format, as: 'format', class: Google::Apis::SheetsV1::CellFormat, decorator: Google::Apis::SheetsV1::CellFormat::Representation
|
1533
|
-
|
1534
|
-
end
|
1535
|
-
end
|
1536
|
-
|
1537
|
-
class AddFilterViewRequest
|
1538
|
-
# @private
|
1539
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1540
|
-
property :filter, as: 'filter', class: Google::Apis::SheetsV1::FilterView, decorator: Google::Apis::SheetsV1::FilterView::Representation
|
1541
|
-
|
1542
|
-
end
|
1543
|
-
end
|
1544
|
-
|
1545
|
-
class GridProperties
|
1546
|
-
# @private
|
1547
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1548
|
-
property :column_count, as: 'columnCount'
|
1549
|
-
property :row_count, as: 'rowCount'
|
1550
|
-
property :frozen_row_count, as: 'frozenRowCount'
|
1551
|
-
property :hide_gridlines, as: 'hideGridlines'
|
1552
|
-
property :frozen_column_count, as: 'frozenColumnCount'
|
1553
|
-
end
|
1554
|
-
end
|
1555
|
-
|
1556
|
-
class Empty
|
1557
|
-
# @private
|
1558
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1559
|
-
end
|
1560
|
-
end
|
1561
|
-
|
1562
|
-
class DeleteNamedRangeRequest
|
1563
|
-
# @private
|
1564
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1565
|
-
property :named_range_id, as: 'namedRangeId'
|
1566
|
-
end
|
1567
|
-
end
|
1568
|
-
|
1569
|
-
class SetDataValidationRequest
|
1570
|
-
# @private
|
1571
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1572
|
-
property :rule, as: 'rule', class: Google::Apis::SheetsV1::DataValidationRule, decorator: Google::Apis::SheetsV1::DataValidationRule::Representation
|
1573
|
-
|
1574
|
-
property :range, as: 'range', class: Google::Apis::SheetsV1::GridRange, decorator: Google::Apis::SheetsV1::GridRange::Representation
|
1575
|
-
|
1576
|
-
end
|
1577
|
-
end
|
1578
|
-
|
1579
|
-
class BatchGetValuesResponse
|
1580
|
-
# @private
|
1581
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1582
|
-
collection :value_ranges, as: 'valueRanges', class: Google::Apis::SheetsV1::ValueRange, decorator: Google::Apis::SheetsV1::ValueRange::Representation
|
1583
|
-
|
1584
|
-
property :spreadsheet_id, as: 'spreadsheetId'
|
1585
|
-
end
|
1586
|
-
end
|
1587
|
-
|
1588
|
-
class Request
|
1589
|
-
# @private
|
1590
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1591
|
-
property :delete_named_range, as: 'deleteNamedRange', class: Google::Apis::SheetsV1::DeleteNamedRangeRequest, decorator: Google::Apis::SheetsV1::DeleteNamedRangeRequest::Representation
|
1592
|
-
|
1593
|
-
property :update_named_range, as: 'updateNamedRange', class: Google::Apis::SheetsV1::UpdateNamedRangeRequest, decorator: Google::Apis::SheetsV1::UpdateNamedRangeRequest::Representation
|
1594
|
-
|
1595
|
-
property :add_filter_view, as: 'addFilterView', class: Google::Apis::SheetsV1::AddFilterViewRequest, decorator: Google::Apis::SheetsV1::AddFilterViewRequest::Representation
|
1596
|
-
|
1597
|
-
property :update_spreadsheet_properties, as: 'updateSpreadsheetProperties', class: Google::Apis::SheetsV1::UpdateSpreadsheetPropertiesRequest, decorator: Google::Apis::SheetsV1::UpdateSpreadsheetPropertiesRequest::Representation
|
1598
|
-
|
1599
|
-
property :append_dimension, as: 'appendDimension', class: Google::Apis::SheetsV1::AppendDimensionRequest, decorator: Google::Apis::SheetsV1::AppendDimensionRequest::Representation
|
1600
|
-
|
1601
|
-
property :move_embedded_object_to_sheet, as: 'moveEmbeddedObjectToSheet', class: Google::Apis::SheetsV1::MoveEmbeddedObjectToSheetRequest, decorator: Google::Apis::SheetsV1::MoveEmbeddedObjectToSheetRequest::Representation
|
1602
|
-
|
1603
|
-
property :unmerge_cells, as: 'unmergeCells', class: Google::Apis::SheetsV1::UnmergeCellsRequest, decorator: Google::Apis::SheetsV1::UnmergeCellsRequest::Representation
|
1604
|
-
|
1605
|
-
property :update_protected_range, as: 'updateProtectedRange', class: Google::Apis::SheetsV1::UpdateProtectedRangeRequest, decorator: Google::Apis::SheetsV1::UpdateProtectedRangeRequest::Representation
|
1606
|
-
|
1607
|
-
property :delete_filter_view, as: 'deleteFilterView', class: Google::Apis::SheetsV1::DeleteFilterViewRequest, decorator: Google::Apis::SheetsV1::DeleteFilterViewRequest::Representation
|
1608
|
-
|
1609
|
-
property :clear_basic_filter, as: 'clearBasicFilter', class: Google::Apis::SheetsV1::ClearBasicFilterRequest, decorator: Google::Apis::SheetsV1::ClearBasicFilterRequest::Representation
|
1610
|
-
|
1611
|
-
property :sort_range, as: 'sortRange', class: Google::Apis::SheetsV1::SortRangeRequest, decorator: Google::Apis::SheetsV1::SortRangeRequest::Representation
|
1612
|
-
|
1613
|
-
property :set_data_validation, as: 'setDataValidation', class: Google::Apis::SheetsV1::SetDataValidationRequest, decorator: Google::Apis::SheetsV1::SetDataValidationRequest::Representation
|
1614
|
-
|
1615
|
-
property :repeat_cell, as: 'repeatCell', class: Google::Apis::SheetsV1::RepeatCellRequest, decorator: Google::Apis::SheetsV1::RepeatCellRequest::Representation
|
1616
|
-
|
1617
|
-
property :update_cells, as: 'updateCells', class: Google::Apis::SheetsV1::UpdateCellsRequest, decorator: Google::Apis::SheetsV1::UpdateCellsRequest::Representation
|
1618
|
-
|
1619
|
-
property :update_filter_view, as: 'updateFilterView', class: Google::Apis::SheetsV1::UpdateFilterViewRequest, decorator: Google::Apis::SheetsV1::UpdateFilterViewRequest::Representation
|
1620
|
-
|
1621
|
-
property :add_sheet, as: 'addSheet', class: Google::Apis::SheetsV1::AddSheetRequest, decorator: Google::Apis::SheetsV1::AddSheetRequest::Representation
|
1622
|
-
|
1623
|
-
property :update_sheet_properties, as: 'updateSheetProperties', class: Google::Apis::SheetsV1::UpdateSheetPropertiesRequest, decorator: Google::Apis::SheetsV1::UpdateSheetPropertiesRequest::Representation
|
1624
|
-
|
1625
|
-
property :delete_sheet, as: 'deleteSheet', class: Google::Apis::SheetsV1::DeleteSheetRequest, decorator: Google::Apis::SheetsV1::DeleteSheetRequest::Representation
|
1626
|
-
|
1627
|
-
property :update_dimension_properties, as: 'updateDimensionProperties', class: Google::Apis::SheetsV1::UpdateDimensionPropertiesRequest, decorator: Google::Apis::SheetsV1::UpdateDimensionPropertiesRequest::Representation
|
1628
|
-
|
1629
|
-
property :delete_protected_range, as: 'deleteProtectedRange', class: Google::Apis::SheetsV1::DeleteProtectedRangeRequest, decorator: Google::Apis::SheetsV1::DeleteProtectedRangeRequest::Representation
|
1630
|
-
|
1631
|
-
property :add_protected_range, as: 'addProtectedRange', class: Google::Apis::SheetsV1::AddProtectedRangeRequest, decorator: Google::Apis::SheetsV1::AddProtectedRangeRequest::Representation
|
1632
|
-
|
1633
|
-
property :find_replace, as: 'findReplace', class: Google::Apis::SheetsV1::FindReplaceRequest, decorator: Google::Apis::SheetsV1::FindReplaceRequest::Representation
|
1634
|
-
|
1635
|
-
property :update_conditional_format_rule, as: 'updateConditionalFormatRule', class: Google::Apis::SheetsV1::UpdateConditionalFormatRuleRequest, decorator: Google::Apis::SheetsV1::UpdateConditionalFormatRuleRequest::Representation
|
1636
|
-
|
1637
|
-
property :set_basic_filter, as: 'setBasicFilter', class: Google::Apis::SheetsV1::SetBasicFilterRequest, decorator: Google::Apis::SheetsV1::SetBasicFilterRequest::Representation
|
1638
|
-
|
1639
|
-
property :merge_cells, as: 'mergeCells', class: Google::Apis::SheetsV1::MergeCellsRequest, decorator: Google::Apis::SheetsV1::MergeCellsRequest::Representation
|
1640
|
-
|
1641
|
-
property :delete_conditional_format_rule, as: 'deleteConditionalFormatRule', class: Google::Apis::SheetsV1::DeleteConditionalFormatRuleRequest, decorator: Google::Apis::SheetsV1::DeleteConditionalFormatRuleRequest::Representation
|
1642
|
-
|
1643
|
-
property :delete_dimension, as: 'deleteDimension', class: Google::Apis::SheetsV1::DeleteDimensionRequest, decorator: Google::Apis::SheetsV1::DeleteDimensionRequest::Representation
|
1644
|
-
|
1645
|
-
property :paste_data, as: 'pasteData', class: Google::Apis::SheetsV1::PasteDataRequest, decorator: Google::Apis::SheetsV1::PasteDataRequest::Representation
|
1646
|
-
|
1647
|
-
property :delete_embedded_object, as: 'deleteEmbeddedObject', class: Google::Apis::SheetsV1::DeleteEmbeddedObjectRequest, decorator: Google::Apis::SheetsV1::DeleteEmbeddedObjectRequest::Representation
|
1648
|
-
|
1649
|
-
property :add_conditional_format_rule, as: 'addConditionalFormatRule', class: Google::Apis::SheetsV1::AddConditionalFormatRuleRequest, decorator: Google::Apis::SheetsV1::AddConditionalFormatRuleRequest::Representation
|
1650
|
-
|
1651
|
-
property :update_borders, as: 'updateBorders', class: Google::Apis::SheetsV1::UpdateBordersRequest, decorator: Google::Apis::SheetsV1::UpdateBordersRequest::Representation
|
1652
|
-
|
1653
|
-
property :auto_resize_dimensions, as: 'autoResizeDimensions', class: Google::Apis::SheetsV1::AutoResizeDimensionsRequest, decorator: Google::Apis::SheetsV1::AutoResizeDimensionsRequest::Representation
|
1654
|
-
|
1655
|
-
property :duplicate_sheet, as: 'duplicateSheet', class: Google::Apis::SheetsV1::DuplicateSheetRequest, decorator: Google::Apis::SheetsV1::DuplicateSheetRequest::Representation
|
1656
|
-
|
1657
|
-
property :duplicate_filter_view, as: 'duplicateFilterView', class: Google::Apis::SheetsV1::DuplicateFilterViewRequest, decorator: Google::Apis::SheetsV1::DuplicateFilterViewRequest::Representation
|
1658
|
-
|
1659
|
-
property :cut_paste, as: 'cutPaste', class: Google::Apis::SheetsV1::CutPasteRequest, decorator: Google::Apis::SheetsV1::CutPasteRequest::Representation
|
1660
|
-
|
1661
|
-
property :append_cells, as: 'appendCells', class: Google::Apis::SheetsV1::AppendCellsRequest, decorator: Google::Apis::SheetsV1::AppendCellsRequest::Representation
|
1662
|
-
|
1663
|
-
property :auto_fill, as: 'autoFill', class: Google::Apis::SheetsV1::AutoFillRequest, decorator: Google::Apis::SheetsV1::AutoFillRequest::Representation
|
1664
|
-
|
1665
|
-
property :add_named_range, as: 'addNamedRange', class: Google::Apis::SheetsV1::AddNamedRangeRequest, decorator: Google::Apis::SheetsV1::AddNamedRangeRequest::Representation
|
1666
|
-
|
1667
|
-
property :text_to_columns, as: 'textToColumns', class: Google::Apis::SheetsV1::TextToColumnsRequest, decorator: Google::Apis::SheetsV1::TextToColumnsRequest::Representation
|
1668
|
-
|
1669
|
-
property :move_dimension, as: 'moveDimension', class: Google::Apis::SheetsV1::MoveDimensionRequest, decorator: Google::Apis::SheetsV1::MoveDimensionRequest::Representation
|
1670
|
-
|
1671
|
-
property :insert_dimension, as: 'insertDimension', class: Google::Apis::SheetsV1::InsertDimensionRequest, decorator: Google::Apis::SheetsV1::InsertDimensionRequest::Representation
|
1672
|
-
|
1673
|
-
property :copy_paste, as: 'copyPaste', class: Google::Apis::SheetsV1::CopyPasteRequest, decorator: Google::Apis::SheetsV1::CopyPasteRequest::Representation
|
1674
|
-
|
1675
|
-
end
|
1676
|
-
end
|
1677
|
-
|
1678
|
-
class InsertDimensionRequest
|
1679
|
-
# @private
|
1680
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1681
|
-
property :inherit_from_before, as: 'inheritFromBefore'
|
1682
|
-
property :range, as: 'range', class: Google::Apis::SheetsV1::DimensionRange, decorator: Google::Apis::SheetsV1::DimensionRange::Representation
|
1683
|
-
|
1684
|
-
end
|
1685
|
-
end
|
1686
|
-
|
1687
|
-
class DeleteEmbeddedObjectRequest
|
1688
|
-
# @private
|
1689
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1690
|
-
property :object_id_prop, as: 'objectId'
|
1691
|
-
end
|
1692
|
-
end
|
1693
|
-
|
1694
|
-
class DeleteConditionalFormatRuleResponse
|
1695
|
-
# @private
|
1696
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1697
|
-
property :deleted, as: 'deleted', class: Google::Apis::SheetsV1::ConditionalFormatRule, decorator: Google::Apis::SheetsV1::ConditionalFormatRule::Representation
|
1698
|
-
|
1699
|
-
end
|
1700
|
-
end
|
1701
|
-
end
|
1702
|
-
end
|
1703
|
-
end
|