google-api-client 0.28.1 → 0.28.2
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/.kokoro/build.sh +1 -1
- data/CHANGELOG.md +28 -0
- data/generated/google/apis/adexchangebuyer2_v2beta1.rb +1 -1
- data/generated/google/apis/adexchangebuyer2_v2beta1/classes.rb +1 -1
- data/generated/google/apis/admin_reports_v1.rb +1 -1
- data/generated/google/apis/androidenterprise_v1.rb +1 -1
- data/generated/google/apis/androidenterprise_v1/classes.rb +9 -8
- data/generated/google/apis/androidenterprise_v1/service.rb +1 -1
- data/generated/google/apis/cloudasset_v1beta1.rb +1 -1
- data/generated/google/apis/cloudasset_v1beta1/service.rb +81 -6
- data/generated/google/apis/cloudbuild_v1alpha1.rb +1 -1
- data/generated/google/apis/cloudbuild_v1alpha1/classes.rb +3 -3
- data/generated/google/apis/cloudresourcemanager_v1.rb +1 -1
- data/generated/google/apis/cloudresourcemanager_v1/service.rb +3 -1
- data/generated/google/apis/cloudresourcemanager_v1beta1.rb +1 -1
- data/generated/google/apis/cloudresourcemanager_v1beta1/service.rb +3 -1
- data/generated/google/apis/cloudtasks_v2beta3.rb +1 -1
- data/generated/google/apis/cloudtasks_v2beta3/classes.rb +30 -0
- data/generated/google/apis/cloudtasks_v2beta3/representations.rb +1 -0
- data/generated/google/apis/dlp_v2.rb +1 -1
- data/generated/google/apis/dlp_v2/classes.rb +28 -0
- data/generated/google/apis/dlp_v2/representations.rb +15 -0
- data/generated/google/apis/dlp_v2/service.rb +23 -1
- data/generated/google/apis/docs_v1.rb +46 -0
- data/generated/google/apis/docs_v1/classes.rb +5383 -0
- data/generated/google/apis/docs_v1/representations.rb +2209 -0
- data/generated/google/apis/docs_v1/service.rb +176 -0
- data/generated/google/apis/file_v1.rb +1 -1
- data/generated/google/apis/file_v1/classes.rb +0 -193
- data/generated/google/apis/file_v1/representations.rb +0 -70
- data/generated/google/apis/file_v1/service.rb +0 -190
- data/generated/google/apis/iam_v1.rb +1 -1
- data/generated/google/apis/iam_v1/service.rb +8 -0
- data/generated/google/apis/jobs_v3/classes.rb +130 -3
- data/generated/google/apis/jobs_v3/representations.rb +47 -0
- data/generated/google/apis/jobs_v3/service.rb +40 -0
- data/generated/google/apis/ml_v1.rb +1 -1
- data/generated/google/apis/ml_v1/classes.rb +44 -0
- data/generated/google/apis/ml_v1/representations.rb +21 -0
- data/generated/google/apis/redis_v1.rb +1 -1
- data/generated/google/apis/redis_v1beta1.rb +1 -1
- data/generated/google/apis/redis_v1beta1/classes.rb +5 -4
- data/generated/google/apis/remotebuildexecution_v1.rb +1 -1
- data/generated/google/apis/remotebuildexecution_v1/classes.rb +3 -2
- data/generated/google/apis/remotebuildexecution_v1alpha.rb +1 -1
- data/generated/google/apis/remotebuildexecution_v1alpha/classes.rb +3 -2
- data/generated/google/apis/remotebuildexecution_v2.rb +1 -1
- data/generated/google/apis/remotebuildexecution_v2/classes.rb +3 -2
- data/generated/google/apis/storagetransfer_v1.rb +1 -1
- data/generated/google/apis/storagetransfer_v1/classes.rb +2 -0
- data/generated/google/apis/testing_v1.rb +1 -1
- data/generated/google/apis/videointelligence_v1p2beta1.rb +35 -0
- data/generated/google/apis/videointelligence_v1p2beta1/classes.rb +2872 -0
- data/generated/google/apis/videointelligence_v1p2beta1/representations.rb +1221 -0
- data/generated/google/apis/videointelligence_v1p2beta1/service.rb +93 -0
- data/generated/google/apis/vision_v1.rb +1 -1
- data/generated/google/apis/vision_v1/classes.rb +1 -1
- data/generated/google/apis/vision_v1p1beta1.rb +1 -1
- data/generated/google/apis/vision_v1p1beta1/classes.rb +1 -1
- data/generated/google/apis/vision_v1p2beta1.rb +1 -1
- data/generated/google/apis/vision_v1p2beta1/classes.rb +1 -1
- data/generated/google/apis/youtube_v3.rb +1 -1
- data/generated/google/apis/youtube_v3/classes.rb +100 -13
- data/generated/google/apis/youtube_v3/representations.rb +38 -1
- data/lib/google/apis/core/http_command.rb +9 -1
- data/lib/google/apis/version.rb +1 -1
- metadata +10 -3
- data/.travis.yml +0 -26
@@ -0,0 +1,2209 @@
|
|
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 DocsV1
|
24
|
+
|
25
|
+
class AutoText
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class Background
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class BackgroundSuggestionState
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class BatchUpdateDocumentRequest
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class BatchUpdateDocumentResponse
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class Body
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class Bullet
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class BulletSuggestionState
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class Color
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class ColumnBreak
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class CreateNamedRangeRequest
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class CreateNamedRangeResponse
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class CreateParagraphBulletsRequest
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class CropProperties
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class CropPropertiesSuggestionState
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class DeleteContentRangeRequest
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class DeleteNamedRangeRequest
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class DeleteParagraphBulletsRequest
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class DeletePositionedObjectRequest
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class DeleteTableColumnRequest
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class DeleteTableRowRequest
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class Dimension
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class Document
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class DocumentStyle
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class DocumentStyleSuggestionState
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class EmbeddedDrawingProperties
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class EmbeddedDrawingPropertiesSuggestionState
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class EmbeddedObject
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class EmbeddedObjectBorder
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class EmbeddedObjectBorderSuggestionState
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class EmbeddedObjectSuggestionState
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class EndOfSegmentLocation
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class Equation
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class Footer
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class Footnote
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class FootnoteReference
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class Header
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class HorizontalRule
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class ImageProperties
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class ImagePropertiesSuggestionState
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class InlineObject
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class InlineObjectElement
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class InlineObjectProperties
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class InlineObjectPropertiesSuggestionState
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class InsertInlineImageRequest
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class InsertInlineImageResponse
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class InsertInlineSheetsChartResponse
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class InsertTableRowRequest
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class InsertTextRequest
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class Link
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class LinkedContentReference
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class LinkedContentReferenceSuggestionState
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class List
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class ListProperties
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class ListPropertiesSuggestionState
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class Location
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class NamedRange
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
367
|
+
class NamedRanges
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
373
|
+
class NamedStyle
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
379
|
+
class NamedStyleSuggestionState
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
385
|
+
class NamedStyles
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
391
|
+
class NamedStylesSuggestionState
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
397
|
+
class NestingLevel
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
403
|
+
class NestingLevelSuggestionState
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class ObjectReferences
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class OptionalColor
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class PageBreak
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
class Paragraph
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class ParagraphBorder
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class ParagraphElement
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
445
|
+
class ParagraphStyle
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
451
|
+
class ParagraphStyleSuggestionState
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
457
|
+
class PositionedObject
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
463
|
+
class PositionedObjectPositioning
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
469
|
+
class PositionedObjectPositioningSuggestionState
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
475
|
+
class PositionedObjectProperties
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
481
|
+
class PositionedObjectPropertiesSuggestionState
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
487
|
+
class Range
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
493
|
+
class ReplaceAllTextRequest
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
499
|
+
class ReplaceAllTextResponse
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
505
|
+
class Request
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
511
|
+
class Response
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
517
|
+
class RgbColor
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
+
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
521
|
+
end
|
522
|
+
|
523
|
+
class SectionBreak
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
529
|
+
class SectionColumnProperties
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
535
|
+
class SectionStyle
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
541
|
+
class Shading
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
+
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
545
|
+
end
|
546
|
+
|
547
|
+
class ShadingSuggestionState
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
553
|
+
class SheetsChartReference
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
|
+
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
557
|
+
end
|
558
|
+
|
559
|
+
class SheetsChartReferenceSuggestionState
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
+
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
563
|
+
end
|
564
|
+
|
565
|
+
class Size
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
571
|
+
class SizeSuggestionState
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
577
|
+
class StructuralElement
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
583
|
+
class SubstringMatchCriteria
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
589
|
+
class SuggestedBullet
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
|
+
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
593
|
+
end
|
594
|
+
|
595
|
+
class SuggestedDocumentStyle
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
+
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
599
|
+
end
|
600
|
+
|
601
|
+
class SuggestedInlineObjectProperties
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
|
+
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
605
|
+
end
|
606
|
+
|
607
|
+
class SuggestedListProperties
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
|
+
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
611
|
+
end
|
612
|
+
|
613
|
+
class SuggestedNamedStyles
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
|
+
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
617
|
+
end
|
618
|
+
|
619
|
+
class SuggestedParagraphStyle
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
|
+
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
623
|
+
end
|
624
|
+
|
625
|
+
class SuggestedPositionedObjectProperties
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
|
+
|
628
|
+
include Google::Apis::Core::JsonObjectSupport
|
629
|
+
end
|
630
|
+
|
631
|
+
class SuggestedTableCellStyle
|
632
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
633
|
+
|
634
|
+
include Google::Apis::Core::JsonObjectSupport
|
635
|
+
end
|
636
|
+
|
637
|
+
class SuggestedTableRowStyle
|
638
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
639
|
+
|
640
|
+
include Google::Apis::Core::JsonObjectSupport
|
641
|
+
end
|
642
|
+
|
643
|
+
class SuggestedTextStyle
|
644
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
645
|
+
|
646
|
+
include Google::Apis::Core::JsonObjectSupport
|
647
|
+
end
|
648
|
+
|
649
|
+
class TabStop
|
650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
|
+
|
652
|
+
include Google::Apis::Core::JsonObjectSupport
|
653
|
+
end
|
654
|
+
|
655
|
+
class Table
|
656
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
657
|
+
|
658
|
+
include Google::Apis::Core::JsonObjectSupport
|
659
|
+
end
|
660
|
+
|
661
|
+
class TableCell
|
662
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
663
|
+
|
664
|
+
include Google::Apis::Core::JsonObjectSupport
|
665
|
+
end
|
666
|
+
|
667
|
+
class TableCellBorder
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
|
+
|
670
|
+
include Google::Apis::Core::JsonObjectSupport
|
671
|
+
end
|
672
|
+
|
673
|
+
class TableCellLocation
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
|
+
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
677
|
+
end
|
678
|
+
|
679
|
+
class TableCellStyle
|
680
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
|
+
|
682
|
+
include Google::Apis::Core::JsonObjectSupport
|
683
|
+
end
|
684
|
+
|
685
|
+
class TableCellStyleSuggestionState
|
686
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
|
+
|
688
|
+
include Google::Apis::Core::JsonObjectSupport
|
689
|
+
end
|
690
|
+
|
691
|
+
class TableColumnProperties
|
692
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
693
|
+
|
694
|
+
include Google::Apis::Core::JsonObjectSupport
|
695
|
+
end
|
696
|
+
|
697
|
+
class TableOfContents
|
698
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
699
|
+
|
700
|
+
include Google::Apis::Core::JsonObjectSupport
|
701
|
+
end
|
702
|
+
|
703
|
+
class TableRow
|
704
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
705
|
+
|
706
|
+
include Google::Apis::Core::JsonObjectSupport
|
707
|
+
end
|
708
|
+
|
709
|
+
class TableRowStyle
|
710
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
|
+
|
712
|
+
include Google::Apis::Core::JsonObjectSupport
|
713
|
+
end
|
714
|
+
|
715
|
+
class TableRowStyleSuggestionState
|
716
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
717
|
+
|
718
|
+
include Google::Apis::Core::JsonObjectSupport
|
719
|
+
end
|
720
|
+
|
721
|
+
class TableStyle
|
722
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
|
+
|
724
|
+
include Google::Apis::Core::JsonObjectSupport
|
725
|
+
end
|
726
|
+
|
727
|
+
class TextRun
|
728
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
|
+
|
730
|
+
include Google::Apis::Core::JsonObjectSupport
|
731
|
+
end
|
732
|
+
|
733
|
+
class TextStyle
|
734
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
735
|
+
|
736
|
+
include Google::Apis::Core::JsonObjectSupport
|
737
|
+
end
|
738
|
+
|
739
|
+
class TextStyleSuggestionState
|
740
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
741
|
+
|
742
|
+
include Google::Apis::Core::JsonObjectSupport
|
743
|
+
end
|
744
|
+
|
745
|
+
class UpdateParagraphStyleRequest
|
746
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
|
+
|
748
|
+
include Google::Apis::Core::JsonObjectSupport
|
749
|
+
end
|
750
|
+
|
751
|
+
class UpdateTextStyleRequest
|
752
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
753
|
+
|
754
|
+
include Google::Apis::Core::JsonObjectSupport
|
755
|
+
end
|
756
|
+
|
757
|
+
class WeightedFontFamily
|
758
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
759
|
+
|
760
|
+
include Google::Apis::Core::JsonObjectSupport
|
761
|
+
end
|
762
|
+
|
763
|
+
class WriteControl
|
764
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
765
|
+
|
766
|
+
include Google::Apis::Core::JsonObjectSupport
|
767
|
+
end
|
768
|
+
|
769
|
+
class AutoText
|
770
|
+
# @private
|
771
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
772
|
+
collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
|
773
|
+
collection :suggested_insertion_ids, as: 'suggestedInsertionIds'
|
774
|
+
hash :suggested_text_style_changes, as: 'suggestedTextStyleChanges', class: Google::Apis::DocsV1::SuggestedTextStyle, decorator: Google::Apis::DocsV1::SuggestedTextStyle::Representation
|
775
|
+
|
776
|
+
property :text_style, as: 'textStyle', class: Google::Apis::DocsV1::TextStyle, decorator: Google::Apis::DocsV1::TextStyle::Representation
|
777
|
+
|
778
|
+
property :type, as: 'type'
|
779
|
+
end
|
780
|
+
end
|
781
|
+
|
782
|
+
class Background
|
783
|
+
# @private
|
784
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
785
|
+
property :color, as: 'color', class: Google::Apis::DocsV1::OptionalColor, decorator: Google::Apis::DocsV1::OptionalColor::Representation
|
786
|
+
|
787
|
+
end
|
788
|
+
end
|
789
|
+
|
790
|
+
class BackgroundSuggestionState
|
791
|
+
# @private
|
792
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
793
|
+
property :background_color_suggested, as: 'backgroundColorSuggested'
|
794
|
+
end
|
795
|
+
end
|
796
|
+
|
797
|
+
class BatchUpdateDocumentRequest
|
798
|
+
# @private
|
799
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
800
|
+
collection :requests, as: 'requests', class: Google::Apis::DocsV1::Request, decorator: Google::Apis::DocsV1::Request::Representation
|
801
|
+
|
802
|
+
property :write_control, as: 'writeControl', class: Google::Apis::DocsV1::WriteControl, decorator: Google::Apis::DocsV1::WriteControl::Representation
|
803
|
+
|
804
|
+
end
|
805
|
+
end
|
806
|
+
|
807
|
+
class BatchUpdateDocumentResponse
|
808
|
+
# @private
|
809
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
810
|
+
property :document_id, as: 'documentId'
|
811
|
+
collection :replies, as: 'replies', class: Google::Apis::DocsV1::Response, decorator: Google::Apis::DocsV1::Response::Representation
|
812
|
+
|
813
|
+
property :write_control, as: 'writeControl', class: Google::Apis::DocsV1::WriteControl, decorator: Google::Apis::DocsV1::WriteControl::Representation
|
814
|
+
|
815
|
+
end
|
816
|
+
end
|
817
|
+
|
818
|
+
class Body
|
819
|
+
# @private
|
820
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
821
|
+
collection :content, as: 'content', class: Google::Apis::DocsV1::StructuralElement, decorator: Google::Apis::DocsV1::StructuralElement::Representation
|
822
|
+
|
823
|
+
end
|
824
|
+
end
|
825
|
+
|
826
|
+
class Bullet
|
827
|
+
# @private
|
828
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
829
|
+
property :list_id, as: 'listId'
|
830
|
+
property :nesting_level, as: 'nestingLevel'
|
831
|
+
property :text_style, as: 'textStyle', class: Google::Apis::DocsV1::TextStyle, decorator: Google::Apis::DocsV1::TextStyle::Representation
|
832
|
+
|
833
|
+
end
|
834
|
+
end
|
835
|
+
|
836
|
+
class BulletSuggestionState
|
837
|
+
# @private
|
838
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
839
|
+
property :list_id_suggested, as: 'listIdSuggested'
|
840
|
+
property :nesting_level_suggested, as: 'nestingLevelSuggested'
|
841
|
+
property :text_style_suggestion_state, as: 'textStyleSuggestionState', class: Google::Apis::DocsV1::TextStyleSuggestionState, decorator: Google::Apis::DocsV1::TextStyleSuggestionState::Representation
|
842
|
+
|
843
|
+
end
|
844
|
+
end
|
845
|
+
|
846
|
+
class Color
|
847
|
+
# @private
|
848
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
849
|
+
property :rgb_color, as: 'rgbColor', class: Google::Apis::DocsV1::RgbColor, decorator: Google::Apis::DocsV1::RgbColor::Representation
|
850
|
+
|
851
|
+
end
|
852
|
+
end
|
853
|
+
|
854
|
+
class ColumnBreak
|
855
|
+
# @private
|
856
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
857
|
+
collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
|
858
|
+
collection :suggested_insertion_ids, as: 'suggestedInsertionIds'
|
859
|
+
hash :suggested_text_style_changes, as: 'suggestedTextStyleChanges', class: Google::Apis::DocsV1::SuggestedTextStyle, decorator: Google::Apis::DocsV1::SuggestedTextStyle::Representation
|
860
|
+
|
861
|
+
property :text_style, as: 'textStyle', class: Google::Apis::DocsV1::TextStyle, decorator: Google::Apis::DocsV1::TextStyle::Representation
|
862
|
+
|
863
|
+
end
|
864
|
+
end
|
865
|
+
|
866
|
+
class CreateNamedRangeRequest
|
867
|
+
# @private
|
868
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
869
|
+
property :name, as: 'name'
|
870
|
+
property :range, as: 'range', class: Google::Apis::DocsV1::Range, decorator: Google::Apis::DocsV1::Range::Representation
|
871
|
+
|
872
|
+
end
|
873
|
+
end
|
874
|
+
|
875
|
+
class CreateNamedRangeResponse
|
876
|
+
# @private
|
877
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
878
|
+
property :named_range_id, as: 'namedRangeId'
|
879
|
+
end
|
880
|
+
end
|
881
|
+
|
882
|
+
class CreateParagraphBulletsRequest
|
883
|
+
# @private
|
884
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
885
|
+
property :bullet_preset, as: 'bulletPreset'
|
886
|
+
property :range, as: 'range', class: Google::Apis::DocsV1::Range, decorator: Google::Apis::DocsV1::Range::Representation
|
887
|
+
|
888
|
+
end
|
889
|
+
end
|
890
|
+
|
891
|
+
class CropProperties
|
892
|
+
# @private
|
893
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
894
|
+
property :angle, as: 'angle'
|
895
|
+
property :offset_bottom, as: 'offsetBottom'
|
896
|
+
property :offset_left, as: 'offsetLeft'
|
897
|
+
property :offset_right, as: 'offsetRight'
|
898
|
+
property :offset_top, as: 'offsetTop'
|
899
|
+
end
|
900
|
+
end
|
901
|
+
|
902
|
+
class CropPropertiesSuggestionState
|
903
|
+
# @private
|
904
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
905
|
+
property :angle_suggested, as: 'angleSuggested'
|
906
|
+
property :offset_bottom_suggested, as: 'offsetBottomSuggested'
|
907
|
+
property :offset_left_suggested, as: 'offsetLeftSuggested'
|
908
|
+
property :offset_right_suggested, as: 'offsetRightSuggested'
|
909
|
+
property :offset_top_suggested, as: 'offsetTopSuggested'
|
910
|
+
end
|
911
|
+
end
|
912
|
+
|
913
|
+
class DeleteContentRangeRequest
|
914
|
+
# @private
|
915
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
916
|
+
property :range, as: 'range', class: Google::Apis::DocsV1::Range, decorator: Google::Apis::DocsV1::Range::Representation
|
917
|
+
|
918
|
+
end
|
919
|
+
end
|
920
|
+
|
921
|
+
class DeleteNamedRangeRequest
|
922
|
+
# @private
|
923
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
924
|
+
property :name, as: 'name'
|
925
|
+
property :named_range_id, as: 'namedRangeId'
|
926
|
+
end
|
927
|
+
end
|
928
|
+
|
929
|
+
class DeleteParagraphBulletsRequest
|
930
|
+
# @private
|
931
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
932
|
+
property :range, as: 'range', class: Google::Apis::DocsV1::Range, decorator: Google::Apis::DocsV1::Range::Representation
|
933
|
+
|
934
|
+
end
|
935
|
+
end
|
936
|
+
|
937
|
+
class DeletePositionedObjectRequest
|
938
|
+
# @private
|
939
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
940
|
+
property :object_id_prop, as: 'objectId'
|
941
|
+
end
|
942
|
+
end
|
943
|
+
|
944
|
+
class DeleteTableColumnRequest
|
945
|
+
# @private
|
946
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
947
|
+
property :table_cell_location, as: 'tableCellLocation', class: Google::Apis::DocsV1::TableCellLocation, decorator: Google::Apis::DocsV1::TableCellLocation::Representation
|
948
|
+
|
949
|
+
end
|
950
|
+
end
|
951
|
+
|
952
|
+
class DeleteTableRowRequest
|
953
|
+
# @private
|
954
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
955
|
+
property :table_cell_location, as: 'tableCellLocation', class: Google::Apis::DocsV1::TableCellLocation, decorator: Google::Apis::DocsV1::TableCellLocation::Representation
|
956
|
+
|
957
|
+
end
|
958
|
+
end
|
959
|
+
|
960
|
+
class Dimension
|
961
|
+
# @private
|
962
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
963
|
+
property :magnitude, as: 'magnitude'
|
964
|
+
property :unit, as: 'unit'
|
965
|
+
end
|
966
|
+
end
|
967
|
+
|
968
|
+
class Document
|
969
|
+
# @private
|
970
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
971
|
+
property :body, as: 'body', class: Google::Apis::DocsV1::Body, decorator: Google::Apis::DocsV1::Body::Representation
|
972
|
+
|
973
|
+
property :document_id, as: 'documentId'
|
974
|
+
property :document_style, as: 'documentStyle', class: Google::Apis::DocsV1::DocumentStyle, decorator: Google::Apis::DocsV1::DocumentStyle::Representation
|
975
|
+
|
976
|
+
hash :footers, as: 'footers', class: Google::Apis::DocsV1::Footer, decorator: Google::Apis::DocsV1::Footer::Representation
|
977
|
+
|
978
|
+
hash :footnotes, as: 'footnotes', class: Google::Apis::DocsV1::Footnote, decorator: Google::Apis::DocsV1::Footnote::Representation
|
979
|
+
|
980
|
+
hash :headers, as: 'headers', class: Google::Apis::DocsV1::Header, decorator: Google::Apis::DocsV1::Header::Representation
|
981
|
+
|
982
|
+
hash :inline_objects, as: 'inlineObjects', class: Google::Apis::DocsV1::InlineObject, decorator: Google::Apis::DocsV1::InlineObject::Representation
|
983
|
+
|
984
|
+
hash :lists, as: 'lists', class: Google::Apis::DocsV1::List, decorator: Google::Apis::DocsV1::List::Representation
|
985
|
+
|
986
|
+
hash :named_ranges, as: 'namedRanges', class: Google::Apis::DocsV1::NamedRanges, decorator: Google::Apis::DocsV1::NamedRanges::Representation
|
987
|
+
|
988
|
+
property :named_styles, as: 'namedStyles', class: Google::Apis::DocsV1::NamedStyles, decorator: Google::Apis::DocsV1::NamedStyles::Representation
|
989
|
+
|
990
|
+
hash :positioned_objects, as: 'positionedObjects', class: Google::Apis::DocsV1::PositionedObject, decorator: Google::Apis::DocsV1::PositionedObject::Representation
|
991
|
+
|
992
|
+
property :revision_id, as: 'revisionId'
|
993
|
+
hash :suggested_document_style_changes, as: 'suggestedDocumentStyleChanges', class: Google::Apis::DocsV1::SuggestedDocumentStyle, decorator: Google::Apis::DocsV1::SuggestedDocumentStyle::Representation
|
994
|
+
|
995
|
+
hash :suggested_named_styles_changes, as: 'suggestedNamedStylesChanges', class: Google::Apis::DocsV1::SuggestedNamedStyles, decorator: Google::Apis::DocsV1::SuggestedNamedStyles::Representation
|
996
|
+
|
997
|
+
property :suggestions_view_mode, as: 'suggestionsViewMode'
|
998
|
+
property :title, as: 'title'
|
999
|
+
end
|
1000
|
+
end
|
1001
|
+
|
1002
|
+
class DocumentStyle
|
1003
|
+
# @private
|
1004
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1005
|
+
property :background, as: 'background', class: Google::Apis::DocsV1::Background, decorator: Google::Apis::DocsV1::Background::Representation
|
1006
|
+
|
1007
|
+
property :default_footer_id, as: 'defaultFooterId'
|
1008
|
+
property :default_header_id, as: 'defaultHeaderId'
|
1009
|
+
property :even_page_footer_id, as: 'evenPageFooterId'
|
1010
|
+
property :even_page_header_id, as: 'evenPageHeaderId'
|
1011
|
+
property :first_page_footer_id, as: 'firstPageFooterId'
|
1012
|
+
property :first_page_header_id, as: 'firstPageHeaderId'
|
1013
|
+
property :margin_bottom, as: 'marginBottom', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
1014
|
+
|
1015
|
+
property :margin_left, as: 'marginLeft', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
1016
|
+
|
1017
|
+
property :margin_right, as: 'marginRight', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
1018
|
+
|
1019
|
+
property :margin_top, as: 'marginTop', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
1020
|
+
|
1021
|
+
property :page_number_start, as: 'pageNumberStart'
|
1022
|
+
property :page_size, as: 'pageSize', class: Google::Apis::DocsV1::Size, decorator: Google::Apis::DocsV1::Size::Representation
|
1023
|
+
|
1024
|
+
property :use_even_page_header_footer, as: 'useEvenPageHeaderFooter'
|
1025
|
+
property :use_first_page_header_footer, as: 'useFirstPageHeaderFooter'
|
1026
|
+
end
|
1027
|
+
end
|
1028
|
+
|
1029
|
+
class DocumentStyleSuggestionState
|
1030
|
+
# @private
|
1031
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1032
|
+
property :background_suggestion_state, as: 'backgroundSuggestionState', class: Google::Apis::DocsV1::BackgroundSuggestionState, decorator: Google::Apis::DocsV1::BackgroundSuggestionState::Representation
|
1033
|
+
|
1034
|
+
property :default_footer_id_suggested, as: 'defaultFooterIdSuggested'
|
1035
|
+
property :default_header_id_suggested, as: 'defaultHeaderIdSuggested'
|
1036
|
+
property :even_page_footer_id_suggested, as: 'evenPageFooterIdSuggested'
|
1037
|
+
property :even_page_header_id_suggested, as: 'evenPageHeaderIdSuggested'
|
1038
|
+
property :first_page_footer_id_suggested, as: 'firstPageFooterIdSuggested'
|
1039
|
+
property :first_page_header_id_suggested, as: 'firstPageHeaderIdSuggested'
|
1040
|
+
property :margin_bottom_suggested, as: 'marginBottomSuggested'
|
1041
|
+
property :margin_left_suggested, as: 'marginLeftSuggested'
|
1042
|
+
property :margin_right_suggested, as: 'marginRightSuggested'
|
1043
|
+
property :margin_top_suggested, as: 'marginTopSuggested'
|
1044
|
+
property :page_number_start_suggested, as: 'pageNumberStartSuggested'
|
1045
|
+
property :page_size_suggestion_state, as: 'pageSizeSuggestionState', class: Google::Apis::DocsV1::SizeSuggestionState, decorator: Google::Apis::DocsV1::SizeSuggestionState::Representation
|
1046
|
+
|
1047
|
+
property :use_even_page_header_footer_suggested, as: 'useEvenPageHeaderFooterSuggested'
|
1048
|
+
property :use_first_page_header_footer_suggested, as: 'useFirstPageHeaderFooterSuggested'
|
1049
|
+
end
|
1050
|
+
end
|
1051
|
+
|
1052
|
+
class EmbeddedDrawingProperties
|
1053
|
+
# @private
|
1054
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1055
|
+
end
|
1056
|
+
end
|
1057
|
+
|
1058
|
+
class EmbeddedDrawingPropertiesSuggestionState
|
1059
|
+
# @private
|
1060
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1061
|
+
end
|
1062
|
+
end
|
1063
|
+
|
1064
|
+
class EmbeddedObject
|
1065
|
+
# @private
|
1066
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1067
|
+
property :description, as: 'description'
|
1068
|
+
property :embedded_drawing_properties, as: 'embeddedDrawingProperties', class: Google::Apis::DocsV1::EmbeddedDrawingProperties, decorator: Google::Apis::DocsV1::EmbeddedDrawingProperties::Representation
|
1069
|
+
|
1070
|
+
property :embedded_object_border, as: 'embeddedObjectBorder', class: Google::Apis::DocsV1::EmbeddedObjectBorder, decorator: Google::Apis::DocsV1::EmbeddedObjectBorder::Representation
|
1071
|
+
|
1072
|
+
property :image_properties, as: 'imageProperties', class: Google::Apis::DocsV1::ImageProperties, decorator: Google::Apis::DocsV1::ImageProperties::Representation
|
1073
|
+
|
1074
|
+
property :linked_content_reference, as: 'linkedContentReference', class: Google::Apis::DocsV1::LinkedContentReference, decorator: Google::Apis::DocsV1::LinkedContentReference::Representation
|
1075
|
+
|
1076
|
+
property :margin_bottom, as: 'marginBottom', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
1077
|
+
|
1078
|
+
property :margin_left, as: 'marginLeft', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
1079
|
+
|
1080
|
+
property :margin_right, as: 'marginRight', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
1081
|
+
|
1082
|
+
property :margin_top, as: 'marginTop', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
1083
|
+
|
1084
|
+
property :size, as: 'size', class: Google::Apis::DocsV1::Size, decorator: Google::Apis::DocsV1::Size::Representation
|
1085
|
+
|
1086
|
+
property :title, as: 'title'
|
1087
|
+
end
|
1088
|
+
end
|
1089
|
+
|
1090
|
+
class EmbeddedObjectBorder
|
1091
|
+
# @private
|
1092
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1093
|
+
property :color, as: 'color', class: Google::Apis::DocsV1::OptionalColor, decorator: Google::Apis::DocsV1::OptionalColor::Representation
|
1094
|
+
|
1095
|
+
property :dash_style, as: 'dashStyle'
|
1096
|
+
property :property_state, as: 'propertyState'
|
1097
|
+
property :width, as: 'width', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
1098
|
+
|
1099
|
+
end
|
1100
|
+
end
|
1101
|
+
|
1102
|
+
class EmbeddedObjectBorderSuggestionState
|
1103
|
+
# @private
|
1104
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1105
|
+
property :color_suggested, as: 'colorSuggested'
|
1106
|
+
property :dash_style_suggested, as: 'dashStyleSuggested'
|
1107
|
+
property :property_state_suggested, as: 'propertyStateSuggested'
|
1108
|
+
property :width_suggested, as: 'widthSuggested'
|
1109
|
+
end
|
1110
|
+
end
|
1111
|
+
|
1112
|
+
class EmbeddedObjectSuggestionState
|
1113
|
+
# @private
|
1114
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1115
|
+
property :description_suggested, as: 'descriptionSuggested'
|
1116
|
+
property :embedded_drawing_properties_suggestion_state, as: 'embeddedDrawingPropertiesSuggestionState', class: Google::Apis::DocsV1::EmbeddedDrawingPropertiesSuggestionState, decorator: Google::Apis::DocsV1::EmbeddedDrawingPropertiesSuggestionState::Representation
|
1117
|
+
|
1118
|
+
property :embedded_object_border_suggestion_state, as: 'embeddedObjectBorderSuggestionState', class: Google::Apis::DocsV1::EmbeddedObjectBorderSuggestionState, decorator: Google::Apis::DocsV1::EmbeddedObjectBorderSuggestionState::Representation
|
1119
|
+
|
1120
|
+
property :image_properties_suggestion_state, as: 'imagePropertiesSuggestionState', class: Google::Apis::DocsV1::ImagePropertiesSuggestionState, decorator: Google::Apis::DocsV1::ImagePropertiesSuggestionState::Representation
|
1121
|
+
|
1122
|
+
property :linked_content_reference_suggestion_state, as: 'linkedContentReferenceSuggestionState', class: Google::Apis::DocsV1::LinkedContentReferenceSuggestionState, decorator: Google::Apis::DocsV1::LinkedContentReferenceSuggestionState::Representation
|
1123
|
+
|
1124
|
+
property :margin_bottom_suggested, as: 'marginBottomSuggested'
|
1125
|
+
property :margin_left_suggested, as: 'marginLeftSuggested'
|
1126
|
+
property :margin_right_suggested, as: 'marginRightSuggested'
|
1127
|
+
property :margin_top_suggested, as: 'marginTopSuggested'
|
1128
|
+
property :size_suggestion_state, as: 'sizeSuggestionState', class: Google::Apis::DocsV1::SizeSuggestionState, decorator: Google::Apis::DocsV1::SizeSuggestionState::Representation
|
1129
|
+
|
1130
|
+
property :title_suggested, as: 'titleSuggested'
|
1131
|
+
end
|
1132
|
+
end
|
1133
|
+
|
1134
|
+
class EndOfSegmentLocation
|
1135
|
+
# @private
|
1136
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1137
|
+
property :segment_id, as: 'segmentId'
|
1138
|
+
end
|
1139
|
+
end
|
1140
|
+
|
1141
|
+
class Equation
|
1142
|
+
# @private
|
1143
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1144
|
+
collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
|
1145
|
+
collection :suggested_insertion_ids, as: 'suggestedInsertionIds'
|
1146
|
+
end
|
1147
|
+
end
|
1148
|
+
|
1149
|
+
class Footer
|
1150
|
+
# @private
|
1151
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1152
|
+
collection :content, as: 'content', class: Google::Apis::DocsV1::StructuralElement, decorator: Google::Apis::DocsV1::StructuralElement::Representation
|
1153
|
+
|
1154
|
+
property :footer_id, as: 'footerId'
|
1155
|
+
end
|
1156
|
+
end
|
1157
|
+
|
1158
|
+
class Footnote
|
1159
|
+
# @private
|
1160
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1161
|
+
collection :content, as: 'content', class: Google::Apis::DocsV1::StructuralElement, decorator: Google::Apis::DocsV1::StructuralElement::Representation
|
1162
|
+
|
1163
|
+
property :footnote_id, as: 'footnoteId'
|
1164
|
+
end
|
1165
|
+
end
|
1166
|
+
|
1167
|
+
class FootnoteReference
|
1168
|
+
# @private
|
1169
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1170
|
+
property :footnote_id, as: 'footnoteId'
|
1171
|
+
property :footnote_number, as: 'footnoteNumber'
|
1172
|
+
collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
|
1173
|
+
collection :suggested_insertion_ids, as: 'suggestedInsertionIds'
|
1174
|
+
hash :suggested_text_style_changes, as: 'suggestedTextStyleChanges', class: Google::Apis::DocsV1::SuggestedTextStyle, decorator: Google::Apis::DocsV1::SuggestedTextStyle::Representation
|
1175
|
+
|
1176
|
+
property :text_style, as: 'textStyle', class: Google::Apis::DocsV1::TextStyle, decorator: Google::Apis::DocsV1::TextStyle::Representation
|
1177
|
+
|
1178
|
+
end
|
1179
|
+
end
|
1180
|
+
|
1181
|
+
class Header
|
1182
|
+
# @private
|
1183
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1184
|
+
collection :content, as: 'content', class: Google::Apis::DocsV1::StructuralElement, decorator: Google::Apis::DocsV1::StructuralElement::Representation
|
1185
|
+
|
1186
|
+
property :header_id, as: 'headerId'
|
1187
|
+
end
|
1188
|
+
end
|
1189
|
+
|
1190
|
+
class HorizontalRule
|
1191
|
+
# @private
|
1192
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1193
|
+
collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
|
1194
|
+
collection :suggested_insertion_ids, as: 'suggestedInsertionIds'
|
1195
|
+
hash :suggested_text_style_changes, as: 'suggestedTextStyleChanges', class: Google::Apis::DocsV1::SuggestedTextStyle, decorator: Google::Apis::DocsV1::SuggestedTextStyle::Representation
|
1196
|
+
|
1197
|
+
property :text_style, as: 'textStyle', class: Google::Apis::DocsV1::TextStyle, decorator: Google::Apis::DocsV1::TextStyle::Representation
|
1198
|
+
|
1199
|
+
end
|
1200
|
+
end
|
1201
|
+
|
1202
|
+
class ImageProperties
|
1203
|
+
# @private
|
1204
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1205
|
+
property :angle, as: 'angle'
|
1206
|
+
property :brightness, as: 'brightness'
|
1207
|
+
property :content_uri, as: 'contentUri'
|
1208
|
+
property :contrast, as: 'contrast'
|
1209
|
+
property :crop_properties, as: 'cropProperties', class: Google::Apis::DocsV1::CropProperties, decorator: Google::Apis::DocsV1::CropProperties::Representation
|
1210
|
+
|
1211
|
+
property :source_uri, as: 'sourceUri'
|
1212
|
+
property :transparency, as: 'transparency'
|
1213
|
+
end
|
1214
|
+
end
|
1215
|
+
|
1216
|
+
class ImagePropertiesSuggestionState
|
1217
|
+
# @private
|
1218
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1219
|
+
property :angle_suggested, as: 'angleSuggested'
|
1220
|
+
property :brightness_suggested, as: 'brightnessSuggested'
|
1221
|
+
property :content_uri_suggested, as: 'contentUriSuggested'
|
1222
|
+
property :contrast_suggested, as: 'contrastSuggested'
|
1223
|
+
property :crop_properties_suggestion_state, as: 'cropPropertiesSuggestionState', class: Google::Apis::DocsV1::CropPropertiesSuggestionState, decorator: Google::Apis::DocsV1::CropPropertiesSuggestionState::Representation
|
1224
|
+
|
1225
|
+
property :source_uri_suggested, as: 'sourceUriSuggested'
|
1226
|
+
property :transparency_suggested, as: 'transparencySuggested'
|
1227
|
+
end
|
1228
|
+
end
|
1229
|
+
|
1230
|
+
class InlineObject
|
1231
|
+
# @private
|
1232
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1233
|
+
property :inline_object_properties, as: 'inlineObjectProperties', class: Google::Apis::DocsV1::InlineObjectProperties, decorator: Google::Apis::DocsV1::InlineObjectProperties::Representation
|
1234
|
+
|
1235
|
+
property :object_id_prop, as: 'objectId'
|
1236
|
+
collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
|
1237
|
+
hash :suggested_inline_object_properties_changes, as: 'suggestedInlineObjectPropertiesChanges', class: Google::Apis::DocsV1::SuggestedInlineObjectProperties, decorator: Google::Apis::DocsV1::SuggestedInlineObjectProperties::Representation
|
1238
|
+
|
1239
|
+
property :suggested_insertion_id, as: 'suggestedInsertionId'
|
1240
|
+
end
|
1241
|
+
end
|
1242
|
+
|
1243
|
+
class InlineObjectElement
|
1244
|
+
# @private
|
1245
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1246
|
+
property :inline_object_id, as: 'inlineObjectId'
|
1247
|
+
collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
|
1248
|
+
collection :suggested_insertion_ids, as: 'suggestedInsertionIds'
|
1249
|
+
hash :suggested_text_style_changes, as: 'suggestedTextStyleChanges', class: Google::Apis::DocsV1::SuggestedTextStyle, decorator: Google::Apis::DocsV1::SuggestedTextStyle::Representation
|
1250
|
+
|
1251
|
+
property :text_style, as: 'textStyle', class: Google::Apis::DocsV1::TextStyle, decorator: Google::Apis::DocsV1::TextStyle::Representation
|
1252
|
+
|
1253
|
+
end
|
1254
|
+
end
|
1255
|
+
|
1256
|
+
class InlineObjectProperties
|
1257
|
+
# @private
|
1258
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1259
|
+
property :embedded_object, as: 'embeddedObject', class: Google::Apis::DocsV1::EmbeddedObject, decorator: Google::Apis::DocsV1::EmbeddedObject::Representation
|
1260
|
+
|
1261
|
+
end
|
1262
|
+
end
|
1263
|
+
|
1264
|
+
class InlineObjectPropertiesSuggestionState
|
1265
|
+
# @private
|
1266
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1267
|
+
property :embedded_object_suggestion_state, as: 'embeddedObjectSuggestionState', class: Google::Apis::DocsV1::EmbeddedObjectSuggestionState, decorator: Google::Apis::DocsV1::EmbeddedObjectSuggestionState::Representation
|
1268
|
+
|
1269
|
+
end
|
1270
|
+
end
|
1271
|
+
|
1272
|
+
class InsertInlineImageRequest
|
1273
|
+
# @private
|
1274
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1275
|
+
property :end_of_segment_location, as: 'endOfSegmentLocation', class: Google::Apis::DocsV1::EndOfSegmentLocation, decorator: Google::Apis::DocsV1::EndOfSegmentLocation::Representation
|
1276
|
+
|
1277
|
+
property :location, as: 'location', class: Google::Apis::DocsV1::Location, decorator: Google::Apis::DocsV1::Location::Representation
|
1278
|
+
|
1279
|
+
property :object_size, as: 'objectSize', class: Google::Apis::DocsV1::Size, decorator: Google::Apis::DocsV1::Size::Representation
|
1280
|
+
|
1281
|
+
property :uri, as: 'uri'
|
1282
|
+
end
|
1283
|
+
end
|
1284
|
+
|
1285
|
+
class InsertInlineImageResponse
|
1286
|
+
# @private
|
1287
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1288
|
+
property :object_id_prop, as: 'objectId'
|
1289
|
+
end
|
1290
|
+
end
|
1291
|
+
|
1292
|
+
class InsertInlineSheetsChartResponse
|
1293
|
+
# @private
|
1294
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1295
|
+
property :object_id_prop, as: 'objectId'
|
1296
|
+
end
|
1297
|
+
end
|
1298
|
+
|
1299
|
+
class InsertTableRowRequest
|
1300
|
+
# @private
|
1301
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1302
|
+
property :insert_below, as: 'insertBelow'
|
1303
|
+
property :table_cell_location, as: 'tableCellLocation', class: Google::Apis::DocsV1::TableCellLocation, decorator: Google::Apis::DocsV1::TableCellLocation::Representation
|
1304
|
+
|
1305
|
+
end
|
1306
|
+
end
|
1307
|
+
|
1308
|
+
class InsertTextRequest
|
1309
|
+
# @private
|
1310
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1311
|
+
property :end_of_segment_location, as: 'endOfSegmentLocation', class: Google::Apis::DocsV1::EndOfSegmentLocation, decorator: Google::Apis::DocsV1::EndOfSegmentLocation::Representation
|
1312
|
+
|
1313
|
+
property :location, as: 'location', class: Google::Apis::DocsV1::Location, decorator: Google::Apis::DocsV1::Location::Representation
|
1314
|
+
|
1315
|
+
property :text, as: 'text'
|
1316
|
+
end
|
1317
|
+
end
|
1318
|
+
|
1319
|
+
class Link
|
1320
|
+
# @private
|
1321
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1322
|
+
property :bookmark_id, as: 'bookmarkId'
|
1323
|
+
property :heading_id, as: 'headingId'
|
1324
|
+
property :url, as: 'url'
|
1325
|
+
end
|
1326
|
+
end
|
1327
|
+
|
1328
|
+
class LinkedContentReference
|
1329
|
+
# @private
|
1330
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1331
|
+
property :sheets_chart_reference, as: 'sheetsChartReference', class: Google::Apis::DocsV1::SheetsChartReference, decorator: Google::Apis::DocsV1::SheetsChartReference::Representation
|
1332
|
+
|
1333
|
+
end
|
1334
|
+
end
|
1335
|
+
|
1336
|
+
class LinkedContentReferenceSuggestionState
|
1337
|
+
# @private
|
1338
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1339
|
+
property :sheets_chart_reference_suggestion_state, as: 'sheetsChartReferenceSuggestionState', class: Google::Apis::DocsV1::SheetsChartReferenceSuggestionState, decorator: Google::Apis::DocsV1::SheetsChartReferenceSuggestionState::Representation
|
1340
|
+
|
1341
|
+
end
|
1342
|
+
end
|
1343
|
+
|
1344
|
+
class List
|
1345
|
+
# @private
|
1346
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1347
|
+
property :list_properties, as: 'listProperties', class: Google::Apis::DocsV1::ListProperties, decorator: Google::Apis::DocsV1::ListProperties::Representation
|
1348
|
+
|
1349
|
+
collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
|
1350
|
+
property :suggested_insertion_id, as: 'suggestedInsertionId'
|
1351
|
+
hash :suggested_list_properties_changes, as: 'suggestedListPropertiesChanges', class: Google::Apis::DocsV1::SuggestedListProperties, decorator: Google::Apis::DocsV1::SuggestedListProperties::Representation
|
1352
|
+
|
1353
|
+
end
|
1354
|
+
end
|
1355
|
+
|
1356
|
+
class ListProperties
|
1357
|
+
# @private
|
1358
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1359
|
+
collection :nesting_levels, as: 'nestingLevels', class: Google::Apis::DocsV1::NestingLevel, decorator: Google::Apis::DocsV1::NestingLevel::Representation
|
1360
|
+
|
1361
|
+
end
|
1362
|
+
end
|
1363
|
+
|
1364
|
+
class ListPropertiesSuggestionState
|
1365
|
+
# @private
|
1366
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1367
|
+
collection :nesting_levels_suggestion_states, as: 'nestingLevelsSuggestionStates', class: Google::Apis::DocsV1::NestingLevelSuggestionState, decorator: Google::Apis::DocsV1::NestingLevelSuggestionState::Representation
|
1368
|
+
|
1369
|
+
end
|
1370
|
+
end
|
1371
|
+
|
1372
|
+
class Location
|
1373
|
+
# @private
|
1374
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1375
|
+
property :index, as: 'index'
|
1376
|
+
property :segment_id, as: 'segmentId'
|
1377
|
+
end
|
1378
|
+
end
|
1379
|
+
|
1380
|
+
class NamedRange
|
1381
|
+
# @private
|
1382
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1383
|
+
property :name, as: 'name'
|
1384
|
+
property :named_range_id, as: 'namedRangeId'
|
1385
|
+
collection :ranges, as: 'ranges', class: Google::Apis::DocsV1::Range, decorator: Google::Apis::DocsV1::Range::Representation
|
1386
|
+
|
1387
|
+
end
|
1388
|
+
end
|
1389
|
+
|
1390
|
+
class NamedRanges
|
1391
|
+
# @private
|
1392
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1393
|
+
property :name, as: 'name'
|
1394
|
+
collection :named_ranges, as: 'namedRanges', class: Google::Apis::DocsV1::NamedRange, decorator: Google::Apis::DocsV1::NamedRange::Representation
|
1395
|
+
|
1396
|
+
end
|
1397
|
+
end
|
1398
|
+
|
1399
|
+
class NamedStyle
|
1400
|
+
# @private
|
1401
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1402
|
+
property :named_style_type, as: 'namedStyleType'
|
1403
|
+
property :paragraph_style, as: 'paragraphStyle', class: Google::Apis::DocsV1::ParagraphStyle, decorator: Google::Apis::DocsV1::ParagraphStyle::Representation
|
1404
|
+
|
1405
|
+
property :text_style, as: 'textStyle', class: Google::Apis::DocsV1::TextStyle, decorator: Google::Apis::DocsV1::TextStyle::Representation
|
1406
|
+
|
1407
|
+
end
|
1408
|
+
end
|
1409
|
+
|
1410
|
+
class NamedStyleSuggestionState
|
1411
|
+
# @private
|
1412
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1413
|
+
property :named_style_type, as: 'namedStyleType'
|
1414
|
+
property :paragraph_style_suggestion_state, as: 'paragraphStyleSuggestionState', class: Google::Apis::DocsV1::ParagraphStyleSuggestionState, decorator: Google::Apis::DocsV1::ParagraphStyleSuggestionState::Representation
|
1415
|
+
|
1416
|
+
property :text_style_suggestion_state, as: 'textStyleSuggestionState', class: Google::Apis::DocsV1::TextStyleSuggestionState, decorator: Google::Apis::DocsV1::TextStyleSuggestionState::Representation
|
1417
|
+
|
1418
|
+
end
|
1419
|
+
end
|
1420
|
+
|
1421
|
+
class NamedStyles
|
1422
|
+
# @private
|
1423
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1424
|
+
collection :styles, as: 'styles', class: Google::Apis::DocsV1::NamedStyle, decorator: Google::Apis::DocsV1::NamedStyle::Representation
|
1425
|
+
|
1426
|
+
end
|
1427
|
+
end
|
1428
|
+
|
1429
|
+
class NamedStylesSuggestionState
|
1430
|
+
# @private
|
1431
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1432
|
+
collection :styles_suggestion_states, as: 'stylesSuggestionStates', class: Google::Apis::DocsV1::NamedStyleSuggestionState, decorator: Google::Apis::DocsV1::NamedStyleSuggestionState::Representation
|
1433
|
+
|
1434
|
+
end
|
1435
|
+
end
|
1436
|
+
|
1437
|
+
class NestingLevel
|
1438
|
+
# @private
|
1439
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1440
|
+
property :bullet_alignment, as: 'bulletAlignment'
|
1441
|
+
property :glyph_format, as: 'glyphFormat'
|
1442
|
+
property :glyph_symbol, as: 'glyphSymbol'
|
1443
|
+
property :glyph_type, as: 'glyphType'
|
1444
|
+
property :indent_first_line, as: 'indentFirstLine', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
1445
|
+
|
1446
|
+
property :indent_start, as: 'indentStart', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
1447
|
+
|
1448
|
+
property :start_number, as: 'startNumber'
|
1449
|
+
property :text_style, as: 'textStyle', class: Google::Apis::DocsV1::TextStyle, decorator: Google::Apis::DocsV1::TextStyle::Representation
|
1450
|
+
|
1451
|
+
end
|
1452
|
+
end
|
1453
|
+
|
1454
|
+
class NestingLevelSuggestionState
|
1455
|
+
# @private
|
1456
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1457
|
+
property :bullet_alignment_suggested, as: 'bulletAlignmentSuggested'
|
1458
|
+
property :glyph_format_suggested, as: 'glyphFormatSuggested'
|
1459
|
+
property :glyph_symbol_suggested, as: 'glyphSymbolSuggested'
|
1460
|
+
property :glyph_type_suggested, as: 'glyphTypeSuggested'
|
1461
|
+
property :indent_first_line_suggested, as: 'indentFirstLineSuggested'
|
1462
|
+
property :indent_start_suggested, as: 'indentStartSuggested'
|
1463
|
+
property :start_number_suggested, as: 'startNumberSuggested'
|
1464
|
+
property :text_style_suggestion_state, as: 'textStyleSuggestionState', class: Google::Apis::DocsV1::TextStyleSuggestionState, decorator: Google::Apis::DocsV1::TextStyleSuggestionState::Representation
|
1465
|
+
|
1466
|
+
end
|
1467
|
+
end
|
1468
|
+
|
1469
|
+
class ObjectReferences
|
1470
|
+
# @private
|
1471
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1472
|
+
collection :object_ids, as: 'objectIds'
|
1473
|
+
end
|
1474
|
+
end
|
1475
|
+
|
1476
|
+
class OptionalColor
|
1477
|
+
# @private
|
1478
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1479
|
+
property :color, as: 'color', class: Google::Apis::DocsV1::Color, decorator: Google::Apis::DocsV1::Color::Representation
|
1480
|
+
|
1481
|
+
end
|
1482
|
+
end
|
1483
|
+
|
1484
|
+
class PageBreak
|
1485
|
+
# @private
|
1486
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1487
|
+
collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
|
1488
|
+
collection :suggested_insertion_ids, as: 'suggestedInsertionIds'
|
1489
|
+
hash :suggested_text_style_changes, as: 'suggestedTextStyleChanges', class: Google::Apis::DocsV1::SuggestedTextStyle, decorator: Google::Apis::DocsV1::SuggestedTextStyle::Representation
|
1490
|
+
|
1491
|
+
property :text_style, as: 'textStyle', class: Google::Apis::DocsV1::TextStyle, decorator: Google::Apis::DocsV1::TextStyle::Representation
|
1492
|
+
|
1493
|
+
end
|
1494
|
+
end
|
1495
|
+
|
1496
|
+
class Paragraph
|
1497
|
+
# @private
|
1498
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1499
|
+
property :bullet, as: 'bullet', class: Google::Apis::DocsV1::Bullet, decorator: Google::Apis::DocsV1::Bullet::Representation
|
1500
|
+
|
1501
|
+
collection :elements, as: 'elements', class: Google::Apis::DocsV1::ParagraphElement, decorator: Google::Apis::DocsV1::ParagraphElement::Representation
|
1502
|
+
|
1503
|
+
property :paragraph_style, as: 'paragraphStyle', class: Google::Apis::DocsV1::ParagraphStyle, decorator: Google::Apis::DocsV1::ParagraphStyle::Representation
|
1504
|
+
|
1505
|
+
collection :positioned_object_ids, as: 'positionedObjectIds'
|
1506
|
+
hash :suggested_bullet_changes, as: 'suggestedBulletChanges', class: Google::Apis::DocsV1::SuggestedBullet, decorator: Google::Apis::DocsV1::SuggestedBullet::Representation
|
1507
|
+
|
1508
|
+
hash :suggested_paragraph_style_changes, as: 'suggestedParagraphStyleChanges', class: Google::Apis::DocsV1::SuggestedParagraphStyle, decorator: Google::Apis::DocsV1::SuggestedParagraphStyle::Representation
|
1509
|
+
|
1510
|
+
hash :suggested_positioned_object_ids, as: 'suggestedPositionedObjectIds', class: Google::Apis::DocsV1::ObjectReferences, decorator: Google::Apis::DocsV1::ObjectReferences::Representation
|
1511
|
+
|
1512
|
+
end
|
1513
|
+
end
|
1514
|
+
|
1515
|
+
class ParagraphBorder
|
1516
|
+
# @private
|
1517
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1518
|
+
property :color, as: 'color', class: Google::Apis::DocsV1::OptionalColor, decorator: Google::Apis::DocsV1::OptionalColor::Representation
|
1519
|
+
|
1520
|
+
property :dash_style, as: 'dashStyle'
|
1521
|
+
property :padding, as: 'padding', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
1522
|
+
|
1523
|
+
property :width, as: 'width', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
1524
|
+
|
1525
|
+
end
|
1526
|
+
end
|
1527
|
+
|
1528
|
+
class ParagraphElement
|
1529
|
+
# @private
|
1530
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1531
|
+
property :auto_text, as: 'autoText', class: Google::Apis::DocsV1::AutoText, decorator: Google::Apis::DocsV1::AutoText::Representation
|
1532
|
+
|
1533
|
+
property :column_break, as: 'columnBreak', class: Google::Apis::DocsV1::ColumnBreak, decorator: Google::Apis::DocsV1::ColumnBreak::Representation
|
1534
|
+
|
1535
|
+
property :end_index, as: 'endIndex'
|
1536
|
+
property :equation, as: 'equation', class: Google::Apis::DocsV1::Equation, decorator: Google::Apis::DocsV1::Equation::Representation
|
1537
|
+
|
1538
|
+
property :footnote_reference, as: 'footnoteReference', class: Google::Apis::DocsV1::FootnoteReference, decorator: Google::Apis::DocsV1::FootnoteReference::Representation
|
1539
|
+
|
1540
|
+
property :horizontal_rule, as: 'horizontalRule', class: Google::Apis::DocsV1::HorizontalRule, decorator: Google::Apis::DocsV1::HorizontalRule::Representation
|
1541
|
+
|
1542
|
+
property :inline_object_element, as: 'inlineObjectElement', class: Google::Apis::DocsV1::InlineObjectElement, decorator: Google::Apis::DocsV1::InlineObjectElement::Representation
|
1543
|
+
|
1544
|
+
property :page_break, as: 'pageBreak', class: Google::Apis::DocsV1::PageBreak, decorator: Google::Apis::DocsV1::PageBreak::Representation
|
1545
|
+
|
1546
|
+
property :start_index, as: 'startIndex'
|
1547
|
+
property :text_run, as: 'textRun', class: Google::Apis::DocsV1::TextRun, decorator: Google::Apis::DocsV1::TextRun::Representation
|
1548
|
+
|
1549
|
+
end
|
1550
|
+
end
|
1551
|
+
|
1552
|
+
class ParagraphStyle
|
1553
|
+
# @private
|
1554
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1555
|
+
property :alignment, as: 'alignment'
|
1556
|
+
property :avoid_widow_and_orphan, as: 'avoidWidowAndOrphan'
|
1557
|
+
property :border_between, as: 'borderBetween', class: Google::Apis::DocsV1::ParagraphBorder, decorator: Google::Apis::DocsV1::ParagraphBorder::Representation
|
1558
|
+
|
1559
|
+
property :border_bottom, as: 'borderBottom', class: Google::Apis::DocsV1::ParagraphBorder, decorator: Google::Apis::DocsV1::ParagraphBorder::Representation
|
1560
|
+
|
1561
|
+
property :border_left, as: 'borderLeft', class: Google::Apis::DocsV1::ParagraphBorder, decorator: Google::Apis::DocsV1::ParagraphBorder::Representation
|
1562
|
+
|
1563
|
+
property :border_right, as: 'borderRight', class: Google::Apis::DocsV1::ParagraphBorder, decorator: Google::Apis::DocsV1::ParagraphBorder::Representation
|
1564
|
+
|
1565
|
+
property :border_top, as: 'borderTop', class: Google::Apis::DocsV1::ParagraphBorder, decorator: Google::Apis::DocsV1::ParagraphBorder::Representation
|
1566
|
+
|
1567
|
+
property :direction, as: 'direction'
|
1568
|
+
property :heading_id, as: 'headingId'
|
1569
|
+
property :indent_end, as: 'indentEnd', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
1570
|
+
|
1571
|
+
property :indent_first_line, as: 'indentFirstLine', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
1572
|
+
|
1573
|
+
property :indent_start, as: 'indentStart', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
1574
|
+
|
1575
|
+
property :keep_lines_together, as: 'keepLinesTogether'
|
1576
|
+
property :keep_with_next, as: 'keepWithNext'
|
1577
|
+
property :line_spacing, as: 'lineSpacing'
|
1578
|
+
property :named_style_type, as: 'namedStyleType'
|
1579
|
+
property :shading, as: 'shading', class: Google::Apis::DocsV1::Shading, decorator: Google::Apis::DocsV1::Shading::Representation
|
1580
|
+
|
1581
|
+
property :space_above, as: 'spaceAbove', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
1582
|
+
|
1583
|
+
property :space_below, as: 'spaceBelow', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
1584
|
+
|
1585
|
+
property :spacing_mode, as: 'spacingMode'
|
1586
|
+
collection :tab_stops, as: 'tabStops', class: Google::Apis::DocsV1::TabStop, decorator: Google::Apis::DocsV1::TabStop::Representation
|
1587
|
+
|
1588
|
+
end
|
1589
|
+
end
|
1590
|
+
|
1591
|
+
class ParagraphStyleSuggestionState
|
1592
|
+
# @private
|
1593
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1594
|
+
property :alignment_suggested, as: 'alignmentSuggested'
|
1595
|
+
property :avoid_widow_and_orphan_suggested, as: 'avoidWidowAndOrphanSuggested'
|
1596
|
+
property :border_between_suggested, as: 'borderBetweenSuggested'
|
1597
|
+
property :border_bottom_suggested, as: 'borderBottomSuggested'
|
1598
|
+
property :border_left_suggested, as: 'borderLeftSuggested'
|
1599
|
+
property :border_right_suggested, as: 'borderRightSuggested'
|
1600
|
+
property :border_top_suggested, as: 'borderTopSuggested'
|
1601
|
+
property :direction_suggested, as: 'directionSuggested'
|
1602
|
+
property :heading_id_suggested, as: 'headingIdSuggested'
|
1603
|
+
property :indent_end_suggested, as: 'indentEndSuggested'
|
1604
|
+
property :indent_first_line_suggested, as: 'indentFirstLineSuggested'
|
1605
|
+
property :indent_start_suggested, as: 'indentStartSuggested'
|
1606
|
+
property :keep_lines_together_suggested, as: 'keepLinesTogetherSuggested'
|
1607
|
+
property :keep_with_next_suggested, as: 'keepWithNextSuggested'
|
1608
|
+
property :line_spacing_suggested, as: 'lineSpacingSuggested'
|
1609
|
+
property :named_style_type_suggested, as: 'namedStyleTypeSuggested'
|
1610
|
+
property :shading_suggestion_state, as: 'shadingSuggestionState', class: Google::Apis::DocsV1::ShadingSuggestionState, decorator: Google::Apis::DocsV1::ShadingSuggestionState::Representation
|
1611
|
+
|
1612
|
+
property :space_above_suggested, as: 'spaceAboveSuggested'
|
1613
|
+
property :space_below_suggested, as: 'spaceBelowSuggested'
|
1614
|
+
property :spacing_mode_suggested, as: 'spacingModeSuggested'
|
1615
|
+
end
|
1616
|
+
end
|
1617
|
+
|
1618
|
+
class PositionedObject
|
1619
|
+
# @private
|
1620
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1621
|
+
property :object_id_prop, as: 'objectId'
|
1622
|
+
property :positioned_object_properties, as: 'positionedObjectProperties', class: Google::Apis::DocsV1::PositionedObjectProperties, decorator: Google::Apis::DocsV1::PositionedObjectProperties::Representation
|
1623
|
+
|
1624
|
+
collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
|
1625
|
+
property :suggested_insertion_id, as: 'suggestedInsertionId'
|
1626
|
+
hash :suggested_positioned_object_properties_changes, as: 'suggestedPositionedObjectPropertiesChanges', class: Google::Apis::DocsV1::SuggestedPositionedObjectProperties, decorator: Google::Apis::DocsV1::SuggestedPositionedObjectProperties::Representation
|
1627
|
+
|
1628
|
+
end
|
1629
|
+
end
|
1630
|
+
|
1631
|
+
class PositionedObjectPositioning
|
1632
|
+
# @private
|
1633
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1634
|
+
property :layout, as: 'layout'
|
1635
|
+
property :left_offset, as: 'leftOffset', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
1636
|
+
|
1637
|
+
property :top_offset, as: 'topOffset', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
1638
|
+
|
1639
|
+
end
|
1640
|
+
end
|
1641
|
+
|
1642
|
+
class PositionedObjectPositioningSuggestionState
|
1643
|
+
# @private
|
1644
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1645
|
+
property :layout_suggested, as: 'layoutSuggested'
|
1646
|
+
property :left_offset_suggested, as: 'leftOffsetSuggested'
|
1647
|
+
property :top_offset_suggested, as: 'topOffsetSuggested'
|
1648
|
+
end
|
1649
|
+
end
|
1650
|
+
|
1651
|
+
class PositionedObjectProperties
|
1652
|
+
# @private
|
1653
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1654
|
+
property :embedded_object, as: 'embeddedObject', class: Google::Apis::DocsV1::EmbeddedObject, decorator: Google::Apis::DocsV1::EmbeddedObject::Representation
|
1655
|
+
|
1656
|
+
property :positioning, as: 'positioning', class: Google::Apis::DocsV1::PositionedObjectPositioning, decorator: Google::Apis::DocsV1::PositionedObjectPositioning::Representation
|
1657
|
+
|
1658
|
+
end
|
1659
|
+
end
|
1660
|
+
|
1661
|
+
class PositionedObjectPropertiesSuggestionState
|
1662
|
+
# @private
|
1663
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1664
|
+
property :embedded_object_suggestion_state, as: 'embeddedObjectSuggestionState', class: Google::Apis::DocsV1::EmbeddedObjectSuggestionState, decorator: Google::Apis::DocsV1::EmbeddedObjectSuggestionState::Representation
|
1665
|
+
|
1666
|
+
property :positioning_suggestion_state, as: 'positioningSuggestionState', class: Google::Apis::DocsV1::PositionedObjectPositioningSuggestionState, decorator: Google::Apis::DocsV1::PositionedObjectPositioningSuggestionState::Representation
|
1667
|
+
|
1668
|
+
end
|
1669
|
+
end
|
1670
|
+
|
1671
|
+
class Range
|
1672
|
+
# @private
|
1673
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1674
|
+
property :end_index, as: 'endIndex'
|
1675
|
+
property :segment_id, as: 'segmentId'
|
1676
|
+
property :start_index, as: 'startIndex'
|
1677
|
+
end
|
1678
|
+
end
|
1679
|
+
|
1680
|
+
class ReplaceAllTextRequest
|
1681
|
+
# @private
|
1682
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1683
|
+
property :contains_text, as: 'containsText', class: Google::Apis::DocsV1::SubstringMatchCriteria, decorator: Google::Apis::DocsV1::SubstringMatchCriteria::Representation
|
1684
|
+
|
1685
|
+
property :replace_text, as: 'replaceText'
|
1686
|
+
end
|
1687
|
+
end
|
1688
|
+
|
1689
|
+
class ReplaceAllTextResponse
|
1690
|
+
# @private
|
1691
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1692
|
+
property :occurrences_changed, as: 'occurrencesChanged'
|
1693
|
+
end
|
1694
|
+
end
|
1695
|
+
|
1696
|
+
class Request
|
1697
|
+
# @private
|
1698
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1699
|
+
property :create_named_range, as: 'createNamedRange', class: Google::Apis::DocsV1::CreateNamedRangeRequest, decorator: Google::Apis::DocsV1::CreateNamedRangeRequest::Representation
|
1700
|
+
|
1701
|
+
property :create_paragraph_bullets, as: 'createParagraphBullets', class: Google::Apis::DocsV1::CreateParagraphBulletsRequest, decorator: Google::Apis::DocsV1::CreateParagraphBulletsRequest::Representation
|
1702
|
+
|
1703
|
+
property :delete_content_range, as: 'deleteContentRange', class: Google::Apis::DocsV1::DeleteContentRangeRequest, decorator: Google::Apis::DocsV1::DeleteContentRangeRequest::Representation
|
1704
|
+
|
1705
|
+
property :delete_named_range, as: 'deleteNamedRange', class: Google::Apis::DocsV1::DeleteNamedRangeRequest, decorator: Google::Apis::DocsV1::DeleteNamedRangeRequest::Representation
|
1706
|
+
|
1707
|
+
property :delete_paragraph_bullets, as: 'deleteParagraphBullets', class: Google::Apis::DocsV1::DeleteParagraphBulletsRequest, decorator: Google::Apis::DocsV1::DeleteParagraphBulletsRequest::Representation
|
1708
|
+
|
1709
|
+
property :delete_positioned_object, as: 'deletePositionedObject', class: Google::Apis::DocsV1::DeletePositionedObjectRequest, decorator: Google::Apis::DocsV1::DeletePositionedObjectRequest::Representation
|
1710
|
+
|
1711
|
+
property :delete_table_column, as: 'deleteTableColumn', class: Google::Apis::DocsV1::DeleteTableColumnRequest, decorator: Google::Apis::DocsV1::DeleteTableColumnRequest::Representation
|
1712
|
+
|
1713
|
+
property :delete_table_row, as: 'deleteTableRow', class: Google::Apis::DocsV1::DeleteTableRowRequest, decorator: Google::Apis::DocsV1::DeleteTableRowRequest::Representation
|
1714
|
+
|
1715
|
+
property :insert_inline_image, as: 'insertInlineImage', class: Google::Apis::DocsV1::InsertInlineImageRequest, decorator: Google::Apis::DocsV1::InsertInlineImageRequest::Representation
|
1716
|
+
|
1717
|
+
property :insert_table_row, as: 'insertTableRow', class: Google::Apis::DocsV1::InsertTableRowRequest, decorator: Google::Apis::DocsV1::InsertTableRowRequest::Representation
|
1718
|
+
|
1719
|
+
property :insert_text, as: 'insertText', class: Google::Apis::DocsV1::InsertTextRequest, decorator: Google::Apis::DocsV1::InsertTextRequest::Representation
|
1720
|
+
|
1721
|
+
property :replace_all_text, as: 'replaceAllText', class: Google::Apis::DocsV1::ReplaceAllTextRequest, decorator: Google::Apis::DocsV1::ReplaceAllTextRequest::Representation
|
1722
|
+
|
1723
|
+
property :update_paragraph_style, as: 'updateParagraphStyle', class: Google::Apis::DocsV1::UpdateParagraphStyleRequest, decorator: Google::Apis::DocsV1::UpdateParagraphStyleRequest::Representation
|
1724
|
+
|
1725
|
+
property :update_text_style, as: 'updateTextStyle', class: Google::Apis::DocsV1::UpdateTextStyleRequest, decorator: Google::Apis::DocsV1::UpdateTextStyleRequest::Representation
|
1726
|
+
|
1727
|
+
end
|
1728
|
+
end
|
1729
|
+
|
1730
|
+
class Response
|
1731
|
+
# @private
|
1732
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1733
|
+
property :create_named_range, as: 'createNamedRange', class: Google::Apis::DocsV1::CreateNamedRangeResponse, decorator: Google::Apis::DocsV1::CreateNamedRangeResponse::Representation
|
1734
|
+
|
1735
|
+
property :insert_inline_image, as: 'insertInlineImage', class: Google::Apis::DocsV1::InsertInlineImageResponse, decorator: Google::Apis::DocsV1::InsertInlineImageResponse::Representation
|
1736
|
+
|
1737
|
+
property :insert_inline_sheets_chart, as: 'insertInlineSheetsChart', class: Google::Apis::DocsV1::InsertInlineSheetsChartResponse, decorator: Google::Apis::DocsV1::InsertInlineSheetsChartResponse::Representation
|
1738
|
+
|
1739
|
+
property :replace_all_text, as: 'replaceAllText', class: Google::Apis::DocsV1::ReplaceAllTextResponse, decorator: Google::Apis::DocsV1::ReplaceAllTextResponse::Representation
|
1740
|
+
|
1741
|
+
end
|
1742
|
+
end
|
1743
|
+
|
1744
|
+
class RgbColor
|
1745
|
+
# @private
|
1746
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1747
|
+
property :blue, as: 'blue'
|
1748
|
+
property :green, as: 'green'
|
1749
|
+
property :red, as: 'red'
|
1750
|
+
end
|
1751
|
+
end
|
1752
|
+
|
1753
|
+
class SectionBreak
|
1754
|
+
# @private
|
1755
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1756
|
+
property :section_style, as: 'sectionStyle', class: Google::Apis::DocsV1::SectionStyle, decorator: Google::Apis::DocsV1::SectionStyle::Representation
|
1757
|
+
|
1758
|
+
collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
|
1759
|
+
collection :suggested_insertion_ids, as: 'suggestedInsertionIds'
|
1760
|
+
end
|
1761
|
+
end
|
1762
|
+
|
1763
|
+
class SectionColumnProperties
|
1764
|
+
# @private
|
1765
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1766
|
+
property :padding_end, as: 'paddingEnd', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
1767
|
+
|
1768
|
+
property :width, as: 'width', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
1769
|
+
|
1770
|
+
end
|
1771
|
+
end
|
1772
|
+
|
1773
|
+
class SectionStyle
|
1774
|
+
# @private
|
1775
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1776
|
+
collection :column_properties, as: 'columnProperties', class: Google::Apis::DocsV1::SectionColumnProperties, decorator: Google::Apis::DocsV1::SectionColumnProperties::Representation
|
1777
|
+
|
1778
|
+
property :column_separator_style, as: 'columnSeparatorStyle'
|
1779
|
+
property :content_direction, as: 'contentDirection'
|
1780
|
+
end
|
1781
|
+
end
|
1782
|
+
|
1783
|
+
class Shading
|
1784
|
+
# @private
|
1785
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1786
|
+
property :background_color, as: 'backgroundColor', class: Google::Apis::DocsV1::OptionalColor, decorator: Google::Apis::DocsV1::OptionalColor::Representation
|
1787
|
+
|
1788
|
+
end
|
1789
|
+
end
|
1790
|
+
|
1791
|
+
class ShadingSuggestionState
|
1792
|
+
# @private
|
1793
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1794
|
+
property :background_color_suggested, as: 'backgroundColorSuggested'
|
1795
|
+
end
|
1796
|
+
end
|
1797
|
+
|
1798
|
+
class SheetsChartReference
|
1799
|
+
# @private
|
1800
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1801
|
+
property :chart_id, as: 'chartId'
|
1802
|
+
property :spreadsheet_id, as: 'spreadsheetId'
|
1803
|
+
end
|
1804
|
+
end
|
1805
|
+
|
1806
|
+
class SheetsChartReferenceSuggestionState
|
1807
|
+
# @private
|
1808
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1809
|
+
property :chart_id_suggested, as: 'chartIdSuggested'
|
1810
|
+
property :spreadsheet_id_suggested, as: 'spreadsheetIdSuggested'
|
1811
|
+
end
|
1812
|
+
end
|
1813
|
+
|
1814
|
+
class Size
|
1815
|
+
# @private
|
1816
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1817
|
+
property :height, as: 'height', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
1818
|
+
|
1819
|
+
property :width, as: 'width', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
1820
|
+
|
1821
|
+
end
|
1822
|
+
end
|
1823
|
+
|
1824
|
+
class SizeSuggestionState
|
1825
|
+
# @private
|
1826
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1827
|
+
property :height_suggested, as: 'heightSuggested'
|
1828
|
+
property :width_suggested, as: 'widthSuggested'
|
1829
|
+
end
|
1830
|
+
end
|
1831
|
+
|
1832
|
+
class StructuralElement
|
1833
|
+
# @private
|
1834
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1835
|
+
property :end_index, as: 'endIndex'
|
1836
|
+
property :paragraph, as: 'paragraph', class: Google::Apis::DocsV1::Paragraph, decorator: Google::Apis::DocsV1::Paragraph::Representation
|
1837
|
+
|
1838
|
+
property :section_break, as: 'sectionBreak', class: Google::Apis::DocsV1::SectionBreak, decorator: Google::Apis::DocsV1::SectionBreak::Representation
|
1839
|
+
|
1840
|
+
property :start_index, as: 'startIndex'
|
1841
|
+
property :table, as: 'table', class: Google::Apis::DocsV1::Table, decorator: Google::Apis::DocsV1::Table::Representation
|
1842
|
+
|
1843
|
+
property :table_of_contents, as: 'tableOfContents', class: Google::Apis::DocsV1::TableOfContents, decorator: Google::Apis::DocsV1::TableOfContents::Representation
|
1844
|
+
|
1845
|
+
end
|
1846
|
+
end
|
1847
|
+
|
1848
|
+
class SubstringMatchCriteria
|
1849
|
+
# @private
|
1850
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1851
|
+
property :match_case, as: 'matchCase'
|
1852
|
+
property :text, as: 'text'
|
1853
|
+
end
|
1854
|
+
end
|
1855
|
+
|
1856
|
+
class SuggestedBullet
|
1857
|
+
# @private
|
1858
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1859
|
+
property :bullet, as: 'bullet', class: Google::Apis::DocsV1::Bullet, decorator: Google::Apis::DocsV1::Bullet::Representation
|
1860
|
+
|
1861
|
+
property :bullet_suggestion_state, as: 'bulletSuggestionState', class: Google::Apis::DocsV1::BulletSuggestionState, decorator: Google::Apis::DocsV1::BulletSuggestionState::Representation
|
1862
|
+
|
1863
|
+
end
|
1864
|
+
end
|
1865
|
+
|
1866
|
+
class SuggestedDocumentStyle
|
1867
|
+
# @private
|
1868
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1869
|
+
property :document_style, as: 'documentStyle', class: Google::Apis::DocsV1::DocumentStyle, decorator: Google::Apis::DocsV1::DocumentStyle::Representation
|
1870
|
+
|
1871
|
+
property :document_style_suggestion_state, as: 'documentStyleSuggestionState', class: Google::Apis::DocsV1::DocumentStyleSuggestionState, decorator: Google::Apis::DocsV1::DocumentStyleSuggestionState::Representation
|
1872
|
+
|
1873
|
+
end
|
1874
|
+
end
|
1875
|
+
|
1876
|
+
class SuggestedInlineObjectProperties
|
1877
|
+
# @private
|
1878
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1879
|
+
property :inline_object_properties, as: 'inlineObjectProperties', class: Google::Apis::DocsV1::InlineObjectProperties, decorator: Google::Apis::DocsV1::InlineObjectProperties::Representation
|
1880
|
+
|
1881
|
+
property :inline_object_properties_suggestion_state, as: 'inlineObjectPropertiesSuggestionState', class: Google::Apis::DocsV1::InlineObjectPropertiesSuggestionState, decorator: Google::Apis::DocsV1::InlineObjectPropertiesSuggestionState::Representation
|
1882
|
+
|
1883
|
+
end
|
1884
|
+
end
|
1885
|
+
|
1886
|
+
class SuggestedListProperties
|
1887
|
+
# @private
|
1888
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1889
|
+
property :list_properties, as: 'listProperties', class: Google::Apis::DocsV1::ListProperties, decorator: Google::Apis::DocsV1::ListProperties::Representation
|
1890
|
+
|
1891
|
+
property :list_properties_suggestion_state, as: 'listPropertiesSuggestionState', class: Google::Apis::DocsV1::ListPropertiesSuggestionState, decorator: Google::Apis::DocsV1::ListPropertiesSuggestionState::Representation
|
1892
|
+
|
1893
|
+
end
|
1894
|
+
end
|
1895
|
+
|
1896
|
+
class SuggestedNamedStyles
|
1897
|
+
# @private
|
1898
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1899
|
+
property :named_styles, as: 'namedStyles', class: Google::Apis::DocsV1::NamedStyles, decorator: Google::Apis::DocsV1::NamedStyles::Representation
|
1900
|
+
|
1901
|
+
property :named_styles_suggestion_state, as: 'namedStylesSuggestionState', class: Google::Apis::DocsV1::NamedStylesSuggestionState, decorator: Google::Apis::DocsV1::NamedStylesSuggestionState::Representation
|
1902
|
+
|
1903
|
+
end
|
1904
|
+
end
|
1905
|
+
|
1906
|
+
class SuggestedParagraphStyle
|
1907
|
+
# @private
|
1908
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1909
|
+
property :paragraph_style, as: 'paragraphStyle', class: Google::Apis::DocsV1::ParagraphStyle, decorator: Google::Apis::DocsV1::ParagraphStyle::Representation
|
1910
|
+
|
1911
|
+
property :paragraph_style_suggestion_state, as: 'paragraphStyleSuggestionState', class: Google::Apis::DocsV1::ParagraphStyleSuggestionState, decorator: Google::Apis::DocsV1::ParagraphStyleSuggestionState::Representation
|
1912
|
+
|
1913
|
+
end
|
1914
|
+
end
|
1915
|
+
|
1916
|
+
class SuggestedPositionedObjectProperties
|
1917
|
+
# @private
|
1918
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1919
|
+
property :positioned_object_properties, as: 'positionedObjectProperties', class: Google::Apis::DocsV1::PositionedObjectProperties, decorator: Google::Apis::DocsV1::PositionedObjectProperties::Representation
|
1920
|
+
|
1921
|
+
property :positioned_object_properties_suggestion_state, as: 'positionedObjectPropertiesSuggestionState', class: Google::Apis::DocsV1::PositionedObjectPropertiesSuggestionState, decorator: Google::Apis::DocsV1::PositionedObjectPropertiesSuggestionState::Representation
|
1922
|
+
|
1923
|
+
end
|
1924
|
+
end
|
1925
|
+
|
1926
|
+
class SuggestedTableCellStyle
|
1927
|
+
# @private
|
1928
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1929
|
+
property :table_cell_style, as: 'tableCellStyle', class: Google::Apis::DocsV1::TableCellStyle, decorator: Google::Apis::DocsV1::TableCellStyle::Representation
|
1930
|
+
|
1931
|
+
property :table_cell_style_suggestion_state, as: 'tableCellStyleSuggestionState', class: Google::Apis::DocsV1::TableCellStyleSuggestionState, decorator: Google::Apis::DocsV1::TableCellStyleSuggestionState::Representation
|
1932
|
+
|
1933
|
+
end
|
1934
|
+
end
|
1935
|
+
|
1936
|
+
class SuggestedTableRowStyle
|
1937
|
+
# @private
|
1938
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1939
|
+
property :table_row_style, as: 'tableRowStyle', class: Google::Apis::DocsV1::TableRowStyle, decorator: Google::Apis::DocsV1::TableRowStyle::Representation
|
1940
|
+
|
1941
|
+
property :table_row_style_suggestion_state, as: 'tableRowStyleSuggestionState', class: Google::Apis::DocsV1::TableRowStyleSuggestionState, decorator: Google::Apis::DocsV1::TableRowStyleSuggestionState::Representation
|
1942
|
+
|
1943
|
+
end
|
1944
|
+
end
|
1945
|
+
|
1946
|
+
class SuggestedTextStyle
|
1947
|
+
# @private
|
1948
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1949
|
+
property :text_style, as: 'textStyle', class: Google::Apis::DocsV1::TextStyle, decorator: Google::Apis::DocsV1::TextStyle::Representation
|
1950
|
+
|
1951
|
+
property :text_style_suggestion_state, as: 'textStyleSuggestionState', class: Google::Apis::DocsV1::TextStyleSuggestionState, decorator: Google::Apis::DocsV1::TextStyleSuggestionState::Representation
|
1952
|
+
|
1953
|
+
end
|
1954
|
+
end
|
1955
|
+
|
1956
|
+
class TabStop
|
1957
|
+
# @private
|
1958
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1959
|
+
property :alignment, as: 'alignment'
|
1960
|
+
property :offset, as: 'offset', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
1961
|
+
|
1962
|
+
end
|
1963
|
+
end
|
1964
|
+
|
1965
|
+
class Table
|
1966
|
+
# @private
|
1967
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1968
|
+
property :columns, as: 'columns'
|
1969
|
+
property :rows, as: 'rows'
|
1970
|
+
collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
|
1971
|
+
collection :suggested_insertion_ids, as: 'suggestedInsertionIds'
|
1972
|
+
collection :table_rows, as: 'tableRows', class: Google::Apis::DocsV1::TableRow, decorator: Google::Apis::DocsV1::TableRow::Representation
|
1973
|
+
|
1974
|
+
property :table_style, as: 'tableStyle', class: Google::Apis::DocsV1::TableStyle, decorator: Google::Apis::DocsV1::TableStyle::Representation
|
1975
|
+
|
1976
|
+
end
|
1977
|
+
end
|
1978
|
+
|
1979
|
+
class TableCell
|
1980
|
+
# @private
|
1981
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1982
|
+
collection :content, as: 'content', class: Google::Apis::DocsV1::StructuralElement, decorator: Google::Apis::DocsV1::StructuralElement::Representation
|
1983
|
+
|
1984
|
+
property :end_index, as: 'endIndex'
|
1985
|
+
property :start_index, as: 'startIndex'
|
1986
|
+
collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
|
1987
|
+
collection :suggested_insertion_ids, as: 'suggestedInsertionIds'
|
1988
|
+
hash :suggested_table_cell_style_changes, as: 'suggestedTableCellStyleChanges', class: Google::Apis::DocsV1::SuggestedTableCellStyle, decorator: Google::Apis::DocsV1::SuggestedTableCellStyle::Representation
|
1989
|
+
|
1990
|
+
property :table_cell_style, as: 'tableCellStyle', class: Google::Apis::DocsV1::TableCellStyle, decorator: Google::Apis::DocsV1::TableCellStyle::Representation
|
1991
|
+
|
1992
|
+
end
|
1993
|
+
end
|
1994
|
+
|
1995
|
+
class TableCellBorder
|
1996
|
+
# @private
|
1997
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1998
|
+
property :color, as: 'color', class: Google::Apis::DocsV1::OptionalColor, decorator: Google::Apis::DocsV1::OptionalColor::Representation
|
1999
|
+
|
2000
|
+
property :dash_style, as: 'dashStyle'
|
2001
|
+
property :width, as: 'width', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
2002
|
+
|
2003
|
+
end
|
2004
|
+
end
|
2005
|
+
|
2006
|
+
class TableCellLocation
|
2007
|
+
# @private
|
2008
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2009
|
+
property :column_index, as: 'columnIndex'
|
2010
|
+
property :row_index, as: 'rowIndex'
|
2011
|
+
property :table_start_location, as: 'tableStartLocation', class: Google::Apis::DocsV1::Location, decorator: Google::Apis::DocsV1::Location::Representation
|
2012
|
+
|
2013
|
+
end
|
2014
|
+
end
|
2015
|
+
|
2016
|
+
class TableCellStyle
|
2017
|
+
# @private
|
2018
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2019
|
+
property :background_color, as: 'backgroundColor', class: Google::Apis::DocsV1::OptionalColor, decorator: Google::Apis::DocsV1::OptionalColor::Representation
|
2020
|
+
|
2021
|
+
property :border_bottom, as: 'borderBottom', class: Google::Apis::DocsV1::TableCellBorder, decorator: Google::Apis::DocsV1::TableCellBorder::Representation
|
2022
|
+
|
2023
|
+
property :border_left, as: 'borderLeft', class: Google::Apis::DocsV1::TableCellBorder, decorator: Google::Apis::DocsV1::TableCellBorder::Representation
|
2024
|
+
|
2025
|
+
property :border_right, as: 'borderRight', class: Google::Apis::DocsV1::TableCellBorder, decorator: Google::Apis::DocsV1::TableCellBorder::Representation
|
2026
|
+
|
2027
|
+
property :border_top, as: 'borderTop', class: Google::Apis::DocsV1::TableCellBorder, decorator: Google::Apis::DocsV1::TableCellBorder::Representation
|
2028
|
+
|
2029
|
+
property :column_span, as: 'columnSpan'
|
2030
|
+
property :content_alignment, as: 'contentAlignment'
|
2031
|
+
property :padding_bottom, as: 'paddingBottom', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
2032
|
+
|
2033
|
+
property :padding_left, as: 'paddingLeft', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
2034
|
+
|
2035
|
+
property :padding_right, as: 'paddingRight', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
2036
|
+
|
2037
|
+
property :padding_top, as: 'paddingTop', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
2038
|
+
|
2039
|
+
property :row_span, as: 'rowSpan'
|
2040
|
+
end
|
2041
|
+
end
|
2042
|
+
|
2043
|
+
class TableCellStyleSuggestionState
|
2044
|
+
# @private
|
2045
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2046
|
+
property :background_color_suggested, as: 'backgroundColorSuggested'
|
2047
|
+
property :border_bottom_suggested, as: 'borderBottomSuggested'
|
2048
|
+
property :border_left_suggested, as: 'borderLeftSuggested'
|
2049
|
+
property :border_right_suggested, as: 'borderRightSuggested'
|
2050
|
+
property :border_top_suggested, as: 'borderTopSuggested'
|
2051
|
+
property :column_span_suggested, as: 'columnSpanSuggested'
|
2052
|
+
property :content_alignment_suggested, as: 'contentAlignmentSuggested'
|
2053
|
+
property :padding_bottom_suggested, as: 'paddingBottomSuggested'
|
2054
|
+
property :padding_left_suggested, as: 'paddingLeftSuggested'
|
2055
|
+
property :padding_right_suggested, as: 'paddingRightSuggested'
|
2056
|
+
property :padding_top_suggested, as: 'paddingTopSuggested'
|
2057
|
+
property :row_span_suggested, as: 'rowSpanSuggested'
|
2058
|
+
end
|
2059
|
+
end
|
2060
|
+
|
2061
|
+
class TableColumnProperties
|
2062
|
+
# @private
|
2063
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2064
|
+
property :width, as: 'width', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
2065
|
+
|
2066
|
+
property :width_type, as: 'widthType'
|
2067
|
+
end
|
2068
|
+
end
|
2069
|
+
|
2070
|
+
class TableOfContents
|
2071
|
+
# @private
|
2072
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2073
|
+
collection :content, as: 'content', class: Google::Apis::DocsV1::StructuralElement, decorator: Google::Apis::DocsV1::StructuralElement::Representation
|
2074
|
+
|
2075
|
+
collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
|
2076
|
+
collection :suggested_insertion_ids, as: 'suggestedInsertionIds'
|
2077
|
+
end
|
2078
|
+
end
|
2079
|
+
|
2080
|
+
class TableRow
|
2081
|
+
# @private
|
2082
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2083
|
+
property :end_index, as: 'endIndex'
|
2084
|
+
property :start_index, as: 'startIndex'
|
2085
|
+
collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
|
2086
|
+
collection :suggested_insertion_ids, as: 'suggestedInsertionIds'
|
2087
|
+
hash :suggested_table_row_style_changes, as: 'suggestedTableRowStyleChanges', class: Google::Apis::DocsV1::SuggestedTableRowStyle, decorator: Google::Apis::DocsV1::SuggestedTableRowStyle::Representation
|
2088
|
+
|
2089
|
+
collection :table_cells, as: 'tableCells', class: Google::Apis::DocsV1::TableCell, decorator: Google::Apis::DocsV1::TableCell::Representation
|
2090
|
+
|
2091
|
+
property :table_row_style, as: 'tableRowStyle', class: Google::Apis::DocsV1::TableRowStyle, decorator: Google::Apis::DocsV1::TableRowStyle::Representation
|
2092
|
+
|
2093
|
+
end
|
2094
|
+
end
|
2095
|
+
|
2096
|
+
class TableRowStyle
|
2097
|
+
# @private
|
2098
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2099
|
+
property :min_row_height, as: 'minRowHeight', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
2100
|
+
|
2101
|
+
end
|
2102
|
+
end
|
2103
|
+
|
2104
|
+
class TableRowStyleSuggestionState
|
2105
|
+
# @private
|
2106
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2107
|
+
property :min_row_height_suggested, as: 'minRowHeightSuggested'
|
2108
|
+
end
|
2109
|
+
end
|
2110
|
+
|
2111
|
+
class TableStyle
|
2112
|
+
# @private
|
2113
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2114
|
+
collection :table_column_properties, as: 'tableColumnProperties', class: Google::Apis::DocsV1::TableColumnProperties, decorator: Google::Apis::DocsV1::TableColumnProperties::Representation
|
2115
|
+
|
2116
|
+
end
|
2117
|
+
end
|
2118
|
+
|
2119
|
+
class TextRun
|
2120
|
+
# @private
|
2121
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2122
|
+
property :content, as: 'content'
|
2123
|
+
collection :suggested_deletion_ids, as: 'suggestedDeletionIds'
|
2124
|
+
collection :suggested_insertion_ids, as: 'suggestedInsertionIds'
|
2125
|
+
hash :suggested_text_style_changes, as: 'suggestedTextStyleChanges', class: Google::Apis::DocsV1::SuggestedTextStyle, decorator: Google::Apis::DocsV1::SuggestedTextStyle::Representation
|
2126
|
+
|
2127
|
+
property :text_style, as: 'textStyle', class: Google::Apis::DocsV1::TextStyle, decorator: Google::Apis::DocsV1::TextStyle::Representation
|
2128
|
+
|
2129
|
+
end
|
2130
|
+
end
|
2131
|
+
|
2132
|
+
class TextStyle
|
2133
|
+
# @private
|
2134
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2135
|
+
property :background_color, as: 'backgroundColor', class: Google::Apis::DocsV1::OptionalColor, decorator: Google::Apis::DocsV1::OptionalColor::Representation
|
2136
|
+
|
2137
|
+
property :baseline_offset, as: 'baselineOffset'
|
2138
|
+
property :bold, as: 'bold'
|
2139
|
+
property :font_size, as: 'fontSize', class: Google::Apis::DocsV1::Dimension, decorator: Google::Apis::DocsV1::Dimension::Representation
|
2140
|
+
|
2141
|
+
property :foreground_color, as: 'foregroundColor', class: Google::Apis::DocsV1::OptionalColor, decorator: Google::Apis::DocsV1::OptionalColor::Representation
|
2142
|
+
|
2143
|
+
property :italic, as: 'italic'
|
2144
|
+
property :link, as: 'link', class: Google::Apis::DocsV1::Link, decorator: Google::Apis::DocsV1::Link::Representation
|
2145
|
+
|
2146
|
+
property :small_caps, as: 'smallCaps'
|
2147
|
+
property :strikethrough, as: 'strikethrough'
|
2148
|
+
property :underline, as: 'underline'
|
2149
|
+
property :weighted_font_family, as: 'weightedFontFamily', class: Google::Apis::DocsV1::WeightedFontFamily, decorator: Google::Apis::DocsV1::WeightedFontFamily::Representation
|
2150
|
+
|
2151
|
+
end
|
2152
|
+
end
|
2153
|
+
|
2154
|
+
class TextStyleSuggestionState
|
2155
|
+
# @private
|
2156
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2157
|
+
property :background_color_suggested, as: 'backgroundColorSuggested'
|
2158
|
+
property :baseline_offset_suggested, as: 'baselineOffsetSuggested'
|
2159
|
+
property :bold_suggested, as: 'boldSuggested'
|
2160
|
+
property :font_size_suggested, as: 'fontSizeSuggested'
|
2161
|
+
property :foreground_color_suggested, as: 'foregroundColorSuggested'
|
2162
|
+
property :italic_suggested, as: 'italicSuggested'
|
2163
|
+
property :link_suggested, as: 'linkSuggested'
|
2164
|
+
property :small_caps_suggested, as: 'smallCapsSuggested'
|
2165
|
+
property :strikethrough_suggested, as: 'strikethroughSuggested'
|
2166
|
+
property :underline_suggested, as: 'underlineSuggested'
|
2167
|
+
property :weighted_font_family_suggested, as: 'weightedFontFamilySuggested'
|
2168
|
+
end
|
2169
|
+
end
|
2170
|
+
|
2171
|
+
class UpdateParagraphStyleRequest
|
2172
|
+
# @private
|
2173
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2174
|
+
property :fields, as: 'fields'
|
2175
|
+
property :paragraph_style, as: 'paragraphStyle', class: Google::Apis::DocsV1::ParagraphStyle, decorator: Google::Apis::DocsV1::ParagraphStyle::Representation
|
2176
|
+
|
2177
|
+
property :range, as: 'range', class: Google::Apis::DocsV1::Range, decorator: Google::Apis::DocsV1::Range::Representation
|
2178
|
+
|
2179
|
+
end
|
2180
|
+
end
|
2181
|
+
|
2182
|
+
class UpdateTextStyleRequest
|
2183
|
+
# @private
|
2184
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2185
|
+
property :fields, as: 'fields'
|
2186
|
+
property :range, as: 'range', class: Google::Apis::DocsV1::Range, decorator: Google::Apis::DocsV1::Range::Representation
|
2187
|
+
|
2188
|
+
property :text_style, as: 'textStyle', class: Google::Apis::DocsV1::TextStyle, decorator: Google::Apis::DocsV1::TextStyle::Representation
|
2189
|
+
|
2190
|
+
end
|
2191
|
+
end
|
2192
|
+
|
2193
|
+
class WeightedFontFamily
|
2194
|
+
# @private
|
2195
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2196
|
+
property :font_family, as: 'fontFamily'
|
2197
|
+
property :weight, as: 'weight'
|
2198
|
+
end
|
2199
|
+
end
|
2200
|
+
|
2201
|
+
class WriteControl
|
2202
|
+
# @private
|
2203
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2204
|
+
property :required_revision_id, as: 'requiredRevisionId'
|
2205
|
+
end
|
2206
|
+
end
|
2207
|
+
end
|
2208
|
+
end
|
2209
|
+
end
|