Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1163)

Side by Side Diff: discovery/googleapis/slides__v1.json

Issue 2936613002: Api-Roll 50: 2017-06-12 (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « discovery/googleapis/sheets__v4.json ('k') | discovery/googleapis/sourcerepo__v1.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/spreadsheets.readonly": {
6 "description": "View your Google Spreadsheets"
7 },
8 "https://www.googleapis.com/auth/drive": {
9 "description": "View and manage the files in your Google Dri ve"
10 },
11 "https://www.googleapis.com/auth/drive.readonly": {
12 "description": "View the files in your Google Drive"
13 },
14 "https://www.googleapis.com/auth/spreadsheets": { 5 "https://www.googleapis.com/auth/spreadsheets": {
15 "description": "View and manage your spreadsheets in Google Drive" 6 "description": "View and manage your spreadsheets in Google Drive"
16 }, 7 },
17 "https://www.googleapis.com/auth/presentations": { 8 "https://www.googleapis.com/auth/presentations": {
18 "description": "View and manage your Google Slides presentat ions" 9 "description": "View and manage your Google Slides presentat ions"
19 }, 10 },
20 "https://www.googleapis.com/auth/presentations.readonly": { 11 "https://www.googleapis.com/auth/presentations.readonly": {
21 "description": "View your Google Slides presentations" 12 "description": "View your Google Slides presentations"
13 },
14 "https://www.googleapis.com/auth/drive.readonly": {
15 "description": "View the files in your Google Drive"
16 },
17 "https://www.googleapis.com/auth/spreadsheets.readonly": {
18 "description": "View your Google Spreadsheets"
19 },
20 "https://www.googleapis.com/auth/drive": {
21 "description": "View and manage the files in your Google Dri ve"
22 } 22 }
23 } 23 }
24 } 24 }
25 }, 25 },
26 "basePath": "", 26 "basePath": "",
27 "baseUrl": "https://slides.googleapis.com/", 27 "baseUrl": "https://slides.googleapis.com/",
28 "batchPath": "batch", 28 "batchPath": "batch",
29 "canonicalName": "Slides", 29 "canonicalName": "Slides",
30 "description": "An API for creating and editing Google Slides presentations. ", 30 "description": "An API for creating and editing Google Slides presentations. ",
31 "discoveryVersion": "v1", 31 "discoveryVersion": "v1",
32 "documentationLink": "https://developers.google.com/slides/", 32 "documentationLink": "https://developers.google.com/slides/",
33 "icons": { 33 "icons": {
34 "x16": "http://www.google.com/images/icons/product/search-16.gif", 34 "x16": "http://www.google.com/images/icons/product/search-16.gif",
35 "x32": "http://www.google.com/images/icons/product/search-32.gif" 35 "x32": "http://www.google.com/images/icons/product/search-32.gif"
36 }, 36 },
37 "id": "slides:v1", 37 "id": "slides:v1",
38 "kind": "discovery#restDescription", 38 "kind": "discovery#restDescription",
39 "name": "slides", 39 "name": "slides",
40 "ownerDomain": "google.com", 40 "ownerDomain": "google.com",
41 "ownerName": "Google", 41 "ownerName": "Google",
42 "parameters": { 42 "parameters": {
43 "uploadType": {
44 "description": "Legacy upload protocol for media (e.g. \"media\", \" multipart\").",
45 "location": "query",
46 "type": "string"
47 },
48 "fields": {
49 "description": "Selector specifying which fields to include in a par tial response.",
50 "location": "query",
51 "type": "string"
52 },
53 "$.xgafv": {
54 "description": "V1 error format.",
55 "enum": [
56 "1",
57 "2"
58 ],
59 "enumDescriptions": [
60 "v1 error format",
61 "v2 error format"
62 ],
63 "location": "query",
64 "type": "string"
65 },
66 "callback": {
67 "description": "JSONP",
68 "location": "query",
69 "type": "string"
70 },
43 "alt": { 71 "alt": {
44 "default": "json", 72 "default": "json",
45 "description": "Data format for response.", 73 "description": "Data format for response.",
46 "enum": [ 74 "enum": [
47 "json", 75 "json",
48 "media", 76 "media",
49 "proto" 77 "proto"
50 ], 78 ],
51 "enumDescriptions": [ 79 "enumDescriptions": [
52 "Responses with Content-Type of application/json", 80 "Responses with Content-Type of application/json",
53 "Media download with context-dependent Content-Type", 81 "Media download with context-dependent Content-Type",
54 "Responses with Content-Type of application/x-protobuf" 82 "Responses with Content-Type of application/x-protobuf"
55 ], 83 ],
56 "location": "query", 84 "location": "query",
57 "type": "string" 85 "type": "string"
58 }, 86 },
87 "key": {
88 "description": "API key. Your API key identifies your project and pr ovides you with API access, quota, and reports. Required unless you provide an O Auth 2.0 token.",
89 "location": "query",
90 "type": "string"
91 },
59 "access_token": { 92 "access_token": {
60 "description": "OAuth access token.", 93 "description": "OAuth access token.",
61 "location": "query", 94 "location": "query",
62 "type": "string" 95 "type": "string"
63 }, 96 },
64 "key": {
65 "description": "API key. Your API key identifies your project and pr ovides you with API access, quota, and reports. Required unless you provide an O Auth 2.0 token.",
66 "location": "query",
67 "type": "string"
68 },
69 "quotaUser": { 97 "quotaUser": {
70 "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exc eed 40 characters.", 98 "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exc eed 40 characters.",
71 "location": "query", 99 "location": "query",
72 "type": "string" 100 "type": "string"
73 }, 101 },
74 "pp": { 102 "pp": {
75 "default": "true", 103 "default": "true",
76 "description": "Pretty-print response.", 104 "description": "Pretty-print response.",
77 "location": "query", 105 "location": "query",
78 "type": "boolean" 106 "type": "boolean"
79 }, 107 },
108 "oauth_token": {
109 "description": "OAuth 2.0 token for the current user.",
110 "location": "query",
111 "type": "string"
112 },
80 "bearer_token": { 113 "bearer_token": {
81 "description": "OAuth bearer token.", 114 "description": "OAuth bearer token.",
82 "location": "query", 115 "location": "query",
83 "type": "string" 116 "type": "string"
84 }, 117 },
85 "oauth_token": {
86 "description": "OAuth 2.0 token for the current user.",
87 "location": "query",
88 "type": "string"
89 },
90 "upload_protocol": { 118 "upload_protocol": {
91 "description": "Upload protocol for media (e.g. \"raw\", \"multipart \").", 119 "description": "Upload protocol for media (e.g. \"raw\", \"multipart \").",
92 "location": "query", 120 "location": "query",
93 "type": "string" 121 "type": "string"
94 }, 122 },
95 "prettyPrint": { 123 "prettyPrint": {
96 "default": "true", 124 "default": "true",
97 "description": "Returns response with indentations and line breaks." , 125 "description": "Returns response with indentations and line breaks." ,
98 "location": "query", 126 "location": "query",
99 "type": "boolean" 127 "type": "boolean"
100 },
101 "fields": {
102 "description": "Selector specifying which fields to include in a par tial response.",
103 "location": "query",
104 "type": "string"
105 },
106 "uploadType": {
107 "description": "Legacy upload protocol for media (e.g. \"media\", \" multipart\").",
108 "location": "query",
109 "type": "string"
110 },
111 "callback": {
112 "description": "JSONP",
113 "location": "query",
114 "type": "string"
115 },
116 "$.xgafv": {
117 "description": "V1 error format.",
118 "enum": [
119 "1",
120 "2"
121 ],
122 "enumDescriptions": [
123 "v1 error format",
124 "v2 error format"
125 ],
126 "location": "query",
127 "type": "string"
128 } 128 }
129 }, 129 },
130 "protocol": "rest", 130 "protocol": "rest",
131 "resources": { 131 "resources": {
132 "presentations": { 132 "presentations": {
133 "methods": { 133 "methods": {
134 "get": {
135 "description": "Gets the latest version of the specified pre sentation.",
136 "httpMethod": "GET",
137 "id": "slides.presentations.get",
138 "parameterOrder": [
139 "presentationId"
140 ],
141 "parameters": {
142 "presentationId": {
143 "description": "The ID of the presentation to retrie ve.",
144 "location": "path",
145 "pattern": "^[^/]+$",
146 "required": true,
147 "type": "string"
148 }
149 },
150 "path": "v1/presentations/{+presentationId}",
151 "response": {
152 "$ref": "Presentation"
153 },
154 "scopes": [
155 "https://www.googleapis.com/auth/drive",
156 "https://www.googleapis.com/auth/drive.readonly",
157 "https://www.googleapis.com/auth/presentations",
158 "https://www.googleapis.com/auth/presentations.readonly"
159 ]
160 },
134 "create": { 161 "create": {
135 "description": "Creates a new presentation using the title g iven in the request. Other\nfields in the request are ignored.\nReturns the crea ted presentation.", 162 "description": "Creates a new presentation using the title g iven in the request. Other\nfields in the request are ignored.\nReturns the crea ted presentation.",
136 "httpMethod": "POST", 163 "httpMethod": "POST",
137 "id": "slides.presentations.create", 164 "id": "slides.presentations.create",
138 "parameterOrder": [], 165 "parameterOrder": [],
139 "parameters": {}, 166 "parameters": {},
140 "path": "v1/presentations", 167 "path": "v1/presentations",
141 "request": { 168 "request": {
142 "$ref": "Presentation" 169 "$ref": "Presentation"
143 }, 170 },
(...skipping 27 matching lines...) Expand all
171 "response": { 198 "response": {
172 "$ref": "BatchUpdatePresentationResponse" 199 "$ref": "BatchUpdatePresentationResponse"
173 }, 200 },
174 "scopes": [ 201 "scopes": [
175 "https://www.googleapis.com/auth/drive", 202 "https://www.googleapis.com/auth/drive",
176 "https://www.googleapis.com/auth/drive.readonly", 203 "https://www.googleapis.com/auth/drive.readonly",
177 "https://www.googleapis.com/auth/presentations", 204 "https://www.googleapis.com/auth/presentations",
178 "https://www.googleapis.com/auth/spreadsheets", 205 "https://www.googleapis.com/auth/spreadsheets",
179 "https://www.googleapis.com/auth/spreadsheets.readonly" 206 "https://www.googleapis.com/auth/spreadsheets.readonly"
180 ] 207 ]
181 },
182 "get": {
183 "description": "Gets the latest version of the specified pre sentation.",
184 "httpMethod": "GET",
185 "id": "slides.presentations.get",
186 "parameterOrder": [
187 "presentationId"
188 ],
189 "parameters": {
190 "presentationId": {
191 "description": "The ID of the presentation to retrie ve.",
192 "location": "path",
193 "pattern": "^[^/]+$",
194 "required": true,
195 "type": "string"
196 }
197 },
198 "path": "v1/presentations/{+presentationId}",
199 "response": {
200 "$ref": "Presentation"
201 },
202 "scopes": [
203 "https://www.googleapis.com/auth/drive",
204 "https://www.googleapis.com/auth/drive.readonly",
205 "https://www.googleapis.com/auth/presentations",
206 "https://www.googleapis.com/auth/presentations.readonly"
207 ]
208 } 208 }
209 }, 209 },
210 "resources": { 210 "resources": {
211 "pages": { 211 "pages": {
212 "methods": { 212 "methods": {
213 "get": { 213 "get": {
214 "description": "Gets the latest version of the speci fied page in the presentation.", 214 "description": "Gets the latest version of the speci fied page in the presentation.",
215 "httpMethod": "GET", 215 "httpMethod": "GET",
216 "id": "slides.presentations.pages.get", 216 "id": "slides.presentations.pages.get",
217 "parameterOrder": [ 217 "parameterOrder": [
(...skipping 27 matching lines...) Expand all
245 }, 245 },
246 "getThumbnail": { 246 "getThumbnail": {
247 "description": "Generates a thumbnail of the latest version of the specified page in the\npresentation and returns a URL to the thum bnail image.", 247 "description": "Generates a thumbnail of the latest version of the specified page in the\npresentation and returns a URL to the thum bnail image.",
248 "httpMethod": "GET", 248 "httpMethod": "GET",
249 "id": "slides.presentations.pages.getThumbnail", 249 "id": "slides.presentations.pages.getThumbnail",
250 "parameterOrder": [ 250 "parameterOrder": [
251 "presentationId", 251 "presentationId",
252 "pageObjectId" 252 "pageObjectId"
253 ], 253 ],
254 "parameters": { 254 "parameters": {
255 "pageObjectId": {
256 "description": "The object ID of the page wh ose thumbnail to retrieve.",
257 "location": "path",
258 "required": true,
259 "type": "string"
260 },
261 "thumbnailProperties.mimeType": { 255 "thumbnailProperties.mimeType": {
262 "description": "The optional mime type of th e thumbnail image.\n\nIf you don't specify the mime type, the default mime type will be PNG.", 256 "description": "The optional mime type of th e thumbnail image.\n\nIf you don't specify the mime type, the default mime type will be PNG.",
263 "enum": [ 257 "enum": [
264 "PNG" 258 "PNG"
265 ], 259 ],
266 "location": "query", 260 "location": "query",
267 "type": "string" 261 "type": "string"
268 }, 262 },
269 "thumbnailProperties.thumbnailSize": { 263 "thumbnailProperties.thumbnailSize": {
270 "description": "The optional thumbnail image size.\n\nIf you don't specify the size, the server chooses a default size of th e\nimage.", 264 "description": "The optional thumbnail image size.\n\nIf you don't specify the size, the server chooses a default size of th e\nimage.",
271 "enum": [ 265 "enum": [
272 "THUMBNAIL_SIZE_UNSPECIFIED", 266 "THUMBNAIL_SIZE_UNSPECIFIED",
273 "LARGE" 267 "LARGE"
274 ], 268 ],
275 "location": "query", 269 "location": "query",
276 "type": "string" 270 "type": "string"
277 }, 271 },
278 "presentationId": { 272 "presentationId": {
279 "description": "The ID of the presentation t o retrieve.", 273 "description": "The ID of the presentation t o retrieve.",
280 "location": "path", 274 "location": "path",
281 "required": true, 275 "required": true,
282 "type": "string" 276 "type": "string"
277 },
278 "pageObjectId": {
279 "description": "The object ID of the page wh ose thumbnail to retrieve.",
280 "location": "path",
281 "required": true,
282 "type": "string"
283 } 283 }
284 }, 284 },
285 "path": "v1/presentations/{presentationId}/pages/{pa geObjectId}/thumbnail", 285 "path": "v1/presentations/{presentationId}/pages/{pa geObjectId}/thumbnail",
286 "response": { 286 "response": {
287 "$ref": "Thumbnail" 287 "$ref": "Thumbnail"
288 }, 288 },
289 "scopes": [ 289 "scopes": [
290 "https://www.googleapis.com/auth/drive", 290 "https://www.googleapis.com/auth/drive",
291 "https://www.googleapis.com/auth/drive.readonly" , 291 "https://www.googleapis.com/auth/drive.readonly" ,
292 "https://www.googleapis.com/auth/presentations", 292 "https://www.googleapis.com/auth/presentations",
293 "https://www.googleapis.com/auth/presentations.r eadonly" 293 "https://www.googleapis.com/auth/presentations.r eadonly"
294 ] 294 ]
295 } 295 }
296 } 296 }
297 } 297 }
298 } 298 }
299 } 299 }
300 }, 300 },
301 "revision": "20170509", 301 "revision": "20170530",
302 "rootUrl": "https://slides.googleapis.com/", 302 "rootUrl": "https://slides.googleapis.com/",
303 "schemas": { 303 "schemas": {
304 "DeleteParagraphBulletsRequest": {
305 "description": "Deletes bullets from all of the paragraphs that over lap with the given text\nindex range.\n\nThe nesting level of each paragraph wil l be visually preserved by adding\nindent to the start of the corresponding para graph.",
306 "id": "DeleteParagraphBulletsRequest",
307 "properties": {
308 "objectId": {
309 "description": "The object ID of the shape or table containi ng the text to delete bullets\nfrom.",
310 "type": "string"
311 },
312 "textRange": {
313 "$ref": "Range",
314 "description": "The range of text to delete bullets from, ba sed on TextElement indexes."
315 },
316 "cellLocation": {
317 "$ref": "TableCellLocation",
318 "description": "The optional table cell location if the text to be modified is in a table\ncell. If present, the object_id must refer to a t able."
319 }
320 },
321 "type": "object"
322 },
323 "ParagraphMarker": {
324 "description": "A TextElement kind that represents the beginning of a new paragraph.",
325 "id": "ParagraphMarker",
326 "properties": {
327 "bullet": {
328 "$ref": "Bullet",
329 "description": "The bullet for this paragraph. If not presen t, the paragraph does not\nbelong to a list."
330 },
331 "style": {
332 "$ref": "ParagraphStyle",
333 "description": "The paragraph's style"
334 }
335 },
336 "type": "object"
337 },
338 "InsertTableColumnsRequest": {
339 "description": "Inserts columns into a table.\n\nOther columns in th e table will be resized to fit the new column.",
340 "id": "InsertTableColumnsRequest",
341 "properties": {
342 "number": {
343 "description": "The number of columns to be inserted. Maximu m 20 per request.",
344 "format": "int32",
345 "type": "integer"
346 },
347 "cellLocation": {
348 "$ref": "TableCellLocation",
349 "description": "The reference table cell location from which columns will be inserted.\n\nA new column will be inserted to the left (or righ t) of the column where\nthe reference cell is. If the reference cell is a merged cell, a new\ncolumn will be inserted to the left (or right) of the merged cell. "
350 },
351 "insertRight": {
352 "description": "Whether to insert new columns to the right o f the reference cell location.\n\n- `True`: insert to the right.\n- `False`: ins ert to the left.",
353 "type": "boolean"
354 },
355 "tableObjectId": {
356 "description": "The table to insert columns into.",
357 "type": "string"
358 }
359 },
360 "type": "object"
361 },
362 "Thumbnail": {
363 "description": "The thumbnail of a page.",
364 "id": "Thumbnail",
365 "properties": {
366 "height": {
367 "description": "The positive height in pixels of the thumbna il image.",
368 "format": "int32",
369 "type": "integer"
370 },
371 "contentUrl": {
372 "description": "The content URL of the thumbnail image.\n\nT he URL to the image has a default lifetime of 30 minutes.\nThis URL is tagged wi th the account of the requester. Anyone with the URL\neffectively accesses the i mage as the original requester. Access to the\nimage may be lost if the presenta tion's sharing settings change.\nThe mime type of the thumbnail image is the sam e as specified in the\n`GetPageThumbnailRequest`.",
373 "type": "string"
374 },
375 "width": {
376 "description": "The positive width in pixels of the thumbnai l image.",
377 "format": "int32",
378 "type": "integer"
379 }
380 },
381 "type": "object"
382 },
383 "LayoutPlaceholderIdMapping": {
384 "description": "The user-specified ID mapping for a placeholder that will be created on a\nslide from a specified layout.",
385 "id": "LayoutPlaceholderIdMapping",
386 "properties": {
387 "objectId": {
388 "description": "A user-supplied object ID for the placeholde r identified above that to be\ncreated onto a slide.\n\nIf you specify an ID, it must be unique among all pages and page elements\nin the presentation. The ID m ust start with an alphanumeric character or an\nunderscore (matches regex `[a-zA -Z0-9_]`); remaining characters\nmay include those as well as a hyphen or colon (matches regex\n`[a-zA-Z0-9_-:]`).\nThe length of the ID must not be less than 5 or greater than 50.\n\nIf you don't specify an ID, a unique one is generated.",
389 "type": "string"
390 },
391 "layoutPlaceholder": {
392 "$ref": "Placeholder",
393 "description": "The placeholder on a layout that will be app lied to a slide. Only type and index are needed. For example, a\npredefined `TIT LE_AND_BODY` layout may usually have a TITLE placeholder\nwith index 0 and a BOD Y placeholder with index 0."
394 },
395 "layoutPlaceholderObjectId": {
396 "description": "The object ID of the placeholder on a layout that will be applied\nto a slide.",
397 "type": "string"
398 }
399 },
400 "type": "object"
401 },
402 "UpdateShapePropertiesRequest": {
403 "description": "Update the properties of a Shape.",
404 "id": "UpdateShapePropertiesRequest",
405 "properties": {
406 "objectId": {
407 "description": "The object ID of the shape the updates are a pplied to.",
408 "type": "string"
409 },
410 "shapeProperties": {
411 "$ref": "ShapeProperties",
412 "description": "The shape properties to update."
413 },
414 "fields": {
415 "description": "The fields that should be updated.\n\nAt lea st one field must be specified. The root `shapeProperties` is\nimplied and shoul d not be specified. A single `\"*\"` can be used as\nshort-hand for listing ever y field.\n\nFor example to update the shape background solid fill color, set `fi elds`\nto `\"shapeBackgroundFill.solidFill.color\"`.\n\nTo reset a property to i ts default value, include its field name in the\nfield mask but leave the field itself unset.",
416 "format": "google-fieldmask",
417 "type": "string"
418 }
419 },
420 "type": "object"
421 },
422 "WordArt": {
423 "description": "A PageElement kind representing\nword art.",
424 "id": "WordArt",
425 "properties": {
426 "renderedText": {
427 "description": "The text rendered as word art.",
428 "type": "string"
429 }
430 },
431 "type": "object"
432 },
433 "Recolor": {
434 "description": "A recolor effect applied on an image.",
435 "id": "Recolor",
436 "properties": {
437 "recolorStops": {
438 "description": "The recolor effect is represented by a gradi ent, which is a list of color\nstops.\n\nThe colors in the gradient will replace the corresponding colors at\nthe same position in the color palette and apply t o the image. This\nproperty is read-only.",
439 "items": {
440 "$ref": "ColorStop"
441 },
442 "type": "array"
443 },
444 "name": {
445 "description": "The name of the recolor effect.\n\nThe name is determined from the `recolor_stops` by matching the gradient\nagainst the col ors in the page's current color scheme. This property is\nread-only.",
446 "enum": [
447 "NONE",
448 "LIGHT1",
449 "LIGHT2",
450 "LIGHT3",
451 "LIGHT4",
452 "LIGHT5",
453 "LIGHT6",
454 "LIGHT7",
455 "LIGHT8",
456 "LIGHT9",
457 "LIGHT10",
458 "DARK1",
459 "DARK2",
460 "DARK3",
461 "DARK4",
462 "DARK5",
463 "DARK6",
464 "DARK7",
465 "DARK8",
466 "DARK9",
467 "DARK10",
468 "GRAYSCALE",
469 "NEGATIVE",
470 "SEPIA",
471 "CUSTOM"
472 ],
473 "enumDescriptions": [
474 "No recolor effect. The default value.",
475 "A recolor effect that lightens the image using the page 's first available\ncolor from its color scheme.",
476 "A recolor effect that lightens the image using the page 's second\navailable color from its color scheme.",
477 "A recolor effect that lightens the image using the page 's third available\ncolor from its color scheme.",
478 "A recolor effect that lightens the image using the page 's forth available\ncolor from its color scheme.",
479 "A recolor effect that lightens the image using the page 's fifth available\ncolor from its color scheme.",
480 "A recolor effect that lightens the image using the page 's sixth available\ncolor from its color scheme.",
481 "A recolor effect that lightens the image using the page 's seventh\navailable color from its color scheme.e.",
482 "A recolor effect that lightens the image using the page 's eighth\navailable color from its color scheme.",
483 "A recolor effect that lightens the image using the page 's ninth available\ncolor from its color scheme.",
484 "A recolor effect that lightens the image using the page 's tenth available\ncolor from its color scheme.",
485 "A recolor effect that darkens the image using the page' s first available\ncolor from its color scheme.",
486 "A recolor effect that darkens the image using the page' s second available\ncolor from its color scheme.",
487 "A recolor effect that darkens the image using the page' s third available\ncolor from its color scheme.",
488 "A recolor effect that darkens the image using the page' s fourth available\ncolor from its color scheme.",
489 "A recolor effect that darkens the image using the page' s fifth available\ncolor from its color scheme.",
490 "A recolor effect that darkens the image using the page' s sixth available\ncolor from its color scheme.",
491 "A recolor effect that darkens the image using the page' s seventh\navailable color from its color scheme.",
492 "A recolor effect that darkens the image using the page' s eighth available\ncolor from its color scheme.",
493 "A recolor effect that darkens the image using the page' s ninth available\ncolor from its color scheme.",
494 "A recolor effect that darkens the image using the page' s tenth available\ncolor from its color scheme.",
495 "A recolor effect that recolors the image to grayscale." ,
496 "A recolor effect that recolors the image to negative gr ayscale.",
497 "A recolor effect that recolors the image using the sepi a color.",
498 "Custom recolor effect. Refer to `recolor_stops` for the concrete\ngradient."
499 ],
500 "type": "string"
501 }
502 },
503 "type": "object"
504 },
505 "Link": {
506 "description": "A hypertext link.",
507 "id": "Link",
508 "properties": {
509 "pageObjectId": {
510 "description": "If set, indicates this is a link to the spec ific page in this\npresentation with this ID. A page with this ID may not exist. ",
511 "type": "string"
512 },
513 "url": {
514 "description": "If set, indicates this is a link to the exte rnal web page at this URL.",
515 "type": "string"
516 },
517 "relativeLink": {
518 "description": "If set, indicates this is a link to a slide in this presentation,\naddressed by its position.",
519 "enum": [
520 "RELATIVE_SLIDE_LINK_UNSPECIFIED",
521 "NEXT_SLIDE",
522 "PREVIOUS_SLIDE",
523 "FIRST_SLIDE",
524 "LAST_SLIDE"
525 ],
526 "enumDescriptions": [
527 "An unspecified relative slide link.",
528 "A link to the next slide.",
529 "A link to the previous slide.",
530 "A link to the first slide in the presentation.",
531 "A link to the last slide in the presentation."
532 ],
533 "type": "string"
534 },
535 "slideIndex": {
536 "description": "If set, indicates this is a link to the slid e at this zero-based index\nin the presentation. There may not be a slide at thi s index.",
537 "format": "int32",
538 "type": "integer"
539 }
540 },
541 "type": "object"
542 },
543 "RgbColor": {
544 "description": "An RGB color.",
545 "id": "RgbColor",
546 "properties": {
547 "red": {
548 "description": "The red component of the color, from 0.0 to 1.0.",
549 "format": "float",
550 "type": "number"
551 },
552 "green": {
553 "description": "The green component of the color, from 0.0 t o 1.0.",
554 "format": "float",
555 "type": "number"
556 },
557 "blue": {
558 "description": "The blue component of the color, from 0.0 to 1.0.",
559 "format": "float",
560 "type": "number"
561 }
562 },
563 "type": "object"
564 },
565 "CreateShapeResponse": {
566 "description": "The result of creating a shape.",
567 "id": "CreateShapeResponse",
568 "properties": {
569 "objectId": {
570 "description": "The object ID of the created shape.",
571 "type": "string"
572 }
573 },
574 "type": "object"
575 },
576 "CreateLineRequest": {
577 "description": "Creates a line.",
578 "id": "CreateLineRequest",
579 "properties": {
580 "objectId": {
581 "description": "A user-supplied object ID.\n\nIf you specify an ID, it must be unique among all pages and page elements\nin the presentation . The ID must start with an alphanumeric character or an\nunderscore (matches re gex `[a-zA-Z0-9_]`); remaining characters\nmay include those as well as a hyphen or colon (matches regex\n`[a-zA-Z0-9_-:]`).\nThe length of the ID must not be l ess than 5 or greater than 50.\n\nIf you don't specify an ID, a unique one is ge nerated.",
582 "type": "string"
583 },
584 "elementProperties": {
585 "$ref": "PageElementProperties",
586 "description": "The element properties for the line."
587 },
588 "lineCategory": {
589 "description": "The category of line to be created.",
590 "enum": [
591 "STRAIGHT",
592 "BENT",
593 "CURVED"
594 ],
595 "enumDescriptions": [
596 "Straight connectors, including straight connector 1. Th e is the default\ncategory when one is not specified.",
597 "Bent connectors, including bent connector 2 to 5.",
598 "Curved connectors, including curved connector 2 to 5."
599 ],
600 "type": "string"
601 }
602 },
603 "type": "object"
604 },
304 "CreateSlideResponse": { 605 "CreateSlideResponse": {
305 "description": "The result of creating a slide.", 606 "description": "The result of creating a slide.",
306 "id": "CreateSlideResponse", 607 "id": "CreateSlideResponse",
307 "properties": { 608 "properties": {
308 "objectId": { 609 "objectId": {
309 "description": "The object ID of the created slide.", 610 "description": "The object ID of the created slide.",
310 "type": "string" 611 "type": "string"
311 } 612 }
312 }, 613 },
313 "type": "object" 614 "type": "object"
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 "$ref": "PageElementProperties", 919 "$ref": "PageElementProperties",
619 "description": "The element properties for the shape." 920 "description": "The element properties for the shape."
620 } 921 }
621 }, 922 },
622 "type": "object" 923 "type": "object"
623 }, 924 },
624 "Video": { 925 "Video": {
625 "description": "A PageElement kind representing a\nvideo.", 926 "description": "A PageElement kind representing a\nvideo.",
626 "id": "Video", 927 "id": "Video",
627 "properties": { 928 "properties": {
628 "url": {
629 "description": "An URL to a video. The URL is valid as long as the source video\nexists and sharing settings do not change.",
630 "type": "string"
631 },
632 "id": {
633 "description": "The video source's unique identifier for thi s video.",
634 "type": "string"
635 },
636 "videoProperties": {
637 "$ref": "VideoProperties",
638 "description": "The properties of the video."
639 },
640 "source": { 929 "source": {
641 "description": "The video source.", 930 "description": "The video source.",
642 "enum": [ 931 "enum": [
643 "SOURCE_UNSPECIFIED", 932 "SOURCE_UNSPECIFIED",
644 "YOUTUBE" 933 "YOUTUBE"
645 ], 934 ],
646 "enumDescriptions": [ 935 "enumDescriptions": [
647 "The video source is unspecified.", 936 "The video source is unspecified.",
648 "The video source is YouTube." 937 "The video source is YouTube."
649 ], 938 ],
650 "type": "string" 939 "type": "string"
940 },
941 "url": {
942 "description": "An URL to a video. The URL is valid as long as the source video\nexists and sharing settings do not change.",
943 "type": "string"
944 },
945 "id": {
946 "description": "The video source's unique identifier for thi s video.",
947 "type": "string"
948 },
949 "videoProperties": {
950 "$ref": "VideoProperties",
951 "description": "The properties of the video."
651 } 952 }
652 }, 953 },
653 "type": "object" 954 "type": "object"
654 }, 955 },
655 "PageProperties": { 956 "PageProperties": {
656 "description": "The properties of the Page.\n\nThe page will inherit properties from the parent page. Depending on the page\ntype the hierarchy is d efined in either\nSlideProperties or\nLayoutProperties.", 957 "description": "The properties of the Page.\n\nThe page will inherit properties from the parent page. Depending on the page\ntype the hierarchy is d efined in either\nSlideProperties or\nLayoutProperties.",
657 "id": "PageProperties", 958 "id": "PageProperties",
658 "properties": { 959 "properties": {
659 "colorScheme": { 960 "colorScheme": {
660 "$ref": "ColorScheme", 961 "$ref": "ColorScheme",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 "format": "google-fieldmask", 1021 "format": "google-fieldmask",
721 "type": "string" 1022 "type": "string"
722 }, 1023 },
723 "objectId": { 1024 "objectId": {
724 "description": "The object ID of the line the update is appl ied to.", 1025 "description": "The object ID of the line the update is appl ied to.",
725 "type": "string" 1026 "type": "string"
726 } 1027 }
727 }, 1028 },
728 "type": "object" 1029 "type": "object"
729 }, 1030 },
1031 "UpdateSlidesPositionRequest": {
1032 "description": "Updates the position of slides in the presentation." ,
1033 "id": "UpdateSlidesPositionRequest",
1034 "properties": {
1035 "insertionIndex": {
1036 "description": "The index where the slides should be inserte d, based on the slide\narrangement before the move takes place. Must be between zero and the\nnumber of slides in the presentation, inclusive.",
1037 "format": "int32",
1038 "type": "integer"
1039 },
1040 "slideObjectIds": {
1041 "description": "The IDs of the slides in the presentation th at should be moved.\nThe slides in this list must be in existing presentation or der, without\nduplicates.",
1042 "items": {
1043 "type": "string"
1044 },
1045 "type": "array"
1046 }
1047 },
1048 "type": "object"
1049 },
730 "TableCellBackgroundFill": { 1050 "TableCellBackgroundFill": {
731 "description": "The table cell background fill.", 1051 "description": "The table cell background fill.",
732 "id": "TableCellBackgroundFill", 1052 "id": "TableCellBackgroundFill",
733 "properties": { 1053 "properties": {
734 "solidFill": {
735 "$ref": "SolidFill",
736 "description": "Solid color fill."
737 },
738 "propertyState": { 1054 "propertyState": {
739 "description": "The background fill property state.\n\nUpdat ing the the fill on a table cell will implicitly update this field\nto `RENDERED `, unless another value is specified in the same request. To\nhave no fill on a table cell, set this field to `NOT_RENDERED`. In this\ncase, any other fill fiel ds set in the same request will be ignored.", 1055 "description": "The background fill property state.\n\nUpdat ing the the fill on a table cell will implicitly update this field\nto `RENDERED `, unless another value is specified in the same request. To\nhave no fill on a table cell, set this field to `NOT_RENDERED`. In this\ncase, any other fill fiel ds set in the same request will be ignored.",
740 "enum": [ 1056 "enum": [
741 "RENDERED", 1057 "RENDERED",
742 "NOT_RENDERED", 1058 "NOT_RENDERED",
743 "INHERIT" 1059 "INHERIT"
744 ], 1060 ],
745 "enumDescriptions": [ 1061 "enumDescriptions": [
746 "If a property's state is RENDERED, then the element has the corresponding\nproperty when rendered on a page. If the element is a placeh older shape as\ndetermined by the placeholder\nfield, and it inherits from a pla ceholder shape, the corresponding field\nmay be unset, meaning that the property value is inherited from a parent\nplaceholder. If the element does not inherit, then the field will contain\nthe rendered value. This is the default value.", 1062 "If a property's state is RENDERED, then the element has the corresponding\nproperty when rendered on a page. If the element is a placeh older shape as\ndetermined by the placeholder\nfield, and it inherits from a pla ceholder shape, the corresponding field\nmay be unset, meaning that the property value is inherited from a parent\nplaceholder. If the element does not inherit, then the field will contain\nthe rendered value. This is the default value.",
747 "If a property's state is NOT_RENDERED, then the element does not have the\ncorresponding property when rendered on a page. However, the field may\nstill be set so it can be inherited by child shapes. To remove a pro perty\nfrom a rendered element, set its property_state to NOT_RENDERED.", 1063 "If a property's state is NOT_RENDERED, then the element does not have the\ncorresponding property when rendered on a page. However, the field may\nstill be set so it can be inherited by child shapes. To remove a pro perty\nfrom a rendered element, set its property_state to NOT_RENDERED.",
748 "If a property's state is INHERIT, then the property sta te uses the value of\ncorresponding `property_state` field on the parent shape. Elements that do\nnot inherit will never have an INHERIT property state." 1064 "If a property's state is INHERIT, then the property sta te uses the value of\ncorresponding `property_state` field on the parent shape. Elements that do\nnot inherit will never have an INHERIT property state."
749 ], 1065 ],
750 "type": "string" 1066 "type": "string"
1067 },
1068 "solidFill": {
1069 "$ref": "SolidFill",
1070 "description": "Solid color fill."
751 } 1071 }
752 }, 1072 },
753 "type": "object" 1073 "type": "object"
754 },
755 "UpdateSlidesPositionRequest": {
756 "description": "Updates the position of slides in the presentation." ,
757 "id": "UpdateSlidesPositionRequest",
758 "properties": {
759 "insertionIndex": {
760 "description": "The index where the slides should be inserte d, based on the slide\narrangement before the move takes place. Must be between zero and the\nnumber of slides in the presentation, inclusive.",
761 "format": "int32",
762 "type": "integer"
763 },
764 "slideObjectIds": {
765 "description": "The IDs of the slides in the presentation th at should be moved.\nThe slides in this list must be in existing presentation or der, without\nduplicates.",
766 "items": {
767 "type": "string"
768 },
769 "type": "array"
770 }
771 },
772 "type": "object"
773 }, 1074 },
774 "UpdatePagePropertiesRequest": { 1075 "UpdatePagePropertiesRequest": {
775 "description": "Updates the properties of a Page.", 1076 "description": "Updates the properties of a Page.",
776 "id": "UpdatePagePropertiesRequest", 1077 "id": "UpdatePagePropertiesRequest",
777 "properties": { 1078 "properties": {
778 "fields": { 1079 "fields": {
779 "description": "The fields that should be updated.\n\nAt lea st one field must be specified. The root `pageProperties` is\nimplied and should not be specified. A single `\"*\"` can be used as\nshort-hand for listing every field.\n\nFor example to update the page background solid fill color, set `fiel ds`\nto `\"pageBackgroundFill.solidFill.color\"`.\n\nTo reset a property to its default value, include its field name in the\nfield mask but leave the field its elf unset.", 1080 "description": "The fields that should be updated.\n\nAt lea st one field must be specified. The root `pageProperties` is\nimplied and should not be specified. A single `\"*\"` can be used as\nshort-hand for listing every field.\n\nFor example to update the page background solid fill color, set `fiel ds`\nto `\"pageBackgroundFill.solidFill.color\"`.\n\nTo reset a property to its default value, include its field name in the\nfield mask but leave the field its elf unset.",
780 "format": "google-fieldmask", 1081 "format": "google-fieldmask",
781 "type": "string" 1082 "type": "string"
782 }, 1083 },
(...skipping 19 matching lines...) Expand all
802 }, 1103 },
803 "type": "array" 1104 "type": "array"
804 } 1105 }
805 }, 1106 },
806 "type": "object" 1107 "type": "object"
807 }, 1108 },
808 "Placeholder": { 1109 "Placeholder": {
809 "description": "The placeholder information that uniquely identifies a placeholder shape.", 1110 "description": "The placeholder information that uniquely identifies a placeholder shape.",
810 "id": "Placeholder", 1111 "id": "Placeholder",
811 "properties": { 1112 "properties": {
812 "parentObjectId": {
813 "description": "The object ID of this shape's parent placeho lder.\nIf unset, the parent placeholder shape does not exist, so the shape does\ nnot inherit properties from any other shape.",
814 "type": "string"
815 },
816 "index": {
817 "description": "The index of the placeholder. If the same pl aceholder types are present in\nthe same page, they would have different index v alues.",
818 "format": "int32",
819 "type": "integer"
820 },
821 "type": { 1113 "type": {
822 "description": "The type of the placeholder.", 1114 "description": "The type of the placeholder.",
823 "enum": [ 1115 "enum": [
824 "NONE", 1116 "NONE",
825 "BODY", 1117 "BODY",
826 "CHART", 1118 "CHART",
827 "CLIP_ART", 1119 "CLIP_ART",
828 "CENTERED_TITLE", 1120 "CENTERED_TITLE",
829 "DIAGRAM", 1121 "DIAGRAM",
830 "DATE_AND_TIME", 1122 "DATE_AND_TIME",
(...skipping 21 matching lines...) Expand all
852 "Multimedia.", 1144 "Multimedia.",
853 "Any content type.", 1145 "Any content type.",
854 "Picture.", 1146 "Picture.",
855 "Number of a slide.", 1147 "Number of a slide.",
856 "Subtitle.", 1148 "Subtitle.",
857 "Table.", 1149 "Table.",
858 "Slide title.", 1150 "Slide title.",
859 "Slide image." 1151 "Slide image."
860 ], 1152 ],
861 "type": "string" 1153 "type": "string"
1154 },
1155 "parentObjectId": {
1156 "description": "The object ID of this shape's parent placeho lder.\nIf unset, the parent placeholder shape does not exist, so the shape does\ nnot inherit properties from any other shape.",
1157 "type": "string"
1158 },
1159 "index": {
1160 "description": "The index of the placeholder. If the same pl aceholder types are present in\nthe same page, they would have different index v alues.",
1161 "format": "int32",
1162 "type": "integer"
862 } 1163 }
863 }, 1164 },
864 "type": "object" 1165 "type": "object"
865 }, 1166 },
866 "DuplicateObjectRequest": { 1167 "DuplicateObjectRequest": {
867 "description": "Duplicates a slide or page element.\n\nWhen duplicat ing a slide, the duplicate slide will be created immediately\nfollowing the spec ified slide. When duplicating a page element, the duplicate\nwill be placed on t he same page at the same position as the original.", 1168 "description": "Duplicates a slide or page element.\n\nWhen duplicat ing a slide, the duplicate slide will be created immediately\nfollowing the spec ified slide. When duplicating a page element, the duplicate\nwill be placed on t he same page at the same position as the original.",
868 "id": "DuplicateObjectRequest", 1169 "id": "DuplicateObjectRequest",
869 "properties": { 1170 "properties": {
1171 "objectId": {
1172 "description": "The ID of the object to duplicate.",
1173 "type": "string"
1174 },
870 "objectIds": { 1175 "objectIds": {
871 "additionalProperties": { 1176 "additionalProperties": {
872 "type": "string" 1177 "type": "string"
873 }, 1178 },
874 "description": "The object being duplicated may contain othe r objects, for example when\nduplicating a slide or a group page element. This m ap defines how the IDs\nof duplicated objects are generated: the keys are the ID s of the original\nobjects and its values are the IDs that will be assigned to t he\ncorresponding duplicate object. The ID of the source object's duplicate\nmay be specified in this map as well, using the same value of the\n`object_id` fiel d as a key and the newly desired ID as the value.\n\nAll keys must correspond to existing IDs in the presentation. All values\nmust be unique in the presentatio n and must start with an alphanumeric\ncharacter or an underscore (matches regex `[a-zA-Z0-9_]`); remaining\ncharacters may include those as well as a hyphen or colon (matches regex\n`[a-zA-Z0-9_-:]`). The length of the new ID must not be l ess than 5 or\ngreater than 50.\n\nIf any IDs of source objects are omitted from the map, a new random ID will\nbe assigned. If the map is empty or unset, all d uplicate objects will\nreceive a new random ID.", 1179 "description": "The object being duplicated may contain othe r objects, for example when\nduplicating a slide or a group page element. This m ap defines how the IDs\nof duplicated objects are generated: the keys are the ID s of the original\nobjects and its values are the IDs that will be assigned to t he\ncorresponding duplicate object. The ID of the source object's duplicate\nmay be specified in this map as well, using the same value of the\n`object_id` fiel d as a key and the newly desired ID as the value.\n\nAll keys must correspond to existing IDs in the presentation. All values\nmust be unique in the presentatio n and must start with an alphanumeric\ncharacter or an underscore (matches regex `[a-zA-Z0-9_]`); remaining\ncharacters may include those as well as a hyphen or colon (matches regex\n`[a-zA-Z0-9_-:]`). The length of the new ID must not be l ess than 5 or\ngreater than 50.\n\nIf any IDs of source objects are omitted from the map, a new random ID will\nbe assigned. If the map is empty or unset, all d uplicate objects will\nreceive a new random ID.",
875 "type": "object" 1180 "type": "object"
876 },
877 "objectId": {
878 "description": "The ID of the object to duplicate.",
879 "type": "string"
880 } 1181 }
881 }, 1182 },
882 "type": "object" 1183 "type": "object"
883 }, 1184 },
884 "ReplaceAllTextRequest": { 1185 "ReplaceAllTextRequest": {
885 "description": "Replaces all instances of text matching a criteria w ith replace text.", 1186 "description": "Replaces all instances of text matching a criteria w ith replace text.",
886 "id": "ReplaceAllTextRequest", 1187 "id": "ReplaceAllTextRequest",
887 "properties": { 1188 "properties": {
888 "replaceText": { 1189 "replaceText": {
889 "description": "The text that will replace the matched text. ", 1190 "description": "The text that will replace the matched text. ",
890 "type": "string" 1191 "type": "string"
891 }, 1192 },
1193 "pageObjectIds": {
1194 "description": "If non-empty, limits the matches to page ele ments only on the given pages.\n\nReturns a 400 bad request error if given the p age object ID of a\nnotes master,\nor if a page with that object ID doesn't exis t in the presentation.",
1195 "items": {
1196 "type": "string"
1197 },
1198 "type": "array"
1199 },
892 "containsText": { 1200 "containsText": {
893 "$ref": "SubstringMatchCriteria", 1201 "$ref": "SubstringMatchCriteria",
894 "description": "Finds text in a shape matching this substrin g." 1202 "description": "Finds text in a shape matching this substrin g."
895 } 1203 }
896 }, 1204 },
897 "type": "object" 1205 "type": "object"
898 }, 1206 },
899 "Page": { 1207 "Page": {
900 "description": "A page in a presentation.", 1208 "description": "A page in a presentation.",
901 "id": "Page", 1209 "id": "Page",
902 "properties": { 1210 "properties": {
1211 "pageProperties": {
1212 "$ref": "PageProperties",
1213 "description": "The properties of the page."
1214 },
1215 "slideProperties": {
1216 "$ref": "SlideProperties",
1217 "description": "Slide specific properties. Only set if page_ type = SLIDE."
1218 },
903 "objectId": { 1219 "objectId": {
904 "description": "The object ID for this page. Object IDs used by\nPage and\nPageElement share the same namespace.", 1220 "description": "The object ID for this page. Object IDs used by\nPage and\nPageElement share the same namespace.",
905 "type": "string" 1221 "type": "string"
906 }, 1222 },
907 "revisionId": { 1223 "revisionId": {
908 "description": "The revision ID of the presentation containi ng this page. Can be used in\nupdate requests to assert that the presentation re vision hasn't changed\nsince the last read operation. Only populated if the user has edit access\nto the presentation.\n\nThe format of the revision ID may chan ge over time, so it should be treated\nopaquely. A returned revision ID is only guaranteed to be valid for 24\nhours after it has been returned and cannot be sh ared across users. If the\nrevision ID is unchanged between calls, then the pres entation has not\nchanged. Conversely, a changed ID (for the same presentation a nd user)\nusually means the presentation has been updated; however, a changed ID can\nalso be due to internal factors such as ID format changes.", 1224 "description": "The revision ID of the presentation containi ng this page. Can be used in\nupdate requests to assert that the presentation re vision hasn't changed\nsince the last read operation. Only populated if the user has edit access\nto the presentation.\n\nThe format of the revision ID may chan ge over time, so it should be treated\nopaquely. A returned revision ID is only guaranteed to be valid for 24\nhours after it has been returned and cannot be sh ared across users. If the\nrevision ID is unchanged between calls, then the pres entation has not\nchanged. Conversely, a changed ID (for the same presentation a nd user)\nusually means the presentation has been updated; however, a changed ID can\nalso be due to internal factors such as ID format changes.",
909 "type": "string" 1225 "type": "string"
910 }, 1226 },
911 "layoutProperties": { 1227 "layoutProperties": {
912 "$ref": "LayoutProperties", 1228 "$ref": "LayoutProperties",
913 "description": "Layout specific properties. Only set if page _type = LAYOUT." 1229 "description": "Layout specific properties. Only set if page _type = LAYOUT."
914 }, 1230 },
915 "notesProperties": {
916 "$ref": "NotesProperties",
917 "description": "Notes specific properties. Only set if page_ type = NOTES."
918 },
919 "pageElements": {
920 "description": "The page elements rendered on the page.",
921 "items": {
922 "$ref": "PageElement"
923 },
924 "type": "array"
925 },
926 "pageType": { 1231 "pageType": {
927 "description": "The type of the page.", 1232 "description": "The type of the page.",
928 "enum": [ 1233 "enum": [
929 "SLIDE", 1234 "SLIDE",
930 "MASTER", 1235 "MASTER",
931 "LAYOUT", 1236 "LAYOUT",
932 "NOTES", 1237 "NOTES",
933 "NOTES_MASTER" 1238 "NOTES_MASTER"
934 ], 1239 ],
935 "enumDescriptions": [ 1240 "enumDescriptions": [
936 "A slide page.", 1241 "A slide page.",
937 "A master slide page.", 1242 "A master slide page.",
938 "A layout page.", 1243 "A layout page.",
939 "A notes page.", 1244 "A notes page.",
940 "A notes master page." 1245 "A notes master page."
941 ], 1246 ],
942 "type": "string" 1247 "type": "string"
943 }, 1248 },
944 "pageProperties": { 1249 "pageElements": {
945 "$ref": "PageProperties", 1250 "description": "The page elements rendered on the page.",
946 "description": "The properties of the page." 1251 "items": {
1252 "$ref": "PageElement"
1253 },
1254 "type": "array"
947 }, 1255 },
948 "slideProperties": { 1256 "notesProperties": {
949 "$ref": "SlideProperties", 1257 "$ref": "NotesProperties",
950 "description": "Slide specific properties. Only set if page_ type = SLIDE." 1258 "description": "Notes specific properties. Only set if page_ type = NOTES."
951 } 1259 }
952 }, 1260 },
953 "type": "object" 1261 "type": "object"
954 }, 1262 },
955 "ShapeBackgroundFill": { 1263 "ShapeBackgroundFill": {
956 "description": "The shape background fill.", 1264 "description": "The shape background fill.",
957 "id": "ShapeBackgroundFill", 1265 "id": "ShapeBackgroundFill",
958 "properties": { 1266 "properties": {
959 "solidFill": {
960 "$ref": "SolidFill",
961 "description": "Solid color fill."
962 },
963 "propertyState": { 1267 "propertyState": {
964 "description": "The background fill property state.\n\nUpdat ing the the fill on a shape will implicitly update this field to\n`RENDERED`, un less another value is specified in the same request. To\nhave no fill on a shape , set this field to `NOT_RENDERED`. In this case,\nany other fill fields set in the same request will be ignored.", 1268 "description": "The background fill property state.\n\nUpdat ing the the fill on a shape will implicitly update this field to\n`RENDERED`, un less another value is specified in the same request. To\nhave no fill on a shape , set this field to `NOT_RENDERED`. In this case,\nany other fill fields set in the same request will be ignored.",
965 "enum": [ 1269 "enum": [
966 "RENDERED", 1270 "RENDERED",
967 "NOT_RENDERED", 1271 "NOT_RENDERED",
968 "INHERIT" 1272 "INHERIT"
969 ], 1273 ],
970 "enumDescriptions": [ 1274 "enumDescriptions": [
971 "If a property's state is RENDERED, then the element has the corresponding\nproperty when rendered on a page. If the element is a placeh older shape as\ndetermined by the placeholder\nfield, and it inherits from a pla ceholder shape, the corresponding field\nmay be unset, meaning that the property value is inherited from a parent\nplaceholder. If the element does not inherit, then the field will contain\nthe rendered value. This is the default value.", 1275 "If a property's state is RENDERED, then the element has the corresponding\nproperty when rendered on a page. If the element is a placeh older shape as\ndetermined by the placeholder\nfield, and it inherits from a pla ceholder shape, the corresponding field\nmay be unset, meaning that the property value is inherited from a parent\nplaceholder. If the element does not inherit, then the field will contain\nthe rendered value. This is the default value.",
972 "If a property's state is NOT_RENDERED, then the element does not have the\ncorresponding property when rendered on a page. However, the field may\nstill be set so it can be inherited by child shapes. To remove a pro perty\nfrom a rendered element, set its property_state to NOT_RENDERED.", 1276 "If a property's state is NOT_RENDERED, then the element does not have the\ncorresponding property when rendered on a page. However, the field may\nstill be set so it can be inherited by child shapes. To remove a pro perty\nfrom a rendered element, set its property_state to NOT_RENDERED.",
973 "If a property's state is INHERIT, then the property sta te uses the value of\ncorresponding `property_state` field on the parent shape. Elements that do\nnot inherit will never have an INHERIT property state." 1277 "If a property's state is INHERIT, then the property sta te uses the value of\ncorresponding `property_state` field on the parent shape. Elements that do\nnot inherit will never have an INHERIT property state."
974 ], 1278 ],
975 "type": "string" 1279 "type": "string"
1280 },
1281 "solidFill": {
1282 "$ref": "SolidFill",
1283 "description": "Solid color fill."
976 } 1284 }
977 }, 1285 },
978 "type": "object" 1286 "type": "object"
979 }, 1287 },
980 "CropProperties": { 1288 "CropProperties": {
981 "description": "The crop properties of an object enclosed in a conta iner. For example, an\nImage.\n\nThe crop properties is represented by the offse ts of four edges which define\na crop rectangle. The offsets are measured in per centage from the\ncorresponding edges of the object's original bounding rectangl e towards\ninside, relative to the object's original dimensions.\n\n- If the off set is in the interval (0, 1), the corresponding edge of crop\nrectangle is posi tioned inside of the object's original bounding rectangle.\n- If the offset is n egative or greater than 1, the corresponding edge of crop\nrectangle is position ed outside of the object's original bounding rectangle.\n- If the left edge of t he crop rectangle is on the right side of its right\nedge, the object will be fl ipped horizontally.\n- If the top edge of the crop rectangle is below its bottom edge, the object\nwill be flipped vertically.\n- If all offsets and rotation an gle is 0, the object is not cropped.\n\nAfter cropping, the content in the crop rectangle will be stretched to fit\nits container.", 1289 "description": "The crop properties of an object enclosed in a conta iner. For example, an\nImage.\n\nThe crop properties is represented by the offse ts of four edges which define\na crop rectangle. The offsets are measured in per centage from the\ncorresponding edges of the object's original bounding rectangl e towards\ninside, relative to the object's original dimensions.\n\n- If the off set is in the interval (0, 1), the corresponding edge of crop\nrectangle is posi tioned inside of the object's original bounding rectangle.\n- If the offset is n egative or greater than 1, the corresponding edge of crop\nrectangle is position ed outside of the object's original bounding rectangle.\n- If the left edge of t he crop rectangle is on the right side of its right\nedge, the object will be fl ipped horizontally.\n- If the top edge of the crop rectangle is below its bottom edge, the object\nwill be flipped vertically.\n- If all offsets and rotation an gle is 0, the object is not cropped.\n\nAfter cropping, the content in the crop rectangle will be stretched to fit\nits container.",
982 "id": "CropProperties", 1290 "id": "CropProperties",
983 "properties": { 1291 "properties": {
984 "topOffset": {
985 "description": "The offset specifies the top edge of the cro p rectangle that is located\nbelow the original bounding rectangle top edge, rel ative to the object's\noriginal height.",
986 "format": "float",
987 "type": "number"
988 },
989 "leftOffset": {
990 "description": "The offset specifies the left edge of the cr op rectangle that is located to\nthe right of the original bounding rectangle le ft edge, relative to the\nobject's original width.",
991 "format": "float",
992 "type": "number"
993 },
994 "rightOffset": { 1292 "rightOffset": {
995 "description": "The offset specifies the right edge of the c rop rectangle that is located\nto the left of the original bounding rectangle ri ght edge, relative to the\nobject's original width.", 1293 "description": "The offset specifies the right edge of the c rop rectangle that is located\nto the left of the original bounding rectangle ri ght edge, relative to the\nobject's original width.",
996 "format": "float", 1294 "format": "float",
997 "type": "number" 1295 "type": "number"
998 }, 1296 },
999 "bottomOffset": { 1297 "bottomOffset": {
1000 "description": "The offset specifies the bottom edge of the crop rectangle that is located\nabove the original bounding rectangle bottom edg e, relative to the object's\noriginal height.", 1298 "description": "The offset specifies the bottom edge of the crop rectangle that is located\nabove the original bounding rectangle bottom edg e, relative to the object's\noriginal height.",
1001 "format": "float", 1299 "format": "float",
1002 "type": "number" 1300 "type": "number"
1003 }, 1301 },
1004 "angle": { 1302 "angle": {
1005 "description": "The rotation angle of the crop window around its center, in radians.\nRotation angle is applied after the offset.", 1303 "description": "The rotation angle of the crop window around its center, in radians.\nRotation angle is applied after the offset.",
1006 "format": "float", 1304 "format": "float",
1007 "type": "number" 1305 "type": "number"
1306 },
1307 "topOffset": {
1308 "description": "The offset specifies the top edge of the cro p rectangle that is located\nbelow the original bounding rectangle top edge, rel ative to the object's\noriginal height.",
1309 "format": "float",
1310 "type": "number"
1311 },
1312 "leftOffset": {
1313 "description": "The offset specifies the left edge of the cr op rectangle that is located to\nthe right of the original bounding rectangle le ft edge, relative to the\nobject's original width.",
1314 "format": "float",
1315 "type": "number"
1008 } 1316 }
1009 }, 1317 },
1010 "type": "object" 1318 "type": "object"
1011 }, 1319 },
1012 "ReplaceAllShapesWithSheetsChartRequest": { 1320 "ReplaceAllShapesWithSheetsChartRequest": {
1013 "description": "Replaces all shapes that match the given criteria wi th the provided Google\nSheets chart. The chart will be scaled and centered to f it within the bounds\nof the original shape.\n\nNOTE: Replacing shapes with a ch art requires at least one of the\nspreadsheets.readonly, spreadsheets, drive.rea donly, or drive OAuth scopes.", 1321 "description": "Replaces all shapes that match the given criteria wi th the provided Google\nSheets chart. The chart will be scaled and centered to f it within the bounds\nof the original shape.\n\nNOTE: Replacing shapes with a ch art requires at least one of the\nspreadsheets.readonly, spreadsheets, drive.rea donly, or drive OAuth scopes.",
1014 "id": "ReplaceAllShapesWithSheetsChartRequest", 1322 "id": "ReplaceAllShapesWithSheetsChartRequest",
1015 "properties": { 1323 "properties": {
1324 "containsText": {
1325 "$ref": "SubstringMatchCriteria",
1326 "description": "The criteria that the shapes must match in o rder to be replaced. The\nrequest will replace all of the shapes that contain th e given text."
1327 },
1328 "chartId": {
1329 "description": "The ID of the specific chart in the Google S heets spreadsheet.",
1330 "format": "int32",
1331 "type": "integer"
1332 },
1333 "pageObjectIds": {
1334 "description": "If non-empty, limits the matches to page ele ments only on the given pages.\n\nReturns a 400 bad request error if given the p age object ID of a\nnotes page or a\nnotes master, or if a\npage with that objec t ID doesn't exist in the presentation.",
1335 "items": {
1336 "type": "string"
1337 },
1338 "type": "array"
1339 },
1016 "spreadsheetId": { 1340 "spreadsheetId": {
1017 "description": "The ID of the Google Sheets spreadsheet that contains the chart.", 1341 "description": "The ID of the Google Sheets spreadsheet that contains the chart.",
1018 "type": "string" 1342 "type": "string"
1019 }, 1343 },
1020 "linkingMode": { 1344 "linkingMode": {
1021 "description": "The mode with which the chart is linked to t he source spreadsheet. When\nnot specified, the chart will be an image that is n ot linked.", 1345 "description": "The mode with which the chart is linked to t he source spreadsheet. When\nnot specified, the chart will be an image that is n ot linked.",
1022 "enum": [ 1346 "enum": [
1023 "NOT_LINKED_IMAGE", 1347 "NOT_LINKED_IMAGE",
1024 "LINKED" 1348 "LINKED"
1025 ], 1349 ],
1026 "enumDescriptions": [ 1350 "enumDescriptions": [
1027 "The chart is not associated with the source spreadsheet and cannot be\nupdated. A chart that is not linked will be inserted as an image .", 1351 "The chart is not associated with the source spreadsheet and cannot be\nupdated. A chart that is not linked will be inserted as an image .",
1028 "Linking the chart allows it to be updated, and other co llaborators will\nsee a link to the spreadsheet." 1352 "Linking the chart allows it to be updated, and other co llaborators will\nsee a link to the spreadsheet."
1029 ], 1353 ],
1030 "type": "string" 1354 "type": "string"
1031 },
1032 "containsText": {
1033 "$ref": "SubstringMatchCriteria",
1034 "description": "The criteria that the shapes must match in o rder to be replaced. The\nrequest will replace all of the shapes that contain th e given text."
1035 },
1036 "chartId": {
1037 "description": "The ID of the specific chart in the Google S heets spreadsheet.",
1038 "format": "int32",
1039 "type": "integer"
1040 } 1355 }
1041 }, 1356 },
1042 "type": "object" 1357 "type": "object"
1043 }, 1358 },
1044 "ColorStop": { 1359 "ColorStop": {
1045 "description": "A color and position in a gradient band.", 1360 "description": "A color and position in a gradient band.",
1046 "id": "ColorStop", 1361 "id": "ColorStop",
1047 "properties": { 1362 "properties": {
1048 "color": {
1049 "$ref": "OpaqueColor",
1050 "description": "The color of the gradient stop."
1051 },
1052 "alpha": { 1363 "alpha": {
1053 "description": "The alpha value of this color in the gradien t band. Defaults to 1.0,\nfully opaque.", 1364 "description": "The alpha value of this color in the gradien t band. Defaults to 1.0,\nfully opaque.",
1054 "format": "float", 1365 "format": "float",
1055 "type": "number" 1366 "type": "number"
1056 }, 1367 },
1057 "position": { 1368 "position": {
1058 "description": "The relative position of the color stop in t he gradient band measured\nin percentage. The value should be in the interval [0 .0, 1.0].", 1369 "description": "The relative position of the color stop in t he gradient band measured\nin percentage. The value should be in the interval [0 .0, 1.0].",
1059 "format": "float", 1370 "format": "float",
1060 "type": "number" 1371 "type": "number"
1372 },
1373 "color": {
1374 "$ref": "OpaqueColor",
1375 "description": "The color of the gradient stop."
1061 } 1376 }
1062 }, 1377 },
1063 "type": "object" 1378 "type": "object"
1064 }, 1379 },
1065 "Range": { 1380 "Range": {
1066 "description": "Specifies a contiguous range of an indexed collectio n, such as characters in\ntext.", 1381 "description": "Specifies a contiguous range of an indexed collectio n, such as characters in\ntext.",
1067 "id": "Range", 1382 "id": "Range",
1068 "properties": { 1383 "properties": {
1384 "startIndex": {
1385 "description": "The optional zero-based index of the beginni ng of the collection.\nRequired for `FIXED_RANGE` and `FROM_START_INDEX` ranges. ",
1386 "format": "int32",
1387 "type": "integer"
1388 },
1389 "endIndex": {
1390 "description": "The optional zero-based index of the end of the collection.\nRequired for `FIXED_RANGE` ranges.",
1391 "format": "int32",
1392 "type": "integer"
1393 },
1069 "type": { 1394 "type": {
1070 "description": "The type of range.", 1395 "description": "The type of range.",
1071 "enum": [ 1396 "enum": [
1072 "RANGE_TYPE_UNSPECIFIED", 1397 "RANGE_TYPE_UNSPECIFIED",
1073 "FIXED_RANGE", 1398 "FIXED_RANGE",
1074 "FROM_START_INDEX", 1399 "FROM_START_INDEX",
1075 "ALL" 1400 "ALL"
1076 ], 1401 ],
1077 "enumDescriptions": [ 1402 "enumDescriptions": [
1078 "Unspecified range type. This value must not be used.", 1403 "Unspecified range type. This value must not be used.",
1079 "A fixed range. Both the `start_index` and\n`end_index` must be specified.", 1404 "A fixed range. Both the `start_index` and\n`end_index` must be specified.",
1080 "Starts the range at `start_index` and continues until t he\nend of the collection. The `end_index` must not be specified.", 1405 "Starts the range at `start_index` and continues until t he\nend of the collection. The `end_index` must not be specified.",
1081 "Sets the range to be the whole length of the collection . Both the\n`start_index` and the `end_index` must not be\nspecified." 1406 "Sets the range to be the whole length of the collection . Both the\n`start_index` and the `end_index` must not be\nspecified."
1082 ], 1407 ],
1083 "type": "string" 1408 "type": "string"
1084 },
1085 "startIndex": {
1086 "description": "The optional zero-based index of the beginni ng of the collection.\nRequired for `FIXED_RANGE` and `FROM_START_INDEX` ranges. ",
1087 "format": "int32",
1088 "type": "integer"
1089 },
1090 "endIndex": {
1091 "description": "The optional zero-based index of the end of the collection.\nRequired for `FIXED_RANGE` ranges.",
1092 "format": "int32",
1093 "type": "integer"
1094 } 1409 }
1095 }, 1410 },
1096 "type": "object" 1411 "type": "object"
1097 }, 1412 },
1098 "CreateVideoRequest": { 1413 "CreateVideoRequest": {
1099 "description": "Creates a video.", 1414 "description": "Creates a video.",
1100 "id": "CreateVideoRequest", 1415 "id": "CreateVideoRequest",
1101 "properties": { 1416 "properties": {
1102 "objectId": { 1417 "objectId": {
1103 "description": "A user-supplied object ID.\n\nIf you specify an ID, it must be unique among all pages and page elements\nin the presentation . The ID must start with an alphanumeric character or an\nunderscore (matches re gex `[a-zA-Z0-9_]`); remaining characters\nmay include those as well as a hyphen or colon (matches regex\n`[a-zA-Z0-9_-:]`).\nThe length of the ID must not be l ess than 5 or greater than 50.\n\nIf you don't specify an ID, a unique one is ge nerated.", 1418 "description": "A user-supplied object ID.\n\nIf you specify an ID, it must be unique among all pages and page elements\nin the presentation . The ID must start with an alphanumeric character or an\nunderscore (matches re gex `[a-zA-Z0-9_]`); remaining characters\nmay include those as well as a hyphen or colon (matches regex\n`[a-zA-Z0-9_-:]`).\nThe length of the ID must not be l ess than 5 or greater than 50.\n\nIf you don't specify an ID, a unique one is ge nerated.",
(...skipping 30 matching lines...) Expand all
1134 "description": "The ID of the new duplicate object.", 1449 "description": "The ID of the new duplicate object.",
1135 "type": "string" 1450 "type": "string"
1136 } 1451 }
1137 }, 1452 },
1138 "type": "object" 1453 "type": "object"
1139 }, 1454 },
1140 "ReplaceAllShapesWithImageRequest": { 1455 "ReplaceAllShapesWithImageRequest": {
1141 "description": "Replaces all shapes that match the given criteria wi th the provided image.", 1456 "description": "Replaces all shapes that match the given criteria wi th the provided image.",
1142 "id": "ReplaceAllShapesWithImageRequest", 1457 "id": "ReplaceAllShapesWithImageRequest",
1143 "properties": { 1458 "properties": {
1144 "containsText": {
1145 "$ref": "SubstringMatchCriteria",
1146 "description": "If set, this request will replace all of the shapes that contain the\ngiven text."
1147 },
1148 "imageUrl": { 1459 "imageUrl": {
1149 "description": "The image URL.\n\nThe image is fetched once at insertion time and a copy is stored for\ndisplay inside the presentation. Ima ges must be less than 50MB in size,\ncannot exceed 25 megapixels, and must be in either in PNG, JPEG, or GIF\nformat.", 1460 "description": "The image URL.\n\nThe image is fetched once at insertion time and a copy is stored for\ndisplay inside the presentation. Ima ges must be less than 50MB in size,\ncannot exceed 25 megapixels, and must be in either in PNG, JPEG, or GIF\nformat.",
1150 "type": "string" 1461 "type": "string"
1151 }, 1462 },
1152 "replaceMethod": { 1463 "replaceMethod": {
1153 "description": "The replace method.", 1464 "description": "The replace method.",
1154 "enum": [ 1465 "enum": [
1155 "CENTER_INSIDE", 1466 "CENTER_INSIDE",
1156 "CENTER_CROP" 1467 "CENTER_CROP"
1157 ], 1468 ],
1158 "enumDescriptions": [ 1469 "enumDescriptions": [
1159 "Scales and centers the image to fit within the bounds o f the original\nshape and maintains the image's aspect ratio. The rendered size of the\nimage may be smaller than the size of the shape. This is the default\nme thod when one is not specified.", 1470 "Scales and centers the image to fit within the bounds o f the original\nshape and maintains the image's aspect ratio. The rendered size of the\nimage may be smaller than the size of the shape. This is the default\nme thod when one is not specified.",
1160 "Scales and centers the image to fill the bounds of the original shape.\nThe image may be cropped in order to fill the shape. The render ed size of\nthe image will be the same as that of the original shape." 1471 "Scales and centers the image to fill the bounds of the original shape.\nThe image may be cropped in order to fill the shape. The render ed size of\nthe image will be the same as that of the original shape."
1161 ], 1472 ],
1162 "type": "string" 1473 "type": "string"
1474 },
1475 "containsText": {
1476 "$ref": "SubstringMatchCriteria",
1477 "description": "If set, this request will replace all of the shapes that contain the\ngiven text."
1478 },
1479 "pageObjectIds": {
1480 "description": "If non-empty, limits the matches to page ele ments only on the given pages.\n\nReturns a 400 bad request error if given the p age object ID of a\nnotes page or a\nnotes master, or if a\npage with that objec t ID doesn't exist in the presentation.",
1481 "items": {
1482 "type": "string"
1483 },
1484 "type": "array"
1163 } 1485 }
1164 }, 1486 },
1165 "type": "object" 1487 "type": "object"
1166 }, 1488 },
1167 "Shadow": { 1489 "Shadow": {
1168 "description": "The shadow properties of a page element.\n\nIf these fields are unset, they may be inherited from a parent placeholder\nif it exists . If there is no parent, the fields will default to the value\nused for new page elements created in the Slides editor, which may depend on\nthe page element ki nd.", 1490 "description": "The shadow properties of a page element.\n\nIf these fields are unset, they may be inherited from a parent placeholder\nif it exists . If there is no parent, the fields will default to the value\nused for new page elements created in the Slides editor, which may depend on\nthe page element ki nd.",
1169 "id": "Shadow", 1491 "id": "Shadow",
1170 "properties": { 1492 "properties": {
1171 "alpha": { 1493 "alpha": {
1172 "description": "The alpha of the shadow's color, from 0.0 to 1.0.", 1494 "description": "The alpha of the shadow's color, from 0.0 to 1.0.",
(...skipping 19 matching lines...) Expand all
1192 "If a property's state is RENDERED, then the element has the corresponding\nproperty when rendered on a page. If the element is a placeh older shape as\ndetermined by the placeholder\nfield, and it inherits from a pla ceholder shape, the corresponding field\nmay be unset, meaning that the property value is inherited from a parent\nplaceholder. If the element does not inherit, then the field will contain\nthe rendered value. This is the default value.", 1514 "If a property's state is RENDERED, then the element has the corresponding\nproperty when rendered on a page. If the element is a placeh older shape as\ndetermined by the placeholder\nfield, and it inherits from a pla ceholder shape, the corresponding field\nmay be unset, meaning that the property value is inherited from a parent\nplaceholder. If the element does not inherit, then the field will contain\nthe rendered value. This is the default value.",
1193 "If a property's state is NOT_RENDERED, then the element does not have the\ncorresponding property when rendered on a page. However, the field may\nstill be set so it can be inherited by child shapes. To remove a pro perty\nfrom a rendered element, set its property_state to NOT_RENDERED.", 1515 "If a property's state is NOT_RENDERED, then the element does not have the\ncorresponding property when rendered on a page. However, the field may\nstill be set so it can be inherited by child shapes. To remove a pro perty\nfrom a rendered element, set its property_state to NOT_RENDERED.",
1194 "If a property's state is INHERIT, then the property sta te uses the value of\ncorresponding `property_state` field on the parent shape. Elements that do\nnot inherit will never have an INHERIT property state." 1516 "If a property's state is INHERIT, then the property sta te uses the value of\ncorresponding `property_state` field on the parent shape. Elements that do\nnot inherit will never have an INHERIT property state."
1195 ], 1517 ],
1196 "type": "string" 1518 "type": "string"
1197 }, 1519 },
1198 "blurRadius": { 1520 "blurRadius": {
1199 "$ref": "Dimension", 1521 "$ref": "Dimension",
1200 "description": "The radius of the shadow blur. The larger th e radius, the more diffuse the\nshadow becomes." 1522 "description": "The radius of the shadow blur. The larger th e radius, the more diffuse the\nshadow becomes."
1201 }, 1523 },
1524 "transform": {
1525 "$ref": "AffineTransform",
1526 "description": "Transform that encodes the translate, scale, and skew of the shadow,\nrelative to the alignment position."
1527 },
1202 "type": { 1528 "type": {
1203 "description": "The type of the shadow.", 1529 "description": "The type of the shadow.",
1204 "enum": [ 1530 "enum": [
1205 "SHADOW_TYPE_UNSPECIFIED", 1531 "SHADOW_TYPE_UNSPECIFIED",
1206 "OUTER" 1532 "OUTER"
1207 ], 1533 ],
1208 "enumDescriptions": [ 1534 "enumDescriptions": [
1209 "Unspecified shadow type.", 1535 "Unspecified shadow type.",
1210 "Outer shadow." 1536 "Outer shadow."
1211 ], 1537 ],
1212 "type": "string" 1538 "type": "string"
1213 }, 1539 },
1214 "transform": {
1215 "$ref": "AffineTransform",
1216 "description": "Transform that encodes the translate, scale, and skew of the shadow,\nrelative to the alignment position."
1217 },
1218 "alignment": { 1540 "alignment": {
1219 "description": "The alignment point of the shadow, that sets the origin for translate,\nscale and skew of the shadow.", 1541 "description": "The alignment point of the shadow, that sets the origin for translate,\nscale and skew of the shadow.",
1220 "enum": [ 1542 "enum": [
1221 "RECTANGLE_POSITION_UNSPECIFIED", 1543 "RECTANGLE_POSITION_UNSPECIFIED",
1222 "TOP_LEFT", 1544 "TOP_LEFT",
1223 "TOP_CENTER", 1545 "TOP_CENTER",
1224 "TOP_RIGHT", 1546 "TOP_RIGHT",
1225 "LEFT_CENTER", 1547 "LEFT_CENTER",
1226 "CENTER", 1548 "CENTER",
1227 "RIGHT_CENTER", 1549 "RIGHT_CENTER",
(...skipping 30 matching lines...) Expand all
1258 "$ref": "TableCellLocation", 1580 "$ref": "TableCellLocation",
1259 "description": "The reference table cell location from which a row will be deleted.\n\nThe row this cell spans will be deleted. If this is a merged cell, multiple\nrows will be deleted. If no rows remain in the table aft er this deletion,\nthe whole table is deleted." 1581 "description": "The reference table cell location from which a row will be deleted.\n\nThe row this cell spans will be deleted. If this is a merged cell, multiple\nrows will be deleted. If no rows remain in the table aft er this deletion,\nthe whole table is deleted."
1260 } 1582 }
1261 }, 1583 },
1262 "type": "object" 1584 "type": "object"
1263 }, 1585 },
1264 "Bullet": { 1586 "Bullet": {
1265 "description": "Describes the bullet of a paragraph.", 1587 "description": "Describes the bullet of a paragraph.",
1266 "id": "Bullet", 1588 "id": "Bullet",
1267 "properties": { 1589 "properties": {
1268 "listId": {
1269 "description": "The ID of the list this paragraph belongs to .",
1270 "type": "string"
1271 },
1272 "glyph": { 1590 "glyph": {
1273 "description": "The rendered bullet glyph for this paragraph .", 1591 "description": "The rendered bullet glyph for this paragraph .",
1274 "type": "string" 1592 "type": "string"
1275 }, 1593 },
1276 "nestingLevel": { 1594 "nestingLevel": {
1277 "description": "The nesting level of this paragraph in the l ist.", 1595 "description": "The nesting level of this paragraph in the l ist.",
1278 "format": "int32", 1596 "format": "int32",
1279 "type": "integer" 1597 "type": "integer"
1280 }, 1598 },
1281 "bulletStyle": { 1599 "bulletStyle": {
1282 "$ref": "TextStyle", 1600 "$ref": "TextStyle",
1283 "description": "The paragraph specific text style applied to this bullet." 1601 "description": "The paragraph specific text style applied to this bullet."
1602 },
1603 "listId": {
1604 "description": "The ID of the list this paragraph belongs to .",
1605 "type": "string"
1284 } 1606 }
1285 }, 1607 },
1286 "type": "object" 1608 "type": "object"
1287 }, 1609 },
1288 "OutlineFill": { 1610 "OutlineFill": {
1289 "description": "The fill of the outline.", 1611 "description": "The fill of the outline.",
1290 "id": "OutlineFill", 1612 "id": "OutlineFill",
1291 "properties": { 1613 "properties": {
1292 "solidFill": { 1614 "solidFill": {
1293 "$ref": "SolidFill", 1615 "$ref": "SolidFill",
1294 "description": "Solid color fill." 1616 "description": "Solid color fill."
1295 } 1617 }
1296 }, 1618 },
1297 "type": "object" 1619 "type": "object"
1298 }, 1620 },
1621 "CreateLineResponse": {
1622 "description": "The result of creating a line.",
1623 "id": "CreateLineResponse",
1624 "properties": {
1625 "objectId": {
1626 "description": "The object ID of the created line.",
1627 "type": "string"
1628 }
1629 },
1630 "type": "object"
1631 },
1299 "TableCellLocation": { 1632 "TableCellLocation": {
1300 "description": "A location of a single table cell within a table.", 1633 "description": "A location of a single table cell within a table.",
1301 "id": "TableCellLocation", 1634 "id": "TableCellLocation",
1302 "properties": { 1635 "properties": {
1303 "rowIndex": { 1636 "rowIndex": {
1304 "description": "The 0-based row index.", 1637 "description": "The 0-based row index.",
1305 "format": "int32", 1638 "format": "int32",
1306 "type": "integer" 1639 "type": "integer"
1307 }, 1640 },
1308 "columnIndex": { 1641 "columnIndex": {
1309 "description": "The 0-based column index.", 1642 "description": "The 0-based column index.",
1310 "format": "int32", 1643 "format": "int32",
1311 "type": "integer" 1644 "type": "integer"
1312 } 1645 }
1313 }, 1646 },
1314 "type": "object" 1647 "type": "object"
1315 }, 1648 },
1316 "CreateLineResponse": {
1317 "description": "The result of creating a line.",
1318 "id": "CreateLineResponse",
1319 "properties": {
1320 "objectId": {
1321 "description": "The object ID of the created line.",
1322 "type": "string"
1323 }
1324 },
1325 "type": "object"
1326 },
1327 "ReplaceAllTextResponse": { 1649 "ReplaceAllTextResponse": {
1328 "description": "The result of replacing text.", 1650 "description": "The result of replacing text.",
1329 "id": "ReplaceAllTextResponse", 1651 "id": "ReplaceAllTextResponse",
1330 "properties": { 1652 "properties": {
1331 "occurrencesChanged": { 1653 "occurrencesChanged": {
1332 "description": "The number of occurrences changed by replaci ng all text.", 1654 "description": "The number of occurrences changed by replaci ng all text.",
1333 "format": "int32", 1655 "format": "int32",
1334 "type": "integer" 1656 "type": "integer"
1335 } 1657 }
1336 }, 1658 },
1337 "type": "object" 1659 "type": "object"
1338 }, 1660 },
1339 "UpdateParagraphStyleRequest": { 1661 "UpdateParagraphStyleRequest": {
1340 "description": "Updates the styling for all of the paragraphs within a Shape or Table that\noverlap with the given text index range.", 1662 "description": "Updates the styling for all of the paragraphs within a Shape or Table that\noverlap with the given text index range.",
1341 "id": "UpdateParagraphStyleRequest", 1663 "id": "UpdateParagraphStyleRequest",
1342 "properties": { 1664 "properties": {
1343 "objectId": {
1344 "description": "The object ID of the shape or table with the text to be styled.",
1345 "type": "string"
1346 },
1347 "textRange": {
1348 "$ref": "Range",
1349 "description": "The range of text containing the paragraph(s ) to style."
1350 },
1351 "cellLocation": { 1665 "cellLocation": {
1352 "$ref": "TableCellLocation", 1666 "$ref": "TableCellLocation",
1353 "description": "The location of the cell in the table contai ning the paragraph(s) to\nstyle. If `object_id` refers to a table, `cell_locatio n` must have a value.\nOtherwise, it must not." 1667 "description": "The location of the cell in the table contai ning the paragraph(s) to\nstyle. If `object_id` refers to a table, `cell_locatio n` must have a value.\nOtherwise, it must not."
1354 }, 1668 },
1355 "style": { 1669 "style": {
1356 "$ref": "ParagraphStyle", 1670 "$ref": "ParagraphStyle",
1357 "description": "The paragraph's style." 1671 "description": "The paragraph's style."
1358 }, 1672 },
1359 "fields": { 1673 "fields": {
1360 "description": "The fields that should be updated.\n\nAt lea st one field must be specified. The root `style` is implied and\nshould not be s pecified. A single `\"*\"` can be used as short-hand for\nlisting every field.\n \nFor example, to update the paragraph alignment, set `fields` to\n`\"alignment\ "`.\n\nTo reset a property to its default value, include its field name in the\n field mask but leave the field itself unset.", 1674 "description": "The fields that should be updated.\n\nAt lea st one field must be specified. The root `style` is implied and\nshould not be s pecified. A single `\"*\"` can be used as short-hand for\nlisting every field.\n \nFor example, to update the paragraph alignment, set `fields` to\n`\"alignment\ "`.\n\nTo reset a property to its default value, include its field name in the\n field mask but leave the field itself unset.",
1361 "format": "google-fieldmask", 1675 "format": "google-fieldmask",
1362 "type": "string" 1676 "type": "string"
1677 },
1678 "objectId": {
1679 "description": "The object ID of the shape or table with the text to be styled.",
1680 "type": "string"
1681 },
1682 "textRange": {
1683 "$ref": "Range",
1684 "description": "The range of text containing the paragraph(s ) to style."
1363 } 1685 }
1364 }, 1686 },
1365 "type": "object" 1687 "type": "object"
1366 }, 1688 },
1367 "ColorScheme": { 1689 "ColorScheme": {
1368 "description": "The palette of predefined colors for a page.", 1690 "description": "The palette of predefined colors for a page.",
1369 "id": "ColorScheme", 1691 "id": "ColorScheme",
1370 "properties": { 1692 "properties": {
1371 "colors": { 1693 "colors": {
1372 "description": "The ThemeColorType and corresponding concret e color pairs.", 1694 "description": "The ThemeColorType and corresponding concret e color pairs.",
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
1703 "description": "An URL to an image with a default lifetime o f 30 minutes.\nThis URL is tagged with the account of the requester. Anyone with the URL\neffectively accesses the image as the original requester. Access to th e\nimage may be lost if the presentation's sharing settings change.", 2025 "description": "An URL to an image with a default lifetime o f 30 minutes.\nThis URL is tagged with the account of the requester. Anyone with the URL\neffectively accesses the image as the original requester. Access to th e\nimage may be lost if the presentation's sharing settings change.",
1704 "type": "string" 2026 "type": "string"
1705 } 2027 }
1706 }, 2028 },
1707 "type": "object" 2029 "type": "object"
1708 }, 2030 },
1709 "InsertTextRequest": { 2031 "InsertTextRequest": {
1710 "description": "Inserts text into a shape or a table cell.", 2032 "description": "Inserts text into a shape or a table cell.",
1711 "id": "InsertTextRequest", 2033 "id": "InsertTextRequest",
1712 "properties": { 2034 "properties": {
1713 "cellLocation": {
1714 "$ref": "TableCellLocation",
1715 "description": "The optional table cell location if the text is to be inserted into a table\ncell. If present, the object_id must refer to a table."
1716 },
1717 "objectId": { 2035 "objectId": {
1718 "description": "The object ID of the shape or table where th e text will be inserted.", 2036 "description": "The object ID of the shape or table where th e text will be inserted.",
1719 "type": "string" 2037 "type": "string"
1720 }, 2038 },
1721 "text": { 2039 "text": {
1722 "description": "The text to be inserted.\n\nInserting a newl ine character will implicitly create a new\nParagraphMarker at that index.\nThe paragraph style of the new paragraph will be copied from the paragraph\nat the c urrent insertion index, including lists and bullets.\n\nText styles for inserted text will be determined automatically, generally\npreserving the styling of nei ghboring text. In most cases, the text will be\nadded to the TextRun that exists at the\ninsertion index.\n\nSome control characters (U+0000-U+0008, U+000C-U+00 1F) and characters\nfrom the Unicode Basic Multilingual Plane Private Use Area ( U+E000-U+F8FF)\nwill be stripped out of the inserted text.", 2040 "description": "The text to be inserted.\n\nInserting a newl ine character will implicitly create a new\nParagraphMarker at that index.\nThe paragraph style of the new paragraph will be copied from the paragraph\nat the c urrent insertion index, including lists and bullets.\n\nText styles for inserted text will be determined automatically, generally\npreserving the styling of nei ghboring text. In most cases, the text will be\nadded to the TextRun that exists at the\ninsertion index.\n\nSome control characters (U+0000-U+0008, U+000C-U+00 1F) and characters\nfrom the Unicode Basic Multilingual Plane Private Use Area ( U+E000-U+F8FF)\nwill be stripped out of the inserted text.",
1723 "type": "string" 2041 "type": "string"
1724 }, 2042 },
1725 "insertionIndex": { 2043 "insertionIndex": {
1726 "description": "The index where the text will be inserted, i n Unicode code units, based\non TextElement indexes.\n\nThe index is zero-based and is computed from the start of the string.\nThe index may be adjusted to prev ent insertions inside Unicode grapheme\nclusters. In these cases, the text will be inserted immediately after the\ngrapheme cluster.", 2044 "description": "The index where the text will be inserted, i n Unicode code units, based\non TextElement indexes.\n\nThe index is zero-based and is computed from the start of the string.\nThe index may be adjusted to prev ent insertions inside Unicode grapheme\nclusters. In these cases, the text will be inserted immediately after the\ngrapheme cluster.",
1727 "format": "int32", 2045 "format": "int32",
1728 "type": "integer" 2046 "type": "integer"
2047 },
2048 "cellLocation": {
2049 "$ref": "TableCellLocation",
2050 "description": "The optional table cell location if the text is to be inserted into a table\ncell. If present, the object_id must refer to a table."
1729 } 2051 }
1730 }, 2052 },
1731 "type": "object" 2053 "type": "object"
1732 }, 2054 },
1733 "AffineTransform": { 2055 "AffineTransform": {
1734 "description": "AffineTransform uses a 3x3 matrix with an implied la st row of [ 0 0 1 ]\nto transform source coordinates (x,y) into destination coor dinates (x', y')\naccording to:\n\n x' x = shear_y scale_y translate_ y \n 1 [ 1 ]\n\nAfter transformation,\n\n x' = scale_x * x + shear_x * y + translate_x;\n y' = scale_y * y + shear_y * x + translate_y;\n\nThis m essage is therefore composed of these six matrix elements.", 2056 "description": "AffineTransform uses a 3x3 matrix with an implied la st row of [ 0 0 1 ]\nto transform source coordinates (x,y) into destination coor dinates (x', y')\naccording to:\n\n x' x = shear_y scale_y translate_ y \n 1 [ 1 ]\n\nAfter transformation,\n\n x' = scale_x * x + shear_x * y + translate_x;\n y' = scale_y * y + shear_y * x + translate_y;\n\nThis m essage is therefore composed of these six matrix elements.",
1735 "id": "AffineTransform", 2057 "id": "AffineTransform",
1736 "properties": { 2058 "properties": {
1737 "unit": { 2059 "unit": {
1738 "description": "The units for translate elements.", 2060 "description": "The units for translate elements.",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
1778 "format": "double", 2100 "format": "double",
1779 "type": "number" 2101 "type": "number"
1780 } 2102 }
1781 }, 2103 },
1782 "type": "object" 2104 "type": "object"
1783 }, 2105 },
1784 "AutoText": { 2106 "AutoText": {
1785 "description": "A TextElement kind that represents auto text.", 2107 "description": "A TextElement kind that represents auto text.",
1786 "id": "AutoText", 2108 "id": "AutoText",
1787 "properties": { 2109 "properties": {
2110 "style": {
2111 "$ref": "TextStyle",
2112 "description": "The styling applied to this auto text."
2113 },
1788 "type": { 2114 "type": {
1789 "description": "The type of this auto text.", 2115 "description": "The type of this auto text.",
1790 "enum": [ 2116 "enum": [
1791 "TYPE_UNSPECIFIED", 2117 "TYPE_UNSPECIFIED",
1792 "SLIDE_NUMBER" 2118 "SLIDE_NUMBER"
1793 ], 2119 ],
1794 "enumDescriptions": [ 2120 "enumDescriptions": [
1795 "An unspecified autotext type.", 2121 "An unspecified autotext type.",
1796 "Type for autotext that represents the current slide num ber." 2122 "Type for autotext that represents the current slide num ber."
1797 ], 2123 ],
1798 "type": "string" 2124 "type": "string"
1799 }, 2125 },
1800 "content": { 2126 "content": {
1801 "description": "The rendered content of this auto text, if a vailable.", 2127 "description": "The rendered content of this auto text, if a vailable.",
1802 "type": "string" 2128 "type": "string"
1803 },
1804 "style": {
1805 "$ref": "TextStyle",
1806 "description": "The styling applied to this auto text."
1807 } 2129 }
1808 }, 2130 },
1809 "type": "object" 2131 "type": "object"
1810 }, 2132 },
1811 "CreateVideoResponse": { 2133 "CreateVideoResponse": {
1812 "description": "The result of creating a video.", 2134 "description": "The result of creating a video.",
1813 "id": "CreateVideoResponse", 2135 "id": "CreateVideoResponse",
1814 "properties": { 2136 "properties": {
1815 "objectId": { 2137 "objectId": {
1816 "description": "The object ID of the created video.", 2138 "description": "The object ID of the created video.",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
1875 "description": "The object ID of the page or page element to delete.\n\nIf after a delete operation a group contains\nonly 1 or no page elem ents, the group is also deleted.\n\nIf a placeholder is deleted on a layout, any empty inheriting shapes are\nalso deleted.", 2197 "description": "The object ID of the page or page element to delete.\n\nIf after a delete operation a group contains\nonly 1 or no page elem ents, the group is also deleted.\n\nIf a placeholder is deleted on a layout, any empty inheriting shapes are\nalso deleted.",
1876 "type": "string" 2198 "type": "string"
1877 } 2199 }
1878 }, 2200 },
1879 "type": "object" 2201 "type": "object"
1880 }, 2202 },
1881 "TextElement": { 2203 "TextElement": {
1882 "description": "A TextElement describes the content of a range of in dices in the text content\nof a Shape or TableCell.", 2204 "description": "A TextElement describes the content of a range of in dices in the text content\nof a Shape or TableCell.",
1883 "id": "TextElement", 2205 "id": "TextElement",
1884 "properties": { 2206 "properties": {
1885 "paragraphMarker": {
1886 "$ref": "ParagraphMarker",
1887 "description": "A marker representing the beginning of a new paragraph.\n\nThe `start_index` and `end_index` of this TextElement represent t he\nrange of the paragraph. Other TextElements with an index range contained\nin side this paragraph's range are considered to be part of this\nparagraph. The ra nge of indices of two separate paragraphs will never\noverlap."
1888 },
1889 "startIndex": { 2207 "startIndex": {
1890 "description": "The zero-based start index of this text elem ent, in Unicode code units.", 2208 "description": "The zero-based start index of this text elem ent, in Unicode code units.",
1891 "format": "int32", 2209 "format": "int32",
1892 "type": "integer" 2210 "type": "integer"
1893 }, 2211 },
1894 "endIndex": { 2212 "endIndex": {
1895 "description": "The zero-based end index of this text elemen t, exclusive, in Unicode code\nunits.", 2213 "description": "The zero-based end index of this text elemen t, exclusive, in Unicode code\nunits.",
1896 "format": "int32", 2214 "format": "int32",
1897 "type": "integer" 2215 "type": "integer"
1898 }, 2216 },
1899 "textRun": { 2217 "textRun": {
1900 "$ref": "TextRun", 2218 "$ref": "TextRun",
1901 "description": "A TextElement representing a run of text whe re all of the characters\nin the run have the same TextStyle.\n\nThe `start_inde x` and `end_index` of TextRuns will always be fully\ncontained in the index rang e of a single `paragraph_marker` TextElement.\nIn other words, a TextRun will ne ver span multiple paragraphs." 2219 "description": "A TextElement representing a run of text whe re all of the characters\nin the run have the same TextStyle.\n\nThe `start_inde x` and `end_index` of TextRuns will always be fully\ncontained in the index rang e of a single `paragraph_marker` TextElement.\nIn other words, a TextRun will ne ver span multiple paragraphs."
1902 }, 2220 },
1903 "autoText": { 2221 "autoText": {
1904 "$ref": "AutoText", 2222 "$ref": "AutoText",
1905 "description": "A TextElement representing a spot in the tex t that is dynamically\nreplaced with content that can change over time." 2223 "description": "A TextElement representing a spot in the tex t that is dynamically\nreplaced with content that can change over time."
2224 },
2225 "paragraphMarker": {
2226 "$ref": "ParagraphMarker",
2227 "description": "A marker representing the beginning of a new paragraph.\n\nThe `start_index` and `end_index` of this TextElement represent t he\nrange of the paragraph. Other TextElements with an index range contained\nin side this paragraph's range are considered to be part of this\nparagraph. The ra nge of indices of two separate paragraphs will never\noverlap."
1906 } 2228 }
1907 }, 2229 },
1908 "type": "object" 2230 "type": "object"
1909 }, 2231 },
1910 "Dimension": { 2232 "Dimension": {
1911 "description": "A magnitude in a single direction in the specified u nits.", 2233 "description": "A magnitude in a single direction in the specified u nits.",
1912 "id": "Dimension", 2234 "id": "Dimension",
1913 "properties": { 2235 "properties": {
1914 "magnitude": { 2236 "magnitude": {
1915 "description": "The magnitude.", 2237 "description": "The magnitude.",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
1952 "$ref": "Outline", 2274 "$ref": "Outline",
1953 "description": "The outline of the video. The default outlin e matches the defaults for new\nvideos created in the Slides editor." 2275 "description": "The outline of the video. The default outlin e matches the defaults for new\nvideos created in the Slides editor."
1954 } 2276 }
1955 }, 2277 },
1956 "type": "object" 2278 "type": "object"
1957 }, 2279 },
1958 "InsertTableRowsRequest": { 2280 "InsertTableRowsRequest": {
1959 "description": "Inserts rows into a table.", 2281 "description": "Inserts rows into a table.",
1960 "id": "InsertTableRowsRequest", 2282 "id": "InsertTableRowsRequest",
1961 "properties": { 2283 "properties": {
1962 "tableObjectId": {
1963 "description": "The table to insert rows into.",
1964 "type": "string"
1965 },
1966 "insertBelow": {
1967 "description": "Whether to insert new rows below the referen ce cell location.\n\n- `True`: insert below the cell.\n- `False`: insert above t he cell.",
1968 "type": "boolean"
1969 },
1970 "number": { 2284 "number": {
1971 "description": "The number of rows to be inserted. Maximum 2 0 per request.", 2285 "description": "The number of rows to be inserted. Maximum 2 0 per request.",
1972 "format": "int32", 2286 "format": "int32",
1973 "type": "integer" 2287 "type": "integer"
1974 }, 2288 },
1975 "cellLocation": { 2289 "cellLocation": {
1976 "$ref": "TableCellLocation", 2290 "$ref": "TableCellLocation",
1977 "description": "The reference table cell location from which rows will be inserted.\n\nA new row will be inserted above (or below) the row w here the reference\ncell is. If the reference cell is a merged cell, a new row w ill be\ninserted above (or below) the merged cell." 2291 "description": "The reference table cell location from which rows will be inserted.\n\nA new row will be inserted above (or below) the row w here the reference\ncell is. If the reference cell is a merged cell, a new row w ill be\ninserted above (or below) the merged cell."
2292 },
2293 "tableObjectId": {
2294 "description": "The table to insert rows into.",
2295 "type": "string"
2296 },
2297 "insertBelow": {
2298 "description": "Whether to insert new rows below the referen ce cell location.\n\n- `True`: insert below the cell.\n- `False`: insert above t he cell.",
2299 "type": "boolean"
1978 } 2300 }
1979 }, 2301 },
1980 "type": "object" 2302 "type": "object"
1981 }, 2303 },
1982 "LayoutProperties": { 2304 "LayoutProperties": {
1983 "description": "The properties of Page are only\nrelevant for pages with page_type LAYOUT.", 2305 "description": "The properties of Page are only\nrelevant for pages with page_type LAYOUT.",
1984 "id": "LayoutProperties", 2306 "id": "LayoutProperties",
1985 "properties": { 2307 "properties": {
2308 "name": {
2309 "description": "The name of the layout.",
2310 "type": "string"
2311 },
1986 "displayName": { 2312 "displayName": {
1987 "description": "The human readable name of the layout in the presentation's locale.", 2313 "description": "The human readable name of the layout in the presentation's locale.",
1988 "type": "string" 2314 "type": "string"
1989 }, 2315 },
1990 "masterObjectId": { 2316 "masterObjectId": {
1991 "description": "The object ID of the master that this layout is based on.", 2317 "description": "The object ID of the master that this layout is based on.",
1992 "type": "string" 2318 "type": "string"
1993 },
1994 "name": {
1995 "description": "The name of the layout.",
1996 "type": "string"
1997 } 2319 }
1998 }, 2320 },
1999 "type": "object" 2321 "type": "object"
2000 },
2001 "Presentation": {
2002 "description": "A Google Slides presentation.",
2003 "id": "Presentation",
2004 "properties": {
2005 "title": {
2006 "description": "The title of the presentation.",
2007 "type": "string"
2008 },
2009 "layouts": {
2010 "description": "The layouts in the presentation. A layout is a template that determines\nhow content is arranged and styled on the slides th at inherit from that\nlayout.",
2011 "items": {
2012 "$ref": "Page"
2013 },
2014 "type": "array"
2015 },
2016 "locale": {
2017 "description": "The locale of the presentation, as an IETF B CP 47 language tag.",
2018 "type": "string"
2019 },
2020 "masters": {
2021 "description": "The slide masters in the presentation. A sli de master contains all common\npage elements and the common properties for a set of layouts. They serve\nthree purposes:\n\n- Placeholder shapes on a master con tain the default text styles and shape\n properties of all placeholder shapes o n pages that use that master.\n- The master page properties define the common pa ge properties inherited by\n its layouts.\n- Any other shapes on the master sli de will appear on all slides using that\n master, regardless of their layout.",
2022 "items": {
2023 "$ref": "Page"
2024 },
2025 "type": "array"
2026 },
2027 "pageSize": {
2028 "$ref": "Size",
2029 "description": "The size of pages in the presentation."
2030 },
2031 "presentationId": {
2032 "description": "The ID of the presentation.",
2033 "type": "string"
2034 },
2035 "slides": {
2036 "description": "The slides in the presentation.\nA slide inh erits properties from a slide layout.",
2037 "items": {
2038 "$ref": "Page"
2039 },
2040 "type": "array"
2041 },
2042 "revisionId": {
2043 "description": "The revision ID of the presentation. Can be used in update requests\nto assert that the presentation revision hasn't changed since the last\nread operation. Only populated if the user has edit access to t he\npresentation.\n\nThe format of the revision ID may change over time, so it s hould be treated\nopaquely. A returned revision ID is only guaranteed to be vali d for 24\nhours after it has been returned and cannot be shared across users. If the\nrevision ID is unchanged between calls, then the presentation has not\ncha nged. Conversely, a changed ID (for the same presentation and user)\nusually mea ns the presentation has been updated; however, a changed ID can\nalso be due to internal factors such as ID format changes.",
2044 "type": "string"
2045 },
2046 "notesMaster": {
2047 "$ref": "Page",
2048 "description": "The notes master in the presentation. It ser ves three purposes:\n\n- Placeholder shapes on a notes master contain the defaul t text styles and\n shape properties of all placeholder shapes on notes pages. Specifically,\n a `SLIDE_IMAGE` placeholder shape contains the slide thumbnail, and a\n `BODY` placeholder shape contains the speaker notes.\n- The notes mast er page properties define the common page properties\n inherited by all notes p ages.\n- Any other shapes on the notes master will appear on all notes pages.\n\ nThe notes master is read-only."
2049 }
2050 },
2051 "type": "object"
2052 }, 2322 },
2053 "LineProperties": { 2323 "LineProperties": {
2054 "description": "The properties of the Line.\n\nWhen unset, these fie lds default to values that match the appearance of\nnew lines created in the Sli des editor.", 2324 "description": "The properties of the Line.\n\nWhen unset, these fie lds default to values that match the appearance of\nnew lines created in the Sli des editor.",
2055 "id": "LineProperties", 2325 "id": "LineProperties",
2056 "properties": { 2326 "properties": {
2057 "dashStyle": { 2327 "startArrow": {
2058 "description": "The dash style of the line.", 2328 "description": "The style of the arrow at the beginning of t he line.",
2059 "enum": [
2060 "DASH_STYLE_UNSPECIFIED",
2061 "SOLID",
2062 "DOT",
2063 "DASH",
2064 "DASH_DOT",
2065 "LONG_DASH",
2066 "LONG_DASH_DOT"
2067 ],
2068 "enumDescriptions": [
2069 "Unspecified dash style.",
2070 "Solid line. Corresponds to ECMA-376 ST_PresetLineDashVa l value 'solid'.\nThis is the default dash style.",
2071 "Dotted line. Corresponds to ECMA-376 ST_PresetLineDashV al value 'dot'.",
2072 "Dashed line. Corresponds to ECMA-376 ST_PresetLineDashV al value 'dash'.",
2073 "Alternating dashes and dots. Corresponds to ECMA-376 ST _PresetLineDashVal\nvalue 'dashDot'.",
2074 "Line with large dashes. Corresponds to ECMA-376 ST_Pres etLineDashVal\nvalue 'lgDash'.",
2075 "Alternating large dashes and dots. Corresponds to ECMA- 376\nST_PresetLineDashVal value 'lgDashDot'."
2076 ],
2077 "type": "string"
2078 },
2079 "link": {
2080 "$ref": "Link",
2081 "description": "The hyperlink destination of the line. If un set, there is no link."
2082 },
2083 "endArrow": {
2084 "description": "The style of the arrow at the end of the lin e.",
2085 "enum": [ 2329 "enum": [
2086 "ARROW_STYLE_UNSPECIFIED", 2330 "ARROW_STYLE_UNSPECIFIED",
2087 "NONE", 2331 "NONE",
2088 "STEALTH_ARROW", 2332 "STEALTH_ARROW",
2089 "FILL_ARROW", 2333 "FILL_ARROW",
2090 "FILL_CIRCLE", 2334 "FILL_CIRCLE",
2091 "FILL_SQUARE", 2335 "FILL_SQUARE",
2092 "FILL_DIAMOND", 2336 "FILL_DIAMOND",
2093 "OPEN_ARROW", 2337 "OPEN_ARROW",
2094 "OPEN_CIRCLE", 2338 "OPEN_CIRCLE",
2095 "OPEN_SQUARE", 2339 "OPEN_SQUARE",
2096 "OPEN_DIAMOND" 2340 "OPEN_DIAMOND"
2097 ], 2341 ],
2098 "enumDescriptions": [ 2342 "enumDescriptions": [
2099 "An unspecified arrow style.", 2343 "An unspecified arrow style.",
2100 "No arrow.", 2344 "No arrow.",
2101 "Arrow with notched back. Corresponds to ECMA-376 ST_Lin eEndType value\n'stealth'.", 2345 "Arrow with notched back. Corresponds to ECMA-376 ST_Lin eEndType value\n'stealth'.",
2102 "Filled arrow. Corresponds to ECMA-376 ST_LineEndType va lue 'triangle'.", 2346 "Filled arrow. Corresponds to ECMA-376 ST_LineEndType va lue 'triangle'.",
2103 "Filled circle. Corresponds to ECMA-376 ST_LineEndType v alue 'oval'.", 2347 "Filled circle. Corresponds to ECMA-376 ST_LineEndType v alue 'oval'.",
2104 "Filled square.", 2348 "Filled square.",
2105 "Filled diamond. Corresponds to ECMA-376 ST_LineEndType value 'diamond'.", 2349 "Filled diamond. Corresponds to ECMA-376 ST_LineEndType value 'diamond'.",
2106 "Hollow arrow.", 2350 "Hollow arrow.",
2107 "Hollow circle.", 2351 "Hollow circle.",
2108 "Hollow square.", 2352 "Hollow square.",
2109 "Hollow diamond." 2353 "Hollow diamond."
2110 ], 2354 ],
2111 "type": "string" 2355 "type": "string"
2112 }, 2356 },
2113 "startArrow": { 2357 "endArrow": {
2114 "description": "The style of the arrow at the beginning of t he line.", 2358 "description": "The style of the arrow at the end of the lin e.",
2115 "enum": [ 2359 "enum": [
2116 "ARROW_STYLE_UNSPECIFIED", 2360 "ARROW_STYLE_UNSPECIFIED",
2117 "NONE", 2361 "NONE",
2118 "STEALTH_ARROW", 2362 "STEALTH_ARROW",
2119 "FILL_ARROW", 2363 "FILL_ARROW",
2120 "FILL_CIRCLE", 2364 "FILL_CIRCLE",
2121 "FILL_SQUARE", 2365 "FILL_SQUARE",
2122 "FILL_DIAMOND", 2366 "FILL_DIAMOND",
2123 "OPEN_ARROW", 2367 "OPEN_ARROW",
2124 "OPEN_CIRCLE", 2368 "OPEN_CIRCLE",
(...skipping 15 matching lines...) Expand all
2140 ], 2384 ],
2141 "type": "string" 2385 "type": "string"
2142 }, 2386 },
2143 "weight": { 2387 "weight": {
2144 "$ref": "Dimension", 2388 "$ref": "Dimension",
2145 "description": "The thickness of the line." 2389 "description": "The thickness of the line."
2146 }, 2390 },
2147 "lineFill": { 2391 "lineFill": {
2148 "$ref": "LineFill", 2392 "$ref": "LineFill",
2149 "description": "The fill of the line. The default line fill matches the defaults for new\nlines created in the Slides editor." 2393 "description": "The fill of the line. The default line fill matches the defaults for new\nlines created in the Slides editor."
2394 },
2395 "link": {
2396 "$ref": "Link",
2397 "description": "The hyperlink destination of the line. If un set, there is no link."
2398 },
2399 "dashStyle": {
2400 "description": "The dash style of the line.",
2401 "enum": [
2402 "DASH_STYLE_UNSPECIFIED",
2403 "SOLID",
2404 "DOT",
2405 "DASH",
2406 "DASH_DOT",
2407 "LONG_DASH",
2408 "LONG_DASH_DOT"
2409 ],
2410 "enumDescriptions": [
2411 "Unspecified dash style.",
2412 "Solid line. Corresponds to ECMA-376 ST_PresetLineDashVa l value 'solid'.\nThis is the default dash style.",
2413 "Dotted line. Corresponds to ECMA-376 ST_PresetLineDashV al value 'dot'.",
2414 "Dashed line. Corresponds to ECMA-376 ST_PresetLineDashV al value 'dash'.",
2415 "Alternating dashes and dots. Corresponds to ECMA-376 ST _PresetLineDashVal\nvalue 'dashDot'.",
2416 "Line with large dashes. Corresponds to ECMA-376 ST_Pres etLineDashVal\nvalue 'lgDash'.",
2417 "Alternating large dashes and dots. Corresponds to ECMA- 376\nST_PresetLineDashVal value 'lgDashDot'."
2418 ],
2419 "type": "string"
2150 } 2420 }
2151 }, 2421 },
2152 "type": "object" 2422 "type": "object"
2423 },
2424 "Presentation": {
2425 "description": "A Google Slides presentation.",
2426 "id": "Presentation",
2427 "properties": {
2428 "pageSize": {
2429 "$ref": "Size",
2430 "description": "The size of pages in the presentation."
2431 },
2432 "presentationId": {
2433 "description": "The ID of the presentation.",
2434 "type": "string"
2435 },
2436 "slides": {
2437 "description": "The slides in the presentation.\nA slide inh erits properties from a slide layout.",
2438 "items": {
2439 "$ref": "Page"
2440 },
2441 "type": "array"
2442 },
2443 "revisionId": {
2444 "description": "The revision ID of the presentation. Can be used in update requests\nto assert that the presentation revision hasn't changed since the last\nread operation. Only populated if the user has edit access to t he\npresentation.\n\nThe format of the revision ID may change over time, so it s hould be treated\nopaquely. A returned revision ID is only guaranteed to be vali d for 24\nhours after it has been returned and cannot be shared across users. If the\nrevision ID is unchanged between calls, then the presentation has not\ncha nged. Conversely, a changed ID (for the same presentation and user)\nusually mea ns the presentation has been updated; however, a changed ID can\nalso be due to internal factors such as ID format changes.",
2445 "type": "string"
2446 },
2447 "notesMaster": {
2448 "$ref": "Page",
2449 "description": "The notes master in the presentation. It ser ves three purposes:\n\n- Placeholder shapes on a notes master contain the defaul t text styles and\n shape properties of all placeholder shapes on notes pages. Specifically,\n a `SLIDE_IMAGE` placeholder shape contains the slide thumbnail, and a\n `BODY` placeholder shape contains the speaker notes.\n- The notes mast er page properties define the common page properties\n inherited by all notes p ages.\n- Any other shapes on the notes master will appear on all notes pages.\n\ nThe notes master is read-only."
2450 },
2451 "title": {
2452 "description": "The title of the presentation.",
2453 "type": "string"
2454 },
2455 "layouts": {
2456 "description": "The layouts in the presentation. A layout is a template that determines\nhow content is arranged and styled on the slides th at inherit from that\nlayout.",
2457 "items": {
2458 "$ref": "Page"
2459 },
2460 "type": "array"
2461 },
2462 "locale": {
2463 "description": "The locale of the presentation, as an IETF B CP 47 language tag.",
2464 "type": "string"
2465 },
2466 "masters": {
2467 "description": "The slide masters in the presentation. A sli de master contains all common\npage elements and the common properties for a set of layouts. They serve\nthree purposes:\n\n- Placeholder shapes on a master con tain the default text styles and shape\n properties of all placeholder shapes o n pages that use that master.\n- The master page properties define the common pa ge properties inherited by\n its layouts.\n- Any other shapes on the master sli de will appear on all slides using that\n master, regardless of their layout.",
2468 "items": {
2469 "$ref": "Page"
2470 },
2471 "type": "array"
2472 }
2473 },
2474 "type": "object"
2153 }, 2475 },
2154 "OpaqueColor": { 2476 "OpaqueColor": {
2155 "description": "A themeable solid color value.", 2477 "description": "A themeable solid color value.",
2156 "id": "OpaqueColor", 2478 "id": "OpaqueColor",
2157 "properties": { 2479 "properties": {
2158 "rgbColor": { 2480 "rgbColor": {
2159 "$ref": "RgbColor", 2481 "$ref": "RgbColor",
2160 "description": "An opaque RGB color." 2482 "description": "An opaque RGB color."
2161 }, 2483 },
2162 "themeColor": { 2484 "themeColor": {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
2201 ], 2523 ],
2202 "type": "string" 2524 "type": "string"
2203 } 2525 }
2204 }, 2526 },
2205 "type": "object" 2527 "type": "object"
2206 }, 2528 },
2207 "ImageProperties": { 2529 "ImageProperties": {
2208 "description": "The properties of the Image.", 2530 "description": "The properties of the Image.",
2209 "id": "ImageProperties", 2531 "id": "ImageProperties",
2210 "properties": { 2532 "properties": {
2211 "shadow": { 2533 "recolor": {
2212 "$ref": "Shadow", 2534 "$ref": "Recolor",
2213 "description": "The shadow of the image. If not set, the ima ge has no shadow. This property\nis read-only." 2535 "description": "The recolor effect of the image. If not set, the image is not recolored.\nThis property is read-only."
2214 },
2215 "contrast": {
2216 "description": "The contrast effect of the image. The value should be in the interval\n[-1.0, 1.0], where 0 means no effect. This property i s read-only.",
2217 "format": "float",
2218 "type": "number"
2219 },
2220 "link": {
2221 "$ref": "Link",
2222 "description": "The hyperlink destination of the image. If u nset, there is no link."
2223 }, 2536 },
2224 "cropProperties": { 2537 "cropProperties": {
2225 "$ref": "CropProperties", 2538 "$ref": "CropProperties",
2226 "description": "The crop properties of the image. If not set , the image is not cropped.\nThis property is read-only." 2539 "description": "The crop properties of the image. If not set , the image is not cropped.\nThis property is read-only."
2227 }, 2540 },
2228 "recolor": {
2229 "$ref": "Recolor",
2230 "description": "The recolor effect of the image. If not set, the image is not recolored.\nThis property is read-only."
2231 },
2232 "outline": { 2541 "outline": {
2233 "$ref": "Outline", 2542 "$ref": "Outline",
2234 "description": "The outline of the image. If not set, the th e image has no outline." 2543 "description": "The outline of the image. If not set, the th e image has no outline."
2235 }, 2544 },
2236 "brightness": { 2545 "brightness": {
2237 "description": "The brightness effect of the image. The valu e should be in the interval\n[-1.0, 1.0], where 0 means no effect. This property is read-only.", 2546 "description": "The brightness effect of the image. The valu e should be in the interval\n[-1.0, 1.0], where 0 means no effect. This property is read-only.",
2238 "format": "float", 2547 "format": "float",
2239 "type": "number" 2548 "type": "number"
2240 }, 2549 },
2241 "transparency": { 2550 "transparency": {
2242 "description": "The transparency effect of the image. The va lue should be in the interval\n[0.0, 1.0], where 0 means no effect and 1 means c ompletely transparent.\nThis property is read-only.", 2551 "description": "The transparency effect of the image. The va lue should be in the interval\n[0.0, 1.0], where 0 means no effect and 1 means c ompletely transparent.\nThis property is read-only.",
2243 "format": "float", 2552 "format": "float",
2244 "type": "number" 2553 "type": "number"
2554 },
2555 "shadow": {
2556 "$ref": "Shadow",
2557 "description": "The shadow of the image. If not set, the ima ge has no shadow. This property\nis read-only."
2558 },
2559 "link": {
2560 "$ref": "Link",
2561 "description": "The hyperlink destination of the image. If u nset, there is no link."
2562 },
2563 "contrast": {
2564 "description": "The contrast effect of the image. The value should be in the interval\n[-1.0, 1.0], where 0 means no effect. This property i s read-only.",
2565 "format": "float",
2566 "type": "number"
2245 } 2567 }
2246 }, 2568 },
2247 "type": "object" 2569 "type": "object"
2248 }, 2570 },
2249 "ReplaceAllShapesWithImageResponse": { 2571 "ReplaceAllShapesWithImageResponse": {
2250 "description": "The result of replacing shapes with an image.", 2572 "description": "The result of replacing shapes with an image.",
2251 "id": "ReplaceAllShapesWithImageResponse", 2573 "id": "ReplaceAllShapesWithImageResponse",
2252 "properties": { 2574 "properties": {
2253 "occurrencesChanged": { 2575 "occurrencesChanged": {
2254 "description": "The number of shapes replaced with images.", 2576 "description": "The number of shapes replaced with images.",
2255 "format": "int32", 2577 "format": "int32",
2256 "type": "integer" 2578 "type": "integer"
2257 } 2579 }
2258 }, 2580 },
2259 "type": "object" 2581 "type": "object"
2260 }, 2582 },
2261 "Line": { 2583 "Line": {
2262 "description": "A PageElement kind representing a\nline, curved conn ector, or bent connector.", 2584 "description": "A PageElement kind representing a\nline, curved conn ector, or bent connector.",
2263 "id": "Line", 2585 "id": "Line",
2264 "properties": { 2586 "properties": {
2265 "lineProperties": {
2266 "$ref": "LineProperties",
2267 "description": "The properties of the line."
2268 },
2269 "lineType": { 2587 "lineType": {
2270 "description": "The type of the line.", 2588 "description": "The type of the line.",
2271 "enum": [ 2589 "enum": [
2272 "TYPE_UNSPECIFIED", 2590 "TYPE_UNSPECIFIED",
2273 "STRAIGHT_CONNECTOR_1", 2591 "STRAIGHT_CONNECTOR_1",
2274 "BENT_CONNECTOR_2", 2592 "BENT_CONNECTOR_2",
2275 "BENT_CONNECTOR_3", 2593 "BENT_CONNECTOR_3",
2276 "BENT_CONNECTOR_4", 2594 "BENT_CONNECTOR_4",
2277 "BENT_CONNECTOR_5", 2595 "BENT_CONNECTOR_5",
2278 "CURVED_CONNECTOR_2", 2596 "CURVED_CONNECTOR_2",
2279 "CURVED_CONNECTOR_3", 2597 "CURVED_CONNECTOR_3",
2280 "CURVED_CONNECTOR_4", 2598 "CURVED_CONNECTOR_4",
2281 "CURVED_CONNECTOR_5" 2599 "CURVED_CONNECTOR_5"
2282 ], 2600 ],
2283 "enumDescriptions": [ 2601 "enumDescriptions": [
2284 "An unspecified line type.", 2602 "An unspecified line type.",
2285 "Straight connector 1 form. Corresponds to ECMA-376 ST_S hapeType\n'straightConnector1'.", 2603 "Straight connector 1 form. Corresponds to ECMA-376 ST_S hapeType\n'straightConnector1'.",
2286 "Bent connector 2 form. Corresponds to ECMA-376 ST_Shape Type\n'bentConnector2'.", 2604 "Bent connector 2 form. Corresponds to ECMA-376 ST_Shape Type\n'bentConnector2'.",
2287 "Bent connector 3 form. Corresponds to ECMA-376 ST_Shape Type\n'bentConnector3'.", 2605 "Bent connector 3 form. Corresponds to ECMA-376 ST_Shape Type\n'bentConnector3'.",
2288 "Bent connector 4 form. Corresponds to ECMA-376 ST_Shape Type\n'bentConnector4'.", 2606 "Bent connector 4 form. Corresponds to ECMA-376 ST_Shape Type\n'bentConnector4'.",
2289 "Bent connector 5 form. Corresponds to ECMA-376 ST_Shape Type\n'bentConnector5'.", 2607 "Bent connector 5 form. Corresponds to ECMA-376 ST_Shape Type\n'bentConnector5'.",
2290 "Curved connector 2 form. Corresponds to ECMA-376 ST_Sha peType\n'curvedConnector2'.", 2608 "Curved connector 2 form. Corresponds to ECMA-376 ST_Sha peType\n'curvedConnector2'.",
2291 "Curved connector 3 form. Corresponds to ECMA-376 ST_Sha peType\n'curvedConnector3'.", 2609 "Curved connector 3 form. Corresponds to ECMA-376 ST_Sha peType\n'curvedConnector3'.",
2292 "Curved connector 4 form. Corresponds to ECMA-376 ST_Sha peType\n'curvedConnector4'.", 2610 "Curved connector 4 form. Corresponds to ECMA-376 ST_Sha peType\n'curvedConnector4'.",
2293 "Curved connector 5 form. Corresponds to ECMA-376 ST_Sha peType\n'curvedConnector5'." 2611 "Curved connector 5 form. Corresponds to ECMA-376 ST_Sha peType\n'curvedConnector5'."
2294 ], 2612 ],
2295 "type": "string" 2613 "type": "string"
2614 },
2615 "lineProperties": {
2616 "$ref": "LineProperties",
2617 "description": "The properties of the line."
2296 } 2618 }
2297 }, 2619 },
2298 "type": "object" 2620 "type": "object"
2299 }, 2621 },
2300 "CreateSheetsChartRequest": { 2622 "CreateSheetsChartRequest": {
2301 "description": "Creates an embedded Google Sheets chart.\n\nNOTE: Ch art creation requires at least one of the spreadsheets.readonly,\nspreadsheets, drive.readonly, or drive OAuth scopes.", 2623 "description": "Creates an embedded Google Sheets chart.\n\nNOTE: Ch art creation requires at least one of the spreadsheets.readonly,\nspreadsheets, drive.readonly, or drive OAuth scopes.",
2302 "id": "CreateSheetsChartRequest", 2624 "id": "CreateSheetsChartRequest",
2303 "properties": { 2625 "properties": {
2304 "objectId": { 2626 "objectId": {
2305 "description": "A user-supplied object ID.\n\nIf specified, the ID must be unique among all pages and page elements in\nthe presentation. Th e ID should start with a word character [a-zA-Z0-9_]\nand then followed by any n umber of the following characters [a-zA-Z0-9_-:].\nThe length of the ID should n ot be less than 5 or greater than 50.\nIf empty, a unique identifier will be gen erated.", 2627 "description": "A user-supplied object ID.\n\nIf specified, the ID must be unique among all pages and page elements in\nthe presentation. Th e ID should start with a word character [a-zA-Z0-9_]\nand then followed by any n umber of the following characters [a-zA-Z0-9_-:].\nThe length of the ID should n ot be less than 5 or greater than 50.\nIf empty, a unique identifier will be gen erated.",
(...skipping 24 matching lines...) Expand all
2330 "format": "int32", 2652 "format": "int32",
2331 "type": "integer" 2653 "type": "integer"
2332 } 2654 }
2333 }, 2655 },
2334 "type": "object" 2656 "type": "object"
2335 }, 2657 },
2336 "BatchUpdatePresentationResponse": { 2658 "BatchUpdatePresentationResponse": {
2337 "description": "Response message from a batch update.", 2659 "description": "Response message from a batch update.",
2338 "id": "BatchUpdatePresentationResponse", 2660 "id": "BatchUpdatePresentationResponse",
2339 "properties": { 2661 "properties": {
2340 "presentationId": {
2341 "description": "The presentation the updates were applied to .",
2342 "type": "string"
2343 },
2344 "replies": { 2662 "replies": {
2345 "description": "The reply of the updates. This maps 1:1 wit h the updates, although\nreplies to some requests may be empty.", 2663 "description": "The reply of the updates. This maps 1:1 wit h the updates, although\nreplies to some requests may be empty.",
2346 "items": { 2664 "items": {
2347 "$ref": "Response" 2665 "$ref": "Response"
2348 }, 2666 },
2349 "type": "array" 2667 "type": "array"
2668 },
2669 "presentationId": {
2670 "description": "The presentation the updates were applied to .",
2671 "type": "string"
2350 } 2672 }
2351 }, 2673 },
2352 "type": "object" 2674 "type": "object"
2353 }, 2675 },
2354 "CreateImageResponse": { 2676 "CreateImageResponse": {
2355 "description": "The result of creating an image.", 2677 "description": "The result of creating an image.",
2356 "id": "CreateImageResponse", 2678 "id": "CreateImageResponse",
2357 "properties": { 2679 "properties": {
2358 "objectId": { 2680 "objectId": {
2359 "description": "The object ID of the created image.", 2681 "description": "The object ID of the created image.",
2360 "type": "string" 2682 "type": "string"
2361 } 2683 }
2362 }, 2684 },
2363 "type": "object" 2685 "type": "object"
2364 }, 2686 },
2365 "SlideProperties": { 2687 "SlideProperties": {
2366 "description": "The properties of Page that are only\nrelevant for p ages with page_type SLIDE.", 2688 "description": "The properties of Page that are only\nrelevant for p ages with page_type SLIDE.",
2367 "id": "SlideProperties", 2689 "id": "SlideProperties",
2368 "properties": { 2690 "properties": {
2691 "notesPage": {
2692 "$ref": "Page",
2693 "description": "The notes page that this slide is associated with. It defines the visual\nappearance of a notes page when printing or export ing slides with speaker\nnotes. A notes page inherits properties from the\nnotes master.\nThe placeholder shape with type BODY on the notes page contains the sp eaker\nnotes for this slide. The ID of this shape is identified by the\nspeakerN otesObjectId field.\nThe notes page is read-only except for the text content and styles of the\nspeaker notes shape."
2694 },
2369 "layoutObjectId": { 2695 "layoutObjectId": {
2370 "description": "The object ID of the layout that this slide is based on.", 2696 "description": "The object ID of the layout that this slide is based on.",
2371 "type": "string" 2697 "type": "string"
2372 }, 2698 },
2373 "masterObjectId": { 2699 "masterObjectId": {
2374 "description": "The object ID of the master that this slide is based on.", 2700 "description": "The object ID of the master that this slide is based on.",
2375 "type": "string" 2701 "type": "string"
2376 },
2377 "notesPage": {
2378 "$ref": "Page",
2379 "description": "The notes page that this slide is associated with. It defines the visual\nappearance of a notes page when printing or export ing slides with speaker\nnotes. A notes page inherits properties from the\nnotes master.\nThe placeholder shape with type BODY on the notes page contains the sp eaker\nnotes for this slide. The ID of this shape is identified by the\nspeakerN otesObjectId field.\nThe notes page is read-only except for the text content and styles of the\nspeaker notes shape."
2380 } 2702 }
2381 }, 2703 },
2382 "type": "object" 2704 "type": "object"
2383 }, 2705 },
2384 "Response": { 2706 "Response": {
2385 "description": "A single response from an update.", 2707 "description": "A single response from an update.",
2386 "id": "Response", 2708 "id": "Response",
2387 "properties": { 2709 "properties": {
2710 "createSlide": {
2711 "$ref": "CreateSlideResponse",
2712 "description": "The result of creating a slide."
2713 },
2714 "duplicateObject": {
2715 "$ref": "DuplicateObjectResponse",
2716 "description": "The result of duplicating an object."
2717 },
2718 "createShape": {
2719 "$ref": "CreateShapeResponse",
2720 "description": "The result of creating a shape."
2721 },
2388 "createLine": { 2722 "createLine": {
2389 "$ref": "CreateLineResponse", 2723 "$ref": "CreateLineResponse",
2390 "description": "The result of creating a line." 2724 "description": "The result of creating a line."
2391 }, 2725 },
2392 "createImage": { 2726 "createImage": {
2393 "$ref": "CreateImageResponse", 2727 "$ref": "CreateImageResponse",
2394 "description": "The result of creating an image." 2728 "description": "The result of creating an image."
2395 }, 2729 },
2396 "createVideo": { 2730 "createVideo": {
2397 "$ref": "CreateVideoResponse", 2731 "$ref": "CreateVideoResponse",
(...skipping 11 matching lines...) Expand all
2409 "$ref": "ReplaceAllShapesWithImageResponse", 2743 "$ref": "ReplaceAllShapesWithImageResponse",
2410 "description": "The result of replacing all shapes matching some criteria with an\nimage." 2744 "description": "The result of replacing all shapes matching some criteria with an\nimage."
2411 }, 2745 },
2412 "createTable": { 2746 "createTable": {
2413 "$ref": "CreateTableResponse", 2747 "$ref": "CreateTableResponse",
2414 "description": "The result of creating a table." 2748 "description": "The result of creating a table."
2415 }, 2749 },
2416 "replaceAllText": { 2750 "replaceAllText": {
2417 "$ref": "ReplaceAllTextResponse", 2751 "$ref": "ReplaceAllTextResponse",
2418 "description": "The result of replacing text." 2752 "description": "The result of replacing text."
2419 },
2420 "createSlide": {
2421 "$ref": "CreateSlideResponse",
2422 "description": "The result of creating a slide."
2423 },
2424 "duplicateObject": {
2425 "$ref": "DuplicateObjectResponse",
2426 "description": "The result of duplicating an object."
2427 },
2428 "createShape": {
2429 "$ref": "CreateShapeResponse",
2430 "description": "The result of creating a shape."
2431 } 2753 }
2432 }, 2754 },
2433 "type": "object" 2755 "type": "object"
2434 }, 2756 },
2435 "SubstringMatchCriteria": { 2757 "SubstringMatchCriteria": {
2436 "description": "A criteria that matches a specific string of text in a shape or table.", 2758 "description": "A criteria that matches a specific string of text in a shape or table.",
2437 "id": "SubstringMatchCriteria", 2759 "id": "SubstringMatchCriteria",
2438 "properties": { 2760 "properties": {
2439 "text": { 2761 "text": {
2440 "description": "The text to search for in the shape or table .", 2762 "description": "The text to search for in the shape or table .",
2441 "type": "string" 2763 "type": "string"
2442 }, 2764 },
2443 "matchCase": { 2765 "matchCase": {
2444 "description": "Indicates whether the search should respect case:\n\n- `True`: the search is case sensitive.\n- `False`: the search is case insensitive.", 2766 "description": "Indicates whether the search should respect case:\n\n- `True`: the search is case sensitive.\n- `False`: the search is case insensitive.",
2445 "type": "boolean" 2767 "type": "boolean"
2446 } 2768 }
2447 }, 2769 },
2448 "type": "object" 2770 "type": "object"
2449 }, 2771 },
2450 "LayoutReference": { 2772 "LayoutReference": {
2451 "description": "Slide layout reference. This may reference either:\n \n- A predefined layout\n- One of the layouts in the presentation.", 2773 "description": "Slide layout reference. This may reference either:\n \n- A predefined layout\n- One of the layouts in the presentation.",
2452 "id": "LayoutReference", 2774 "id": "LayoutReference",
2453 "properties": { 2775 "properties": {
2454 "layoutId": {
2455 "description": "Layout ID: the object ID of one of the layou ts in the presentation.",
2456 "type": "string"
2457 },
2458 "predefinedLayout": { 2776 "predefinedLayout": {
2459 "description": "Predefined layout.", 2777 "description": "Predefined layout.",
2460 "enum": [ 2778 "enum": [
2461 "PREDEFINED_LAYOUT_UNSPECIFIED", 2779 "PREDEFINED_LAYOUT_UNSPECIFIED",
2462 "BLANK", 2780 "BLANK",
2463 "CAPTION_ONLY", 2781 "CAPTION_ONLY",
2464 "TITLE", 2782 "TITLE",
2465 "TITLE_AND_BODY", 2783 "TITLE_AND_BODY",
2466 "TITLE_AND_TWO_COLUMNS", 2784 "TITLE_AND_TWO_COLUMNS",
2467 "TITLE_ONLY", 2785 "TITLE_ONLY",
(...skipping 11 matching lines...) Expand all
2479 "Layout with a title and body.", 2797 "Layout with a title and body.",
2480 "Layout with a title and two columns.", 2798 "Layout with a title and two columns.",
2481 "Layout with only a title.", 2799 "Layout with only a title.",
2482 "Layout with a section title.", 2800 "Layout with a section title.",
2483 "Layout with a title and subtitle on one side and descri ption on the other.", 2801 "Layout with a title and subtitle on one side and descri ption on the other.",
2484 "Layout with one title and one body, arranged in a singl e column.", 2802 "Layout with one title and one body, arranged in a singl e column.",
2485 "Layout with a main point.", 2803 "Layout with a main point.",
2486 "Layout with a big number heading." 2804 "Layout with a big number heading."
2487 ], 2805 ],
2488 "type": "string" 2806 "type": "string"
2807 },
2808 "layoutId": {
2809 "description": "Layout ID: the object ID of one of the layou ts in the presentation.",
2810 "type": "string"
2489 } 2811 }
2490 }, 2812 },
2491 "type": "object" 2813 "type": "object"
2492 }, 2814 },
2493 "TextRun": { 2815 "TextRun": {
2494 "description": "A TextElement kind that represents a run of text tha t all has the same\nstyling.", 2816 "description": "A TextElement kind that represents a run of text tha t all has the same\nstyling.",
2495 "id": "TextRun", 2817 "id": "TextRun",
2496 "properties": { 2818 "properties": {
2497 "content": { 2819 "content": {
2498 "description": "The text of this run.", 2820 "description": "The text of this run.",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
2559 "$ref": "PageElementProperties", 2881 "$ref": "PageElementProperties",
2560 "description": "The element properties for the table.\n\nThe table will be created at the provided size, subject to a minimum size.\nIf no s ize is provided, the table will be automatically sized.\n\nTable transforms must have a scale of 1 and no shear components. If no\ntransform is provided, the ta ble will be centered on the page." 2882 "description": "The element properties for the table.\n\nThe table will be created at the provided size, subject to a minimum size.\nIf no s ize is provided, the table will be automatically sized.\n\nTable transforms must have a scale of 1 and no shear components. If no\ntransform is provided, the ta ble will be centered on the page."
2561 } 2883 }
2562 }, 2884 },
2563 "type": "object" 2885 "type": "object"
2564 }, 2886 },
2565 "Table": { 2887 "Table": {
2566 "description": "A PageElement kind representing a\ntable.", 2888 "description": "A PageElement kind representing a\ntable.",
2567 "id": "Table", 2889 "id": "Table",
2568 "properties": { 2890 "properties": {
2569 "rows": {
2570 "description": "Number of rows in the table.",
2571 "format": "int32",
2572 "type": "integer"
2573 },
2574 "tableColumns": { 2891 "tableColumns": {
2575 "description": "Properties of each column.", 2892 "description": "Properties of each column.",
2576 "items": { 2893 "items": {
2577 "$ref": "TableColumnProperties" 2894 "$ref": "TableColumnProperties"
2578 }, 2895 },
2579 "type": "array" 2896 "type": "array"
2580 }, 2897 },
2581 "columns": { 2898 "columns": {
2582 "description": "Number of columns in the table.", 2899 "description": "Number of columns in the table.",
2583 "format": "int32", 2900 "format": "int32",
2584 "type": "integer" 2901 "type": "integer"
2585 }, 2902 },
2586 "tableRows": { 2903 "tableRows": {
2587 "description": "Properties and contents of each row.\n\nCell s that span multiple rows are contained in only one of these rows and\nhave a ro w_span greater\nthan 1.", 2904 "description": "Properties and contents of each row.\n\nCell s that span multiple rows are contained in only one of these rows and\nhave a ro w_span greater\nthan 1.",
2588 "items": { 2905 "items": {
2589 "$ref": "TableRow" 2906 "$ref": "TableRow"
2590 }, 2907 },
2591 "type": "array" 2908 "type": "array"
2909 },
2910 "rows": {
2911 "description": "Number of rows in the table.",
2912 "format": "int32",
2913 "type": "integer"
2592 } 2914 }
2593 }, 2915 },
2594 "type": "object" 2916 "type": "object"
2595 }, 2917 },
2596 "PageBackgroundFill": { 2918 "PageBackgroundFill": {
2597 "description": "The page background fill.", 2919 "description": "The page background fill.",
2598 "id": "PageBackgroundFill", 2920 "id": "PageBackgroundFill",
2599 "properties": { 2921 "properties": {
2600 "propertyState": { 2922 "propertyState": {
2601 "description": "The background fill property state.\n\nUpdat ing the the fill on a page will implicitly update this field to\n`RENDERED`, unl ess another value is specified in the same request. To\nhave no fill on a page, set this field to `NOT_RENDERED`. In this case,\nany other fill fields set in th e same request will be ignored.", 2923 "description": "The background fill property state.\n\nUpdat ing the the fill on a page will implicitly update this field to\n`RENDERED`, unl ess another value is specified in the same request. To\nhave no fill on a page, set this field to `NOT_RENDERED`. In this case,\nany other fill fields set in th e same request will be ignored.",
(...skipping 17 matching lines...) Expand all
2619 "$ref": "SolidFill", 2941 "$ref": "SolidFill",
2620 "description": "Solid color fill." 2942 "description": "Solid color fill."
2621 } 2943 }
2622 }, 2944 },
2623 "type": "object" 2945 "type": "object"
2624 }, 2946 },
2625 "SheetsChart": { 2947 "SheetsChart": {
2626 "description": "A PageElement kind representing\na linked chart embe dded from Google Sheets.", 2948 "description": "A PageElement kind representing\na linked chart embe dded from Google Sheets.",
2627 "id": "SheetsChart", 2949 "id": "SheetsChart",
2628 "properties": { 2950 "properties": {
2629 "chartId": {
2630 "description": "The ID of the specific chart in the Google S heets spreadsheet that is\nembedded.",
2631 "format": "int32",
2632 "type": "integer"
2633 },
2634 "sheetsChartProperties": { 2951 "sheetsChartProperties": {
2635 "$ref": "SheetsChartProperties", 2952 "$ref": "SheetsChartProperties",
2636 "description": "The properties of the Sheets chart." 2953 "description": "The properties of the Sheets chart."
2637 }, 2954 },
2638 "contentUrl": { 2955 "contentUrl": {
2639 "description": "The URL of an image of the embedded chart, w ith a default lifetime of 30\nminutes. This URL is tagged with the account of th e requester. Anyone with\nthe URL effectively accesses the image as the original requester. Access to\nthe image may be lost if the presentation's sharing setti ngs change.", 2956 "description": "The URL of an image of the embedded chart, w ith a default lifetime of 30\nminutes. This URL is tagged with the account of th e requester. Anyone with\nthe URL effectively accesses the image as the original requester. Access to\nthe image may be lost if the presentation's sharing setti ngs change.",
2640 "type": "string" 2957 "type": "string"
2641 }, 2958 },
2642 "spreadsheetId": { 2959 "spreadsheetId": {
2643 "description": "The ID of the Google Sheets spreadsheet that contains the source chart.", 2960 "description": "The ID of the Google Sheets spreadsheet that contains the source chart.",
2644 "type": "string" 2961 "type": "string"
2962 },
2963 "chartId": {
2964 "description": "The ID of the specific chart in the Google S heets spreadsheet that is\nembedded.",
2965 "format": "int32",
2966 "type": "integer"
2645 } 2967 }
2646 }, 2968 },
2647 "type": "object" 2969 "type": "object"
2648 }, 2970 },
2649 "SolidFill": { 2971 "SolidFill": {
2650 "description": "A solid color fill. The page or page element is fill ed entirely with the\nspecified color value.\n\nIf any field is unset, its value may be inherited from a parent placeholder\nif it exists.", 2972 "description": "A solid color fill. The page or page element is fill ed entirely with the\nspecified color value.\n\nIf any field is unset, its value may be inherited from a parent placeholder\nif it exists.",
2651 "id": "SolidFill", 2973 "id": "SolidFill",
2652 "properties": { 2974 "properties": {
2653 "alpha": { 2975 "alpha": {
2654 "description": "The fraction of this `color` that should be applied to the pixel.\nThat is, the final pixel color is defined by the equation :\n\n pixel color = alpha * (color) + (1.0 - alpha) * (background color)\n\nThi s means that a value of 1.0 corresponds to a solid color, whereas\na value of 0. 0 corresponds to a completely transparent color.", 2976 "description": "The fraction of this `color` that should be applied to the pixel.\nThat is, the final pixel color is defined by the equation :\n\n pixel color = alpha * (color) + (1.0 - alpha) * (background color)\n\nThi s means that a value of 1.0 corresponds to a solid color, whereas\na value of 0. 0 corresponds to a completely transparent color.",
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
2764 "description": "Reading the content_url:\n\nAn URL to a pict ure with a default lifetime of 30 minutes.\nThis URL is tagged with the account of the requester. Anyone with the URL\neffectively accesses the picture as the o riginal requester. Access to the\npicture may be lost if the presentation's shar ing settings change.\n\nWriting the content_url:\n\nThe picture is fetched once at insertion time and a copy is stored for\ndisplay inside the presentation. Pic tures must be less than 50MB in size,\ncannot exceed 25 megapixels, and must be in either in PNG, JPEG, or GIF\nformat.", 3086 "description": "Reading the content_url:\n\nAn URL to a pict ure with a default lifetime of 30 minutes.\nThis URL is tagged with the account of the requester. Anyone with the URL\neffectively accesses the picture as the o riginal requester. Access to the\npicture may be lost if the presentation's shar ing settings change.\n\nWriting the content_url:\n\nThe picture is fetched once at insertion time and a copy is stored for\ndisplay inside the presentation. Pic tures must be less than 50MB in size,\ncannot exceed 25 megapixels, and must be in either in PNG, JPEG, or GIF\nformat.",
2765 "type": "string" 3087 "type": "string"
2766 }, 3088 },
2767 "size": { 3089 "size": {
2768 "$ref": "Size", 3090 "$ref": "Size",
2769 "description": "The original size of the picture fill. This field is read-only." 3091 "description": "The original size of the picture fill. This field is read-only."
2770 } 3092 }
2771 }, 3093 },
2772 "type": "object" 3094 "type": "object"
2773 }, 3095 },
3096 "DeleteTableColumnRequest": {
3097 "description": "Deletes a column from a table.",
3098 "id": "DeleteTableColumnRequest",
3099 "properties": {
3100 "cellLocation": {
3101 "$ref": "TableCellLocation",
3102 "description": "The reference table cell location from which a column will be deleted.\n\nThe column this cell spans will be deleted. If thi s is a merged cell,\nmultiple columns will be deleted. If no columns remain in t he table after\nthis deletion, the whole table is deleted."
3103 },
3104 "tableObjectId": {
3105 "description": "The table to delete columns from.",
3106 "type": "string"
3107 }
3108 },
3109 "type": "object"
3110 },
2774 "UpdateTextStyleRequest": { 3111 "UpdateTextStyleRequest": {
2775 "description": "Update the styling of text in a Shape or\nTable.", 3112 "description": "Update the styling of text in a Shape or\nTable.",
2776 "id": "UpdateTextStyleRequest", 3113 "id": "UpdateTextStyleRequest",
2777 "properties": { 3114 "properties": {
3115 "cellLocation": {
3116 "$ref": "TableCellLocation",
3117 "description": "The location of the cell in the table contai ning the text to style. If\n`object_id` refers to a table, `cell_location` must have a value.\nOtherwise, it must not."
3118 },
3119 "style": {
3120 "$ref": "TextStyle",
3121 "description": "The style(s) to set on the text.\n\nIf the v alue for a particular style matches that of the parent, that style\nwill be set to inherit.\n\nCertain text style changes may cause other changes meant to mirro r the\nbehavior of the Slides editor. See the documentation of\nTextStyle for mo re information."
3122 },
2778 "fields": { 3123 "fields": {
2779 "description": "The fields that should be updated.\n\nAt lea st one field must be specified. The root `style` is implied and\nshould not be s pecified. A single `\"*\"` can be used as short-hand for\nlisting every field.\n \nFor example, to update the text style to bold, set `fields` to `\"bold\"`.\n\n To reset a property to its default value, include its field name in the\nfield m ask but leave the field itself unset.", 3124 "description": "The fields that should be updated.\n\nAt lea st one field must be specified. The root `style` is implied and\nshould not be s pecified. A single `\"*\"` can be used as short-hand for\nlisting every field.\n \nFor example, to update the text style to bold, set `fields` to `\"bold\"`.\n\n To reset a property to its default value, include its field name in the\nfield m ask but leave the field itself unset.",
2780 "format": "google-fieldmask", 3125 "format": "google-fieldmask",
2781 "type": "string" 3126 "type": "string"
2782 }, 3127 },
2783 "objectId": { 3128 "objectId": {
2784 "description": "The object ID of the shape or table with the text to be styled.", 3129 "description": "The object ID of the shape or table with the text to be styled.",
2785 "type": "string" 3130 "type": "string"
2786 }, 3131 },
2787 "textRange": { 3132 "textRange": {
2788 "$ref": "Range", 3133 "$ref": "Range",
2789 "description": "The range of text to style.\n\nThe range may be extended to include adjacent newlines.\n\nIf the range fully contains a para graph belonging to a list, the\nparagraph's bullet is also updated with the matc hing text style." 3134 "description": "The range of text to style.\n\nThe range may be extended to include adjacent newlines.\n\nIf the range fully contains a para graph belonging to a list, the\nparagraph's bullet is also updated with the matc hing text style."
2790 },
2791 "cellLocation": {
2792 "$ref": "TableCellLocation",
2793 "description": "The location of the cell in the table contai ning the text to style. If\n`object_id` refers to a table, `cell_location` must have a value.\nOtherwise, it must not."
2794 },
2795 "style": {
2796 "$ref": "TextStyle",
2797 "description": "The style(s) to set on the text.\n\nIf the v alue for a particular style matches that of the parent, that style\nwill be set to inherit.\n\nCertain text style changes may cause other changes meant to mirro r the\nbehavior of the Slides editor. See the documentation of\nTextStyle for mo re information."
2798 } 3135 }
2799 }, 3136 },
2800 "type": "object" 3137 "type": "object"
2801 },
2802 "DeleteTableColumnRequest": {
2803 "description": "Deletes a column from a table.",
2804 "id": "DeleteTableColumnRequest",
2805 "properties": {
2806 "cellLocation": {
2807 "$ref": "TableCellLocation",
2808 "description": "The reference table cell location from which a column will be deleted.\n\nThe column this cell spans will be deleted. If thi s is a merged cell,\nmultiple columns will be deleted. If no columns remain in t he table after\nthis deletion, the whole table is deleted."
2809 },
2810 "tableObjectId": {
2811 "description": "The table to delete columns from.",
2812 "type": "string"
2813 }
2814 },
2815 "type": "object"
2816 }, 3138 },
2817 "List": { 3139 "List": {
2818 "description": "A List describes the look and feel of bullets belong ing to paragraphs\nassociated with a list. A paragraph that is part of a list ha s an implicit\nreference to that list's ID.", 3140 "description": "A List describes the look and feel of bullets belong ing to paragraphs\nassociated with a list. A paragraph that is part of a list ha s an implicit\nreference to that list's ID.",
2819 "id": "List", 3141 "id": "List",
2820 "properties": { 3142 "properties": {
2821 "listId": {
2822 "description": "The ID of the list.",
2823 "type": "string"
2824 },
2825 "nestingLevel": { 3143 "nestingLevel": {
2826 "additionalProperties": { 3144 "additionalProperties": {
2827 "$ref": "NestingLevel" 3145 "$ref": "NestingLevel"
2828 }, 3146 },
2829 "description": "A map of nesting levels to the properties of bullets at the associated\nlevel. A list has at most nine levels of nesting, so the possible values\nfor the keys of this map are 0 through 8, inclusive.", 3147 "description": "A map of nesting levels to the properties of bullets at the associated\nlevel. A list has at most nine levels of nesting, so the possible values\nfor the keys of this map are 0 through 8, inclusive.",
2830 "type": "object" 3148 "type": "object"
3149 },
3150 "listId": {
3151 "description": "The ID of the list.",
3152 "type": "string"
2831 } 3153 }
2832 }, 3154 },
2833 "type": "object" 3155 "type": "object"
2834 }, 3156 },
2835 "WeightedFontFamily": { 3157 "WeightedFontFamily": {
2836 "description": "Represents a font family and weight used to style a TextRun.", 3158 "description": "Represents a font family and weight used to style a TextRun.",
2837 "id": "WeightedFontFamily", 3159 "id": "WeightedFontFamily",
2838 "properties": { 3160 "properties": {
2839 "fontFamily": { 3161 "fontFamily": {
2840 "description": "The font family of the text.\n\nThe font fam ily can be any font from the Font menu in Slides or from\n[Google Fonts] (https: //fonts.google.com/). If the font name is\nunrecognized, the text is rendered in `Arial`.", 3162 "description": "The font family of the text.\n\nThe font fam ily can be any font from the Font menu in Slides or from\n[Google Fonts] (https: //fonts.google.com/). If the font name is\nunrecognized, the text is rendered in `Arial`.",
2841 "type": "string" 3163 "type": "string"
2842 }, 3164 },
2843 "weight": { 3165 "weight": {
2844 "description": "The rendered weight of the text. This field can have any value that is a\nmultiple of `100` between `100` and `900`, inclusi ve. This range\ncorresponds to the numerical values described in the CSS 2.1\nSp ecification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness ),\nwith non-numerical values disallowed. Weights greater than or equal to\n`700 ` are considered bold, and weights less than `700`are not bold. The\ndefault val ue is `400` (\"normal\").", 3166 "description": "The rendered weight of the text. This field can have any value that is a\nmultiple of `100` between `100` and `900`, inclusi ve. This range\ncorresponds to the numerical values described in the CSS 2.1\nSp ecification, [section 15.6](https://www.w3.org/TR/CSS21/fonts.html#font-boldness ),\nwith non-numerical values disallowed. Weights greater than or equal to\n`700 ` are considered bold, and weights less than `700`are not bold. The\ndefault val ue is `400` (\"normal\").",
2845 "format": "int32", 3167 "format": "int32",
2846 "type": "integer" 3168 "type": "integer"
2847 } 3169 }
2848 }, 3170 },
2849 "type": "object" 3171 "type": "object"
2850 }, 3172 },
2851 "PageElement": { 3173 "PageElement": {
2852 "description": "A visual element rendered on a page.", 3174 "description": "A visual element rendered on a page.",
2853 "id": "PageElement", 3175 "id": "PageElement",
2854 "properties": { 3176 "properties": {
2855 "elementGroup": {
2856 "$ref": "Group",
2857 "description": "A collection of page elements joined as a si ngle unit."
2858 },
2859 "image": {
2860 "$ref": "Image",
2861 "description": "An image page element."
2862 },
2863 "size": { 3177 "size": {
2864 "$ref": "Size", 3178 "$ref": "Size",
2865 "description": "The size of the page element." 3179 "description": "The size of the page element."
2866 }, 3180 },
2867 "title": { 3181 "title": {
2868 "description": "The title of the page element. Combined with description to display alt\ntext.", 3182 "description": "The title of the page element. Combined with description to display alt\ntext.",
2869 "type": "string" 3183 "type": "string"
2870 }, 3184 },
2871 "sheetsChart": { 3185 "sheetsChart": {
2872 "$ref": "SheetsChart", 3186 "$ref": "SheetsChart",
2873 "description": "A linked chart embedded from Google Sheets. Unlinked charts are\nrepresented as images." 3187 "description": "A linked chart embedded from Google Sheets. Unlinked charts are\nrepresented as images."
2874 }, 3188 },
2875 "video": { 3189 "video": {
2876 "$ref": "Video", 3190 "$ref": "Video",
2877 "description": "A video page element." 3191 "description": "A video page element."
2878 }, 3192 },
2879 "wordArt": { 3193 "wordArt": {
2880 "$ref": "WordArt", 3194 "$ref": "WordArt",
2881 "description": "A word art page element." 3195 "description": "A word art page element."
2882 }, 3196 },
2883 "table": { 3197 "table": {
2884 "$ref": "Table", 3198 "$ref": "Table",
2885 "description": "A table page element." 3199 "description": "A table page element."
2886 }, 3200 },
3201 "objectId": {
3202 "description": "The object ID for this page element. Object IDs used by\ngoogle.apps.slides.v1.Page and\ngoogle.apps.slides.v1.PageElement s hare the same namespace.",
3203 "type": "string"
3204 },
2887 "transform": { 3205 "transform": {
2888 "$ref": "AffineTransform", 3206 "$ref": "AffineTransform",
2889 "description": "The transform of the page element." 3207 "description": "The transform of the page element."
2890 }, 3208 },
2891 "objectId": {
2892 "description": "The object ID for this page element. Object IDs used by\ngoogle.apps.slides.v1.Page and\ngoogle.apps.slides.v1.PageElement s hare the same namespace.",
2893 "type": "string"
2894 },
2895 "shape": { 3209 "shape": {
2896 "$ref": "Shape", 3210 "$ref": "Shape",
2897 "description": "A generic shape." 3211 "description": "A generic shape."
2898 }, 3212 },
2899 "line": { 3213 "line": {
2900 "$ref": "Line", 3214 "$ref": "Line",
2901 "description": "A line page element." 3215 "description": "A line page element."
2902 }, 3216 },
2903 "description": { 3217 "description": {
2904 "description": "The description of the page element. Combine d with title to display alt\ntext.", 3218 "description": "The description of the page element. Combine d with title to display alt\ntext.",
2905 "type": "string" 3219 "type": "string"
3220 },
3221 "elementGroup": {
3222 "$ref": "Group",
3223 "description": "A collection of page elements joined as a si ngle unit."
3224 },
3225 "image": {
3226 "$ref": "Image",
3227 "description": "An image page element."
2906 } 3228 }
2907 }, 3229 },
2908 "type": "object" 3230 "type": "object"
2909 }, 3231 },
2910 "CreateImageRequest": { 3232 "CreateImageRequest": {
2911 "description": "Creates an image.", 3233 "description": "Creates an image.",
2912 "id": "CreateImageRequest", 3234 "id": "CreateImageRequest",
2913 "properties": { 3235 "properties": {
2914 "objectId": {
2915 "description": "A user-supplied object ID.\n\nIf you specify an ID, it must be unique among all pages and page elements\nin the presentation . The ID must start with an alphanumeric character or an\nunderscore (matches re gex `[a-zA-Z0-9_]`); remaining characters\nmay include those as well as a hyphen or colon (matches regex\n`[a-zA-Z0-9_-:]`).\nThe length of the ID must not be l ess than 5 or greater than 50.\n\nIf you don't specify an ID, a unique one is ge nerated.",
2916 "type": "string"
2917 },
2918 "elementProperties": { 3236 "elementProperties": {
2919 "$ref": "PageElementProperties", 3237 "$ref": "PageElementProperties",
2920 "description": "The element properties for the image.\n\nWhe n the aspect ratio of the provided size does not match the image aspect\nratio, the image is scaled and centered with respect to the size in order\nto maintain aspect ratio. The provided transform is applied after this\noperation." 3238 "description": "The element properties for the image.\n\nWhe n the aspect ratio of the provided size does not match the image aspect\nratio, the image is scaled and centered with respect to the size in order\nto maintain aspect ratio. The provided transform is applied after this\noperation."
2921 }, 3239 },
2922 "url": { 3240 "url": {
2923 "description": "The image URL.\n\nThe image is fetched once at insertion time and a copy is stored for\ndisplay inside the presentation. Ima ges must be less than 50MB in size,\ncannot exceed 25 megapixels, and must be in either in PNG, JPEG, or GIF\nformat.", 3241 "description": "The image URL.\n\nThe image is fetched once at insertion time and a copy is stored for\ndisplay inside the presentation. Ima ges must be less than 50MB in size,\ncannot exceed 25 megapixels, and must be in either in PNG, JPEG, or GIF\nformat.",
2924 "type": "string" 3242 "type": "string"
3243 },
3244 "objectId": {
3245 "description": "A user-supplied object ID.\n\nIf you specify an ID, it must be unique among all pages and page elements\nin the presentation . The ID must start with an alphanumeric character or an\nunderscore (matches re gex `[a-zA-Z0-9_]`); remaining characters\nmay include those as well as a hyphen or colon (matches regex\n`[a-zA-Z0-9_-:]`).\nThe length of the ID must not be l ess than 5 or greater than 50.\n\nIf you don't specify an ID, a unique one is ge nerated.",
3246 "type": "string"
2925 } 3247 }
2926 }, 3248 },
2927 "type": "object" 3249 "type": "object"
2928 }, 3250 },
2929 "CreateParagraphBulletsRequest": { 3251 "CreateParagraphBulletsRequest": {
2930 "description": "Creates bullets for all of the paragraphs that overl ap with the given\ntext index range.\n\nThe nesting level of each paragraph will be determined by counting leading\ntabs in front of each paragraph. To avoid ex cess space between the bullet and\nthe corresponding paragraph, these leading ta bs are removed by this request.\nThis may change the indices of parts of the tex t.\n\nIf the paragraph immediately before paragraphs being updated is in a list\ nwith a matching preset, the paragraphs being updated are added to that\nprecedi ng list.", 3252 "description": "Creates bullets for all of the paragraphs that overl ap with the given\ntext index range.\n\nThe nesting level of each paragraph will be determined by counting leading\ntabs in front of each paragraph. To avoid ex cess space between the bullet and\nthe corresponding paragraph, these leading ta bs are removed by this request.\nThis may change the indices of parts of the tex t.\n\nIf the paragraph immediately before paragraphs being updated is in a list\ nwith a matching preset, the paragraphs being updated are added to that\nprecedi ng list.",
2931 "id": "CreateParagraphBulletsRequest", 3253 "id": "CreateParagraphBulletsRequest",
2932 "properties": { 3254 "properties": {
2933 "objectId": { 3255 "objectId": {
2934 "description": "The object ID of the shape or table containi ng the text to add bullets to.", 3256 "description": "The object ID of the shape or table containi ng the text to add bullets to.",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
2995 "$ref": "Dimension", 3317 "$ref": "Dimension",
2996 "description": "The width of the object." 3318 "description": "The width of the object."
2997 } 3319 }
2998 }, 3320 },
2999 "type": "object" 3321 "type": "object"
3000 }, 3322 },
3001 "TextStyle": { 3323 "TextStyle": {
3002 "description": "Represents the styling that can be applied to a Text Run.\n\nIf this text is contained in a shape with a parent placeholder, then the se text styles may be\ninherited from the parent. Which text styles are inherite d depend on the\nnesting level of lists:\n\n* A text run in a paragraph that is not in a list will inherit its text style\n from the the newline character in t he paragraph at the 0 nesting level of\n the list inside the parent placeholder .\n* A text run in a paragraph that is in a list will inherit its text style\n from the newline character in the paragraph at its corresponding nesting\n leve l of the list inside the parent placeholder.\n\nInherited text styles are repres ented as unset fields in this message. If\ntext is contained in a shape without a parent placeholder, unsetting these\nfields will revert the style to a value m atching the defaults in the Slides\neditor.", 3324 "description": "Represents the styling that can be applied to a Text Run.\n\nIf this text is contained in a shape with a parent placeholder, then the se text styles may be\ninherited from the parent. Which text styles are inherite d depend on the\nnesting level of lists:\n\n* A text run in a paragraph that is not in a list will inherit its text style\n from the the newline character in t he paragraph at the 0 nesting level of\n the list inside the parent placeholder .\n* A text run in a paragraph that is in a list will inherit its text style\n from the newline character in the paragraph at its corresponding nesting\n leve l of the list inside the parent placeholder.\n\nInherited text styles are repres ented as unset fields in this message. If\ntext is contained in a shape without a parent placeholder, unsetting these\nfields will revert the style to a value m atching the defaults in the Slides\neditor.",
3003 "id": "TextStyle", 3325 "id": "TextStyle",
3004 "properties": { 3326 "properties": {
3005 "smallCaps": {
3006 "description": "Whether or not the text is in small capital letters.",
3007 "type": "boolean"
3008 },
3009 "backgroundColor": {
3010 "$ref": "OptionalColor",
3011 "description": "The background color of the text. If set, th e color is either opaque or\ntransparent, depending on if the `opaque_color` fie ld in it is set."
3012 },
3013 "link": {
3014 "$ref": "Link",
3015 "description": "The hyperlink destination of the text. If un set, there is no link. Links\nare not inherited from parent text.\n\nChanging th e link in an update request causes some other changes to the\ntext style of the range:\n\n* When setting a link, the text foreground color will be set to\n The meColorType.HYPERLINK and the text will\n be underlined. If these fields are mo dified in the same\n request, those values will be used instead of the link def aults.\n* Setting a link on a text range that overlaps with an existing link wil l\n also update the existing link to point to the new URL.\n* Links are not set table on newline characters. As a result, setting a link\n on a text range that crosses a paragraph boundary, such as `\"ABC\\n123\"`,\n will separate the new line character(s) into their own text runs. The\n link will be applied separate ly to the runs before and after the newline.\n* Removing a link will update the text style of the range to match the\n style of the preceding text (or the defa ult text styles if the preceding\n text is another link) unless different style s are being set in the same\n request."
3016 },
3017 "underline": {
3018 "description": "Whether or not the text is underlined.",
3019 "type": "boolean"
3020 },
3021 "foregroundColor": { 3327 "foregroundColor": {
3022 "$ref": "OptionalColor", 3328 "$ref": "OptionalColor",
3023 "description": "The color of the text itself. If set, the co lor is either opaque or\ntransparent, depending on if the `opaque_color` field i n it is set." 3329 "description": "The color of the text itself. If set, the co lor is either opaque or\ntransparent, depending on if the `opaque_color` field i n it is set."
3024 }, 3330 },
3025 "bold": { 3331 "bold": {
3026 "description": "Whether or not the text is rendered as bold. ", 3332 "description": "Whether or not the text is rendered as bold. ",
3027 "type": "boolean" 3333 "type": "boolean"
3028 }, 3334 },
3029 "fontFamily": { 3335 "fontFamily": {
3030 "description": "The font family of the text.\n\nThe font fam ily can be any font from the Font menu in Slides or from\n[Google Fonts] (https: //fonts.google.com/). If the font name is\nunrecognized, the text is rendered in `Arial`.\n\nSome fonts can affect the weight of the text. If an update request\ nspecifies values for both `font_family` and `bold`, the explicitly-set\n`bold` value is used.", 3336 "description": "The font family of the text.\n\nThe font fam ily can be any font from the Font menu in Slides or from\n[Google Fonts] (https: //fonts.google.com/). If the font name is\nunrecognized, the text is rendered in `Arial`.\n\nSome fonts can affect the weight of the text. If an update request\ nspecifies values for both `font_family` and `bold`, the explicitly-set\n`bold` value is used.",
3031 "type": "string" 3337 "type": "string"
3032 }, 3338 },
3339 "strikethrough": {
3340 "description": "Whether or not the text is struck through.",
3341 "type": "boolean"
3342 },
3033 "italic": { 3343 "italic": {
3034 "description": "Whether or not the text is italicized.", 3344 "description": "Whether or not the text is italicized.",
3035 "type": "boolean" 3345 "type": "boolean"
3036 }, 3346 },
3037 "strikethrough": {
3038 "description": "Whether or not the text is struck through.",
3039 "type": "boolean"
3040 },
3041 "fontSize": { 3347 "fontSize": {
3042 "$ref": "Dimension", 3348 "$ref": "Dimension",
3043 "description": "The size of the text's font. When read, the `font_size` will specified in\npoints." 3349 "description": "The size of the text's font. When read, the `font_size` will specified in\npoints."
3044 }, 3350 },
3045 "baselineOffset": { 3351 "baselineOffset": {
3046 "description": "The text's vertical offset from its normal p osition.\n\nText with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatic ally\nrendered in a smaller font size, computed based on the `font_size` field.\ nThe `font_size` itself is not affected by changes in this field.", 3352 "description": "The text's vertical offset from its normal p osition.\n\nText with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatic ally\nrendered in a smaller font size, computed based on the `font_size` field.\ nThe `font_size` itself is not affected by changes in this field.",
3047 "enum": [ 3353 "enum": [
3048 "BASELINE_OFFSET_UNSPECIFIED", 3354 "BASELINE_OFFSET_UNSPECIFIED",
3049 "NONE", 3355 "NONE",
3050 "SUPERSCRIPT", 3356 "SUPERSCRIPT",
3051 "SUBSCRIPT" 3357 "SUBSCRIPT"
3052 ], 3358 ],
3053 "enumDescriptions": [ 3359 "enumDescriptions": [
3054 "The text's baseline offset is inherited from the parent .", 3360 "The text's baseline offset is inherited from the parent .",
3055 "The text is not vertically offset.", 3361 "The text is not vertically offset.",
3056 "The text is vertically offset upwards (superscript).", 3362 "The text is vertically offset upwards (superscript).",
3057 "The text is vertically offset downwards (subscript)." 3363 "The text is vertically offset downwards (subscript)."
3058 ], 3364 ],
3059 "type": "string" 3365 "type": "string"
3060 }, 3366 },
3061 "weightedFontFamily": { 3367 "weightedFontFamily": {
3062 "$ref": "WeightedFontFamily", 3368 "$ref": "WeightedFontFamily",
3063 "description": "The font family and rendered weight of the t ext.\n\nThis field is an extension of `font_family` meant to support explicit fo nt\nweights without breaking backwards compatibility. As such, when reading the\ nstyle of a range of text, the value of `weighted_font_family#font_family`\nwill always be equal to that of `font_family`. However, when writing, if\nboth field s are included in the field mask (either explicitly or through\nthe wildcard `\" *\"`), their values are reconciled as follows:\n\n* If `font_family` is set and `weighted_font_family` is not, the value of\n `font_family` is applied with wei ght `400` (\"normal\").\n* If both fields are set, the value of `font_family` mu st match that of\n `weighted_font_family#font_family`. If so, the font family a nd weight of\n `weighted_font_family` is applied. Otherwise, a 400 bad request error is\n returned.\n* If `weighted_font_family` is set and `font_family` is n ot, the font\n family and weight of `weighted_font_family` is applied.\n* If ne ither field is set, the font family and weight of the text inherit\n from the p arent. Note that these properties cannot inherit separately\n from each other.\ n\nIf an update request specifies values for both `weighted_font_family` and\n`b old`, the `weighted_font_family` is applied first, then `bold`.\n\nIf `weighted_ font_family#weight` is not set, it defaults to `400`.\n\nIf `weighted_font_famil y` is set, then `weighted_font_family#font_family`\nmust also be set with a non- empty value. Otherwise, a 400 bad request error\nis returned." 3369 "description": "The font family and rendered weight of the t ext.\n\nThis field is an extension of `font_family` meant to support explicit fo nt\nweights without breaking backwards compatibility. As such, when reading the\ nstyle of a range of text, the value of `weighted_font_family#font_family`\nwill always be equal to that of `font_family`. However, when writing, if\nboth field s are included in the field mask (either explicitly or through\nthe wildcard `\" *\"`), their values are reconciled as follows:\n\n* If `font_family` is set and `weighted_font_family` is not, the value of\n `font_family` is applied with wei ght `400` (\"normal\").\n* If both fields are set, the value of `font_family` mu st match that of\n `weighted_font_family#font_family`. If so, the font family a nd weight of\n `weighted_font_family` is applied. Otherwise, a 400 bad request error is\n returned.\n* If `weighted_font_family` is set and `font_family` is n ot, the font\n family and weight of `weighted_font_family` is applied.\n* If ne ither field is set, the font family and weight of the text inherit\n from the p arent. Note that these properties cannot inherit separately\n from each other.\ n\nIf an update request specifies values for both `weighted_font_family` and\n`b old`, the `weighted_font_family` is applied first, then `bold`.\n\nIf `weighted_ font_family#weight` is not set, it defaults to `400`.\n\nIf `weighted_font_famil y` is set, then `weighted_font_family#font_family`\nmust also be set with a non- empty value. Otherwise, a 400 bad request error\nis returned."
3370 },
3371 "smallCaps": {
3372 "description": "Whether or not the text is in small capital letters.",
3373 "type": "boolean"
3374 },
3375 "backgroundColor": {
3376 "$ref": "OptionalColor",
3377 "description": "The background color of the text. If set, th e color is either opaque or\ntransparent, depending on if the `opaque_color` fie ld in it is set."
3378 },
3379 "underline": {
3380 "description": "Whether or not the text is underlined.",
3381 "type": "boolean"
3382 },
3383 "link": {
3384 "$ref": "Link",
3385 "description": "The hyperlink destination of the text. If un set, there is no link. Links\nare not inherited from parent text.\n\nChanging th e link in an update request causes some other changes to the\ntext style of the range:\n\n* When setting a link, the text foreground color will be set to\n The meColorType.HYPERLINK and the text will\n be underlined. If these fields are mo dified in the same\n request, those values will be used instead of the link def aults.\n* Setting a link on a text range that overlaps with an existing link wil l\n also update the existing link to point to the new URL.\n* Links are not set table on newline characters. As a result, setting a link\n on a text range that crosses a paragraph boundary, such as `\"ABC\\n123\"`,\n will separate the new line character(s) into their own text runs. The\n link will be applied separate ly to the runs before and after the newline.\n* Removing a link will update the text style of the range to match the\n style of the preceding text (or the defa ult text styles if the preceding\n text is another link) unless different style s are being set in the same\n request."
3064 } 3386 }
3065 }, 3387 },
3066 "type": "object" 3388 "type": "object"
3067 }, 3389 },
3068 "UpdateVideoPropertiesRequest": { 3390 "UpdateVideoPropertiesRequest": {
3069 "description": "Update the properties of a Video.", 3391 "description": "Update the properties of a Video.",
3070 "id": "UpdateVideoPropertiesRequest", 3392 "id": "UpdateVideoPropertiesRequest",
3071 "properties": { 3393 "properties": {
3072 "objectId": { 3394 "objectId": {
3073 "description": "The object ID of the video the updates are a pplied to.", 3395 "description": "The object ID of the video the updates are a pplied to.",
(...skipping 16 matching lines...) Expand all
3090 "id": "Request", 3412 "id": "Request",
3091 "properties": { 3413 "properties": {
3092 "deleteText": { 3414 "deleteText": {
3093 "$ref": "DeleteTextRequest", 3415 "$ref": "DeleteTextRequest",
3094 "description": "Deletes text from a shape or a table cell." 3416 "description": "Deletes text from a shape or a table cell."
3095 }, 3417 },
3096 "updatePageProperties": { 3418 "updatePageProperties": {
3097 "$ref": "UpdatePagePropertiesRequest", 3419 "$ref": "UpdatePagePropertiesRequest",
3098 "description": "Updates the properties of a Page." 3420 "description": "Updates the properties of a Page."
3099 }, 3421 },
3422 "deleteParagraphBullets": {
3423 "$ref": "DeleteParagraphBulletsRequest",
3424 "description": "Deletes bullets from paragraphs."
3425 },
3100 "createShape": { 3426 "createShape": {
3101 "$ref": "CreateShapeRequest", 3427 "$ref": "CreateShapeRequest",
3102 "description": "Creates a new shape." 3428 "description": "Creates a new shape."
3103 }, 3429 },
3104 "deleteParagraphBullets": {
3105 "$ref": "DeleteParagraphBulletsRequest",
3106 "description": "Deletes bullets from paragraphs."
3107 },
3108 "insertTableColumns": { 3430 "insertTableColumns": {
3109 "$ref": "InsertTableColumnsRequest", 3431 "$ref": "InsertTableColumnsRequest",
3110 "description": "Inserts columns into a table." 3432 "description": "Inserts columns into a table."
3111 }, 3433 },
3112 "refreshSheetsChart": { 3434 "refreshSheetsChart": {
3113 "$ref": "RefreshSheetsChartRequest", 3435 "$ref": "RefreshSheetsChartRequest",
3114 "description": "Refreshes a Google Sheets chart." 3436 "description": "Refreshes a Google Sheets chart."
3115 }, 3437 },
3438 "createTable": {
3439 "$ref": "CreateTableRequest",
3440 "description": "Creates a new table."
3441 },
3116 "updateTableCellProperties": { 3442 "updateTableCellProperties": {
3117 "$ref": "UpdateTableCellPropertiesRequest", 3443 "$ref": "UpdateTableCellPropertiesRequest",
3118 "description": "Updates the properties of a TableCell." 3444 "description": "Updates the properties of a TableCell."
3119 }, 3445 },
3120 "createTable": {
3121 "$ref": "CreateTableRequest",
3122 "description": "Creates a new table."
3123 },
3124 "deleteObject": { 3446 "deleteObject": {
3125 "$ref": "DeleteObjectRequest", 3447 "$ref": "DeleteObjectRequest",
3126 "description": "Deletes a page or page element from the pres entation." 3448 "description": "Deletes a page or page element from the pres entation."
3127 }, 3449 },
3128 "updateParagraphStyle": { 3450 "updateParagraphStyle": {
3129 "$ref": "UpdateParagraphStyleRequest", 3451 "$ref": "UpdateParagraphStyleRequest",
3130 "description": "Updates the styling of paragraphs within a S hape or Table." 3452 "description": "Updates the styling of paragraphs within a S hape or Table."
3131 }, 3453 },
3132 "duplicateObject": { 3454 "duplicateObject": {
3133 "$ref": "DuplicateObjectRequest", 3455 "$ref": "DuplicateObjectRequest",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
3213 "$ref": "InsertTextRequest", 3535 "$ref": "InsertTextRequest",
3214 "description": "Inserts text into a shape or table cell." 3536 "description": "Inserts text into a shape or table cell."
3215 } 3537 }
3216 }, 3538 },
3217 "type": "object" 3539 "type": "object"
3218 }, 3540 },
3219 "UpdateImagePropertiesRequest": { 3541 "UpdateImagePropertiesRequest": {
3220 "description": "Update the properties of an Image.", 3542 "description": "Update the properties of an Image.",
3221 "id": "UpdateImagePropertiesRequest", 3543 "id": "UpdateImagePropertiesRequest",
3222 "properties": { 3544 "properties": {
3545 "fields": {
3546 "description": "The fields that should be updated.\n\nAt lea st one field must be specified. The root `imageProperties` is\nimplied and shoul d not be specified. A single `\"*\"` can be used as\nshort-hand for listing ever y field.\n\nFor example to update the image outline color, set `fields` to\n`\"o utline.outlineFill.solidFill.color\"`.\n\nTo reset a property to its default val ue, include its field name in the\nfield mask but leave the field itself unset." ,
3547 "format": "google-fieldmask",
3548 "type": "string"
3549 },
3223 "imageProperties": { 3550 "imageProperties": {
3224 "$ref": "ImageProperties", 3551 "$ref": "ImageProperties",
3225 "description": "The image properties to update." 3552 "description": "The image properties to update."
3226 }, 3553 },
3227 "objectId": { 3554 "objectId": {
3228 "description": "The object ID of the image the updates are a pplied to.", 3555 "description": "The object ID of the image the updates are a pplied to.",
3229 "type": "string" 3556 "type": "string"
3230 },
3231 "fields": {
3232 "description": "The fields that should be updated.\n\nAt lea st one field must be specified. The root `imageProperties` is\nimplied and shoul d not be specified. A single `\"*\"` can be used as\nshort-hand for listing ever y field.\n\nFor example to update the image outline color, set `fields` to\n`\"o utline.outlineFill.solidFill.color\"`.\n\nTo reset a property to its default val ue, include its field name in the\nfield mask but leave the field itself unset." ,
3233 "format": "google-fieldmask",
3234 "type": "string"
3235 } 3557 }
3236 }, 3558 },
3237 "type": "object" 3559 "type": "object"
3238 }, 3560 },
3239 "ParagraphStyle": { 3561 "ParagraphStyle": {
3240 "description": "Styles that apply to a whole paragraph.\n\nIf this t ext is contained in a shape with a parent placeholder, then these paragraph styl es may be\ninherited from the parent. Which paragraph styles are inherited depen d on the\nnesting level of lists:\n\n* A paragraph not in a list will inherit it s paragraph style from the\n paragraph at the 0 nesting level of the list insid e the parent placeholder.\n* A paragraph in a list will inherit its paragraph st yle from the paragraph\n at its corresponding nesting level of the list inside the parent\n placeholder.\n\nInherited paragraph styles are represented as unse t fields in this message.", 3562 "description": "Styles that apply to a whole paragraph.\n\nIf this t ext is contained in a shape with a parent placeholder, then these paragraph styl es may be\ninherited from the parent. Which paragraph styles are inherited depen d on the\nnesting level of lists:\n\n* A paragraph not in a list will inherit it s paragraph style from the\n paragraph at the 0 nesting level of the list insid e the parent placeholder.\n* A paragraph in a list will inherit its paragraph st yle from the paragraph\n at its corresponding nesting level of the list inside the parent\n placeholder.\n\nInherited paragraph styles are represented as unse t fields in this message.",
3241 "id": "ParagraphStyle", 3563 "id": "ParagraphStyle",
3242 "properties": { 3564 "properties": {
3243 "alignment": {
3244 "description": "The text alignment for this paragraph.",
3245 "enum": [
3246 "ALIGNMENT_UNSPECIFIED",
3247 "START",
3248 "CENTER",
3249 "END",
3250 "JUSTIFIED"
3251 ],
3252 "enumDescriptions": [
3253 "The paragraph alignment is inherited from the parent.",
3254 "The paragraph is aligned to the start of the line. Left -aligned for\nLTR text, right-aligned otherwise.",
3255 "The paragraph is centered.",
3256 "The paragraph is aligned to the end of the line. Right- aligned for\nLTR text, left-aligned otherwise.",
3257 "The paragraph is justified."
3258 ],
3259 "type": "string"
3260 },
3261 "lineSpacing": {
3262 "description": "The amount of space between lines, as a perc entage of normal, where normal\nis represented as 100.0. If unset, the value is inherited from the parent.",
3263 "format": "float",
3264 "type": "number"
3265 },
3266 "indentFirstLine": {
3267 "$ref": "Dimension",
3268 "description": "The amount of indentation for the start of t he first line of the paragraph.\nIf unset, the value is inherited from the paren t."
3269 },
3270 "spaceBelow": { 3565 "spaceBelow": {
3271 "$ref": "Dimension", 3566 "$ref": "Dimension",
3272 "description": "The amount of extra space above the paragrap h. If unset, the value is\ninherited from the parent." 3567 "description": "The amount of extra space above the paragrap h. If unset, the value is\ninherited from the parent."
3273 }, 3568 },
3274 "direction": { 3569 "direction": {
3275 "description": "The text direction of this paragraph. If uns et, the value defaults to\nLEFT_TO_RIGHT since\ntext direction is not inherited. ", 3570 "description": "The text direction of this paragraph. If uns et, the value defaults to\nLEFT_TO_RIGHT since\ntext direction is not inherited. ",
3276 "enum": [ 3571 "enum": [
3277 "TEXT_DIRECTION_UNSPECIFIED", 3572 "TEXT_DIRECTION_UNSPECIFIED",
3278 "LEFT_TO_RIGHT", 3573 "LEFT_TO_RIGHT",
3279 "RIGHT_TO_LEFT" 3574 "RIGHT_TO_LEFT"
(...skipping 23 matching lines...) Expand all
3303 "$ref": "Dimension", 3598 "$ref": "Dimension",
3304 "description": "The amount indentation for the paragraph on the side that corresponds to\nthe end of the text, based on the current text dir ection. If unset, the\nvalue is inherited from the parent." 3599 "description": "The amount indentation for the paragraph on the side that corresponds to\nthe end of the text, based on the current text dir ection. If unset, the\nvalue is inherited from the parent."
3305 }, 3600 },
3306 "indentStart": { 3601 "indentStart": {
3307 "$ref": "Dimension", 3602 "$ref": "Dimension",
3308 "description": "The amount indentation for the paragraph on the side that corresponds to\nthe start of the text, based on the current text d irection. If unset, the\nvalue is inherited from the parent." 3603 "description": "The amount indentation for the paragraph on the side that corresponds to\nthe start of the text, based on the current text d irection. If unset, the\nvalue is inherited from the parent."
3309 }, 3604 },
3310 "spaceAbove": { 3605 "spaceAbove": {
3311 "$ref": "Dimension", 3606 "$ref": "Dimension",
3312 "description": "The amount of extra space above the paragrap h. If unset, the value is\ninherited from the parent." 3607 "description": "The amount of extra space above the paragrap h. If unset, the value is\ninherited from the parent."
3608 },
3609 "alignment": {
3610 "description": "The text alignment for this paragraph.",
3611 "enum": [
3612 "ALIGNMENT_UNSPECIFIED",
3613 "START",
3614 "CENTER",
3615 "END",
3616 "JUSTIFIED"
3617 ],
3618 "enumDescriptions": [
3619 "The paragraph alignment is inherited from the parent.",
3620 "The paragraph is aligned to the start of the line. Left -aligned for\nLTR text, right-aligned otherwise.",
3621 "The paragraph is centered.",
3622 "The paragraph is aligned to the end of the line. Right- aligned for\nLTR text, left-aligned otherwise.",
3623 "The paragraph is justified."
3624 ],
3625 "type": "string"
3626 },
3627 "lineSpacing": {
3628 "description": "The amount of space between lines, as a perc entage of normal, where normal\nis represented as 100.0. If unset, the value is inherited from the parent.",
3629 "format": "float",
3630 "type": "number"
3631 },
3632 "indentFirstLine": {
3633 "$ref": "Dimension",
3634 "description": "The amount of indentation for the start of t he first line of the paragraph.\nIf unset, the value is inherited from the paren t."
3313 } 3635 }
3314 }, 3636 },
3315 "type": "object" 3637 "type": "object"
3316 }, 3638 },
3317 "ReplaceAllShapesWithSheetsChartResponse": { 3639 "ReplaceAllShapesWithSheetsChartResponse": {
3318 "description": "The result of replacing shapes with a Google Sheets chart.", 3640 "description": "The result of replacing shapes with a Google Sheets chart.",
3319 "id": "ReplaceAllShapesWithSheetsChartResponse", 3641 "id": "ReplaceAllShapesWithSheetsChartResponse",
3320 "properties": { 3642 "properties": {
3321 "occurrencesChanged": { 3643 "occurrencesChanged": {
3322 "description": "The number of shapes replaced with charts.", 3644 "description": "The number of shapes replaced with charts.",
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
3483 "$ref": "TableCellProperties", 3805 "$ref": "TableCellProperties",
3484 "description": "The table cell properties to update." 3806 "description": "The table cell properties to update."
3485 } 3807 }
3486 }, 3808 },
3487 "type": "object" 3809 "type": "object"
3488 }, 3810 },
3489 "CreateSlideRequest": { 3811 "CreateSlideRequest": {
3490 "description": "Creates a new slide.", 3812 "description": "Creates a new slide.",
3491 "id": "CreateSlideRequest", 3813 "id": "CreateSlideRequest",
3492 "properties": { 3814 "properties": {
3815 "placeholderIdMappings": {
3816 "description": "An optional list of object ID mappings from the placeholder(s) on the layout to the placeholder(s)\nthat will be created on the new slide from that specified layout. Can only\nbe used when `slide_layout_r eference` is specified.",
3817 "items": {
3818 "$ref": "LayoutPlaceholderIdMapping"
3819 },
3820 "type": "array"
3821 },
3493 "slideLayoutReference": { 3822 "slideLayoutReference": {
3494 "$ref": "LayoutReference", 3823 "$ref": "LayoutReference",
3495 "description": "Layout reference of the slide to be inserted , based on the *current\nmaster*, which is one of the following:\n\n- The master of the previous slide index.\n- The master of the first slide, if the insertion _index is zero.\n- The first master in the presentation, if there are no slides. \n\nIf the LayoutReference is not found in the current master, a 400 bad\nreques t error is returned.\n\nIf you don't specify a layout reference, then the new sl ide will use the\npredefined layout `BLANK`." 3824 "description": "Layout reference of the slide to be inserted , based on the *current\nmaster*, which is one of the following:\n\n- The master of the previous slide index.\n- The master of the first slide, if the insertion _index is zero.\n- The first master in the presentation, if there are no slides. \n\nIf the LayoutReference is not found in the current master, a 400 bad\nreques t error is returned.\n\nIf you don't specify a layout reference, then the new sl ide will use the\npredefined layout `BLANK`."
3496 }, 3825 },
3497 "objectId": { 3826 "objectId": {
3498 "description": "A user-supplied object ID.\n\nIf you specify an ID, it must be unique among all pages and page elements\nin the presentation . The ID must start with an alphanumeric character or an\nunderscore (matches re gex `[a-zA-Z0-9_]`); remaining characters\nmay include those as well as a hyphen or colon (matches regex\n`[a-zA-Z0-9_-:]`).\nThe length of the ID must not be l ess than 5 or greater than 50.\n\nIf you don't specify an ID, a unique one is ge nerated.", 3827 "description": "A user-supplied object ID.\n\nIf you specify an ID, it must be unique among all pages and page elements\nin the presentation . The ID must start with an alphanumeric character or an\nunderscore (matches re gex `[a-zA-Z0-9_]`); remaining characters\nmay include those as well as a hyphen or colon (matches regex\n`[a-zA-Z0-9_-:]`).\nThe length of the ID must not be l ess than 5 or greater than 50.\n\nIf you don't specify an ID, a unique one is ge nerated.",
3499 "type": "string" 3828 "type": "string"
3500 }, 3829 },
3501 "insertionIndex": { 3830 "insertionIndex": {
3502 "description": "The optional zero-based index indicating whe re to insert the slides.\n\nIf you don't specify an index, the new slide is crea ted at the end.", 3831 "description": "The optional zero-based index indicating whe re to insert the slides.\n\nIf you don't specify an index, the new slide is crea ted at the end.",
3503 "format": "int32", 3832 "format": "int32",
3504 "type": "integer" 3833 "type": "integer"
3505 },
3506 "placeholderIdMappings": {
3507 "description": "An optional list of object ID mappings from the placeholder(s) on the layout to the placeholder(s)\nthat will be created on the new slide from that specified layout. Can only\nbe used when `slide_layout_r eference` is specified.",
3508 "items": {
3509 "$ref": "LayoutPlaceholderIdMapping"
3510 },
3511 "type": "array"
3512 } 3834 }
3513 }, 3835 },
3514 "type": "object" 3836 "type": "object"
3515 }, 3837 },
3516 "BatchUpdatePresentationRequest": { 3838 "BatchUpdatePresentationRequest": {
3517 "description": "Request message for PresentationsService.BatchUpdate Presentation.", 3839 "description": "Request message for PresentationsService.BatchUpdate Presentation.",
3518 "id": "BatchUpdatePresentationRequest", 3840 "id": "BatchUpdatePresentationRequest",
3519 "properties": { 3841 "properties": {
3520 "requests": { 3842 "requests": {
3521 "description": "A list of updates to apply to the presentati on.", 3843 "description": "A list of updates to apply to the presentati on.",
3522 "items": { 3844 "items": {
3523 "$ref": "Request" 3845 "$ref": "Request"
3524 }, 3846 },
3525 "type": "array" 3847 "type": "array"
3526 }, 3848 },
3527 "writeControl": { 3849 "writeControl": {
3528 "$ref": "WriteControl", 3850 "$ref": "WriteControl",
3529 "description": "Provides control over how write requests are executed." 3851 "description": "Provides control over how write requests are executed."
3530 } 3852 }
3531 }, 3853 },
3532 "type": "object" 3854 "type": "object"
3533 }, 3855 },
3534 "TextContent": { 3856 "TextContent": {
3535 "description": "The general text content. The text must reside in a compatible shape (e.g.\ntext box or rectangle) or a table cell in a page.", 3857 "description": "The general text content. The text must reside in a compatible shape (e.g.\ntext box or rectangle) or a table cell in a page.",
3536 "id": "TextContent", 3858 "id": "TextContent",
3537 "properties": { 3859 "properties": {
3860 "textElements": {
3861 "description": "The text contents broken down into its compo nent parts, including styling\ninformation. This property is read-only.",
3862 "items": {
3863 "$ref": "TextElement"
3864 },
3865 "type": "array"
3866 },
3538 "lists": { 3867 "lists": {
3539 "additionalProperties": { 3868 "additionalProperties": {
3540 "$ref": "List" 3869 "$ref": "List"
3541 }, 3870 },
3542 "description": "The bulleted lists contained in this text, k eyed by list ID.", 3871 "description": "The bulleted lists contained in this text, k eyed by list ID.",
3543 "type": "object" 3872 "type": "object"
3544 },
3545 "textElements": {
3546 "description": "The text contents broken down into its compo nent parts, including styling\ninformation. This property is read-only.",
3547 "items": {
3548 "$ref": "TextElement"
3549 },
3550 "type": "array"
3551 } 3873 }
3552 }, 3874 },
3553 "type": "object" 3875 "type": "object"
3554 }, 3876 },
3555 "CreateSheetsChartResponse": { 3877 "CreateSheetsChartResponse": {
3556 "description": "The result of creating an embedded Google Sheets cha rt.", 3878 "description": "The result of creating an embedded Google Sheets cha rt.",
3557 "id": "CreateSheetsChartResponse", 3879 "id": "CreateSheetsChartResponse",
3558 "properties": { 3880 "properties": {
3559 "objectId": { 3881 "objectId": {
3560 "description": "The object ID of the created chart.", 3882 "description": "The object ID of the created chart.",
3561 "type": "string" 3883 "type": "string"
3562 } 3884 }
3563 }, 3885 },
3564 "type": "object" 3886 "type": "object"
3565 }, 3887 },
3566 "WriteControl": { 3888 "WriteControl": {
3567 "description": "Provides control over how write requests are execute d.", 3889 "description": "Provides control over how write requests are execute d.",
3568 "id": "WriteControl", 3890 "id": "WriteControl",
3569 "properties": { 3891 "properties": {
3570 "requiredRevisionId": { 3892 "requiredRevisionId": {
3571 "description": "The revision ID of the presentation required for the write request. If\nspecified and the `required_revision_id` doesn't exa ctly match the\npresentation's current `revision_id`, the request will not be pr ocessed and\nwill return a 400 bad request error.", 3893 "description": "The revision ID of the presentation required for the write request. If\nspecified and the `required_revision_id` doesn't exa ctly match the\npresentation's current `revision_id`, the request will not be pr ocessed and\nwill return a 400 bad request error.",
3572 "type": "string" 3894 "type": "string"
3573 } 3895 }
3574 }, 3896 },
3575 "type": "object" 3897 "type": "object"
3576 },
3577 "DeleteParagraphBulletsRequest": {
3578 "description": "Deletes bullets from all of the paragraphs that over lap with the given text\nindex range.\n\nThe nesting level of each paragraph wil l be visually preserved by adding\nindent to the start of the corresponding para graph.",
3579 "id": "DeleteParagraphBulletsRequest",
3580 "properties": {
3581 "cellLocation": {
3582 "$ref": "TableCellLocation",
3583 "description": "The optional table cell location if the text to be modified is in a table\ncell. If present, the object_id must refer to a t able."
3584 },
3585 "objectId": {
3586 "description": "The object ID of the shape or table containi ng the text to delete bullets\nfrom.",
3587 "type": "string"
3588 },
3589 "textRange": {
3590 "$ref": "Range",
3591 "description": "The range of text to delete bullets from, ba sed on TextElement indexes."
3592 }
3593 },
3594 "type": "object"
3595 },
3596 "ParagraphMarker": {
3597 "description": "A TextElement kind that represents the beginning of a new paragraph.",
3598 "id": "ParagraphMarker",
3599 "properties": {
3600 "bullet": {
3601 "$ref": "Bullet",
3602 "description": "The bullet for this paragraph. If not presen t, the paragraph does not\nbelong to a list."
3603 },
3604 "style": {
3605 "$ref": "ParagraphStyle",
3606 "description": "The paragraph's style"
3607 }
3608 },
3609 "type": "object"
3610 },
3611 "InsertTableColumnsRequest": {
3612 "description": "Inserts columns into a table.\n\nOther columns in th e table will be resized to fit the new column.",
3613 "id": "InsertTableColumnsRequest",
3614 "properties": {
3615 "insertRight": {
3616 "description": "Whether to insert new columns to the right o f the reference cell location.\n\n- `True`: insert to the right.\n- `False`: ins ert to the left.",
3617 "type": "boolean"
3618 },
3619 "tableObjectId": {
3620 "description": "The table to insert columns into.",
3621 "type": "string"
3622 },
3623 "number": {
3624 "description": "The number of columns to be inserted. Maximu m 20 per request.",
3625 "format": "int32",
3626 "type": "integer"
3627 },
3628 "cellLocation": {
3629 "$ref": "TableCellLocation",
3630 "description": "The reference table cell location from which columns will be inserted.\n\nA new column will be inserted to the left (or righ t) of the column where\nthe reference cell is. If the reference cell is a merged cell, a new\ncolumn will be inserted to the left (or right) of the merged cell. "
3631 }
3632 },
3633 "type": "object"
3634 },
3635 "Thumbnail": {
3636 "description": "The thumbnail of a page.",
3637 "id": "Thumbnail",
3638 "properties": {
3639 "height": {
3640 "description": "The positive height in pixels of the thumbna il image.",
3641 "format": "int32",
3642 "type": "integer"
3643 },
3644 "contentUrl": {
3645 "description": "The content URL of the thumbnail image.\n\nT he URL to the image has a default lifetime of 30 minutes.\nThis URL is tagged wi th the account of the requester. Anyone with the URL\neffectively accesses the i mage as the original requester. Access to the\nimage may be lost if the presenta tion's sharing settings change.\nThe mime type of the thumbnail image is the sam e as specified in the\n`GetPageThumbnailRequest`.",
3646 "type": "string"
3647 },
3648 "width": {
3649 "description": "The positive width in pixels of the thumbnai l image.",
3650 "format": "int32",
3651 "type": "integer"
3652 }
3653 },
3654 "type": "object"
3655 },
3656 "LayoutPlaceholderIdMapping": {
3657 "description": "The user-specified ID mapping for a placeholder that will be created on a\nslide from a specified layout.",
3658 "id": "LayoutPlaceholderIdMapping",
3659 "properties": {
3660 "layoutPlaceholder": {
3661 "$ref": "Placeholder",
3662 "description": "The placeholder on a layout that will be app lied to a slide. Only type and index are needed. For example, a\npredefined `TIT LE_AND_BODY` layout may usually have a TITLE placeholder\nwith index 0 and a BOD Y placeholder with index 0."
3663 },
3664 "layoutPlaceholderObjectId": {
3665 "description": "The object ID of the placeholder on a layout that will be applied\nto a slide.",
3666 "type": "string"
3667 },
3668 "objectId": {
3669 "description": "A user-supplied object ID for the placeholde r identified above that to be\ncreated onto a slide.\n\nIf you specify an ID, it must be unique among all pages and page elements\nin the presentation. The ID m ust start with an alphanumeric character or an\nunderscore (matches regex `[a-zA -Z0-9_]`); remaining characters\nmay include those as well as a hyphen or colon (matches regex\n`[a-zA-Z0-9_-:]`).\nThe length of the ID must not be less than 5 or greater than 50.\n\nIf you don't specify an ID, a unique one is generated.",
3670 "type": "string"
3671 }
3672 },
3673 "type": "object"
3674 },
3675 "UpdateShapePropertiesRequest": {
3676 "description": "Update the properties of a Shape.",
3677 "id": "UpdateShapePropertiesRequest",
3678 "properties": {
3679 "objectId": {
3680 "description": "The object ID of the shape the updates are a pplied to.",
3681 "type": "string"
3682 },
3683 "shapeProperties": {
3684 "$ref": "ShapeProperties",
3685 "description": "The shape properties to update."
3686 },
3687 "fields": {
3688 "description": "The fields that should be updated.\n\nAt lea st one field must be specified. The root `shapeProperties` is\nimplied and shoul d not be specified. A single `\"*\"` can be used as\nshort-hand for listing ever y field.\n\nFor example to update the shape background solid fill color, set `fi elds`\nto `\"shapeBackgroundFill.solidFill.color\"`.\n\nTo reset a property to i ts default value, include its field name in the\nfield mask but leave the field itself unset.",
3689 "format": "google-fieldmask",
3690 "type": "string"
3691 }
3692 },
3693 "type": "object"
3694 },
3695 "WordArt": {
3696 "description": "A PageElement kind representing\nword art.",
3697 "id": "WordArt",
3698 "properties": {
3699 "renderedText": {
3700 "description": "The text rendered as word art.",
3701 "type": "string"
3702 }
3703 },
3704 "type": "object"
3705 },
3706 "Recolor": {
3707 "description": "A recolor effect applied on an image.",
3708 "id": "Recolor",
3709 "properties": {
3710 "recolorStops": {
3711 "description": "The recolor effect is represented by a gradi ent, which is a list of color\nstops.\n\nThe colors in the gradient will replace the corresponding colors at\nthe same position in the color palette and apply t o the image. This\nproperty is read-only.",
3712 "items": {
3713 "$ref": "ColorStop"
3714 },
3715 "type": "array"
3716 },
3717 "name": {
3718 "description": "The name of the recolor effect.\n\nThe name is determined from the `recolor_stops` by matching the gradient\nagainst the col ors in the page's current color scheme. This property is\nread-only.",
3719 "enum": [
3720 "NONE",
3721 "LIGHT1",
3722 "LIGHT2",
3723 "LIGHT3",
3724 "LIGHT4",
3725 "LIGHT5",
3726 "LIGHT6",
3727 "LIGHT7",
3728 "LIGHT8",
3729 "LIGHT9",
3730 "LIGHT10",
3731 "DARK1",
3732 "DARK2",
3733 "DARK3",
3734 "DARK4",
3735 "DARK5",
3736 "DARK6",
3737 "DARK7",
3738 "DARK8",
3739 "DARK9",
3740 "DARK10",
3741 "GRAYSCALE",
3742 "NEGATIVE",
3743 "SEPIA",
3744 "CUSTOM"
3745 ],
3746 "enumDescriptions": [
3747 "No recolor effect. The default value.",
3748 "A recolor effect that lightens the image using the page 's first available\ncolor from its color scheme.",
3749 "A recolor effect that lightens the image using the page 's second\navailable color from its color scheme.",
3750 "A recolor effect that lightens the image using the page 's third available\ncolor from its color scheme.",
3751 "A recolor effect that lightens the image using the page 's forth available\ncolor from its color scheme.",
3752 "A recolor effect that lightens the image using the page 's fifth available\ncolor from its color scheme.",
3753 "A recolor effect that lightens the image using the page 's sixth available\ncolor from its color scheme.",
3754 "A recolor effect that lightens the image using the page 's seventh\navailable color from its color scheme.e.",
3755 "A recolor effect that lightens the image using the page 's eighth\navailable color from its color scheme.",
3756 "A recolor effect that lightens the image using the page 's ninth available\ncolor from its color scheme.",
3757 "A recolor effect that lightens the image using the page 's tenth available\ncolor from its color scheme.",
3758 "A recolor effect that darkens the image using the page' s first available\ncolor from its color scheme.",
3759 "A recolor effect that darkens the image using the page' s second available\ncolor from its color scheme.",
3760 "A recolor effect that darkens the image using the page' s third available\ncolor from its color scheme.",
3761 "A recolor effect that darkens the image using the page' s fourth available\ncolor from its color scheme.",
3762 "A recolor effect that darkens the image using the page' s fifth available\ncolor from its color scheme.",
3763 "A recolor effect that darkens the image using the page' s sixth available\ncolor from its color scheme.",
3764 "A recolor effect that darkens the image using the page' s seventh\navailable color from its color scheme.",
3765 "A recolor effect that darkens the image using the page' s eighth available\ncolor from its color scheme.",
3766 "A recolor effect that darkens the image using the page' s ninth available\ncolor from its color scheme.",
3767 "A recolor effect that darkens the image using the page' s tenth available\ncolor from its color scheme.",
3768 "A recolor effect that recolors the image to grayscale." ,
3769 "A recolor effect that recolors the image to negative gr ayscale.",
3770 "A recolor effect that recolors the image using the sepi a color.",
3771 "Custom recolor effect. Refer to `recolor_stops` for the concrete\ngradient."
3772 ],
3773 "type": "string"
3774 }
3775 },
3776 "type": "object"
3777 },
3778 "Link": {
3779 "description": "A hypertext link.",
3780 "id": "Link",
3781 "properties": {
3782 "pageObjectId": {
3783 "description": "If set, indicates this is a link to the spec ific page in this\npresentation with this ID. A page with this ID may not exist. ",
3784 "type": "string"
3785 },
3786 "url": {
3787 "description": "If set, indicates this is a link to the exte rnal web page at this URL.",
3788 "type": "string"
3789 },
3790 "relativeLink": {
3791 "description": "If set, indicates this is a link to a slide in this presentation,\naddressed by its position.",
3792 "enum": [
3793 "RELATIVE_SLIDE_LINK_UNSPECIFIED",
3794 "NEXT_SLIDE",
3795 "PREVIOUS_SLIDE",
3796 "FIRST_SLIDE",
3797 "LAST_SLIDE"
3798 ],
3799 "enumDescriptions": [
3800 "An unspecified relative slide link.",
3801 "A link to the next slide.",
3802 "A link to the previous slide.",
3803 "A link to the first slide in the presentation.",
3804 "A link to the last slide in the presentation."
3805 ],
3806 "type": "string"
3807 },
3808 "slideIndex": {
3809 "description": "If set, indicates this is a link to the slid e at this zero-based index\nin the presentation. There may not be a slide at thi s index.",
3810 "format": "int32",
3811 "type": "integer"
3812 }
3813 },
3814 "type": "object"
3815 },
3816 "CreateShapeResponse": {
3817 "description": "The result of creating a shape.",
3818 "id": "CreateShapeResponse",
3819 "properties": {
3820 "objectId": {
3821 "description": "The object ID of the created shape.",
3822 "type": "string"
3823 }
3824 },
3825 "type": "object"
3826 },
3827 "RgbColor": {
3828 "description": "An RGB color.",
3829 "id": "RgbColor",
3830 "properties": {
3831 "green": {
3832 "description": "The green component of the color, from 0.0 t o 1.0.",
3833 "format": "float",
3834 "type": "number"
3835 },
3836 "blue": {
3837 "description": "The blue component of the color, from 0.0 to 1.0.",
3838 "format": "float",
3839 "type": "number"
3840 },
3841 "red": {
3842 "description": "The red component of the color, from 0.0 to 1.0.",
3843 "format": "float",
3844 "type": "number"
3845 }
3846 },
3847 "type": "object"
3848 },
3849 "CreateLineRequest": {
3850 "description": "Creates a line.",
3851 "id": "CreateLineRequest",
3852 "properties": {
3853 "elementProperties": {
3854 "$ref": "PageElementProperties",
3855 "description": "The element properties for the line."
3856 },
3857 "lineCategory": {
3858 "description": "The category of line to be created.",
3859 "enum": [
3860 "STRAIGHT",
3861 "BENT",
3862 "CURVED"
3863 ],
3864 "enumDescriptions": [
3865 "Straight connectors, including straight connector 1. Th e is the default\ncategory when one is not specified.",
3866 "Bent connectors, including bent connector 2 to 5.",
3867 "Curved connectors, including curved connector 2 to 5."
3868 ],
3869 "type": "string"
3870 },
3871 "objectId": {
3872 "description": "A user-supplied object ID.\n\nIf you specify an ID, it must be unique among all pages and page elements\nin the presentation . The ID must start with an alphanumeric character or an\nunderscore (matches re gex `[a-zA-Z0-9_]`); remaining characters\nmay include those as well as a hyphen or colon (matches regex\n`[a-zA-Z0-9_-:]`).\nThe length of the ID must not be l ess than 5 or greater than 50.\n\nIf you don't specify an ID, a unique one is ge nerated.",
3873 "type": "string"
3874 }
3875 },
3876 "type": "object"
3877 } 3898 }
3878 }, 3899 },
3879 "servicePath": "", 3900 "servicePath": "",
3880 "title": "Google Slides API", 3901 "title": "Google Slides API",
3881 "version": "v1" 3902 "version": "v1"
3882 } 3903 }
OLDNEW
« no previous file with comments | « discovery/googleapis/sheets__v4.json ('k') | discovery/googleapis/sourcerepo__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698