"description":"API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
"description":"Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
"description":"Upload protocol for media (e.g. \"raw\", \"multipart\").",
"location":"query",
"type":"string"
}
},
"protocol":"rest",
"resources":{
"presentations":{
"methods":{
"batchUpdate":{
"description":"Applies one or more updates to the presentation.\n\nEach request is validated before\nbeing applied. If any request is not valid, then the entire request will\nfail and nothing will be applied.\n\nSome requests have replies to\ngive you some information about how they are applied. Other requests do\nnot need to return information; these each return an empty reply.\nThe order of replies matches that of the requests.\n\nFor example, suppose you call batchUpdate with four updates, and only the\nthird one returns information. The response would have two empty replies:\nthe reply to the third request, and another empty reply, in that order.\n\nBecause other users may be editing the presentation, the presentation\nmight not exactly reflect your changes: your changes may\nbe altered with respect to collaborator changes. If there are no\ncollaborators, the presentation should reflect your changes. In any case,\nthe updates in your request are guaranteed to be applied together\natomically.",
"description":"Creates a new presentation using the title given in the request. If a\npresentationId is provided, uses it as the ID of the new presentation.\nOtherwise, a new presentationId is generated.\nReturns the created presentation.",
"description":"Generates a thumbnail of the latest version of the specified page in the\npresentation and returns a URL to the thumbnail image.\n\nThis request counts as an [expensive read request](/slides/limits) for\nquota purposes.",
"description":"AffineTransform uses a 3x3 matrix with an implied last row of [ 0 0 1 ]\nto transform source coordinates (x,y) into destination coordinates (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 message is therefore composed of these six matrix elements.",
"description":"The element properties for the image.\n\nWhen 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.\n\nThe PageElementProperties.size property is\noptional. If you don't specify the size, the default size of the image is\nused.\n\nThe PageElementProperties.transform property is\noptional. If you don't specify a transform, the image will be placed at the\ntop left corner of the page."
"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 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.",
"description":"The image URL.\n\nThe image is fetched once at insertion time and a copy is stored for\ndisplay inside the presentation. Images must be less than 50MB in size,\ncannot exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF\nformat.\n\nThe provided URL can be at most 2 kB in length.",
"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 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.",
"description":"Creates bullets for all of the paragraphs that overlap 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 excess space between the bullet and\nthe corresponding paragraph, these leading tabs are removed by this request.\nThis may change the indices of parts of the text.\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\npreceding list.",
"description":"The kinds of bullet glyphs to be used. Defaults to the\n`BULLET_DISC_CIRCLE_SQUARE` preset.",
"enum":[
"BULLET_DISC_CIRCLE_SQUARE",
"BULLET_DIAMONDX_ARROW3D_SQUARE",
"BULLET_CHECKBOX",
"BULLET_ARROW_DIAMOND_DISC",
"BULLET_STAR_CIRCLE_SQUARE",
"BULLET_ARROW3D_CIRCLE_SQUARE",
"BULLET_LEFTTRIANGLE_DIAMOND_DISC",
"BULLET_DIAMONDX_HOLLOWDIAMOND_SQUARE",
"BULLET_DIAMOND_CIRCLE_SQUARE",
"NUMBERED_DIGIT_ALPHA_ROMAN",
"NUMBERED_DIGIT_ALPHA_ROMAN_PARENS",
"NUMBERED_DIGIT_NESTED",
"NUMBERED_UPPERALPHA_ALPHA_ROMAN",
"NUMBERED_UPPERROMAN_UPPERALPHA_DIGIT",
"NUMBERED_ZERODIGIT_ALPHA_ROMAN"
],
"enumDescriptions":[
"A bulleted list with a `DISC`, `CIRCLE` and `SQUARE` bullet glyph for the\nfirst 3 list nesting levels.",
"A bulleted list with a `DIAMONDX`, `ARROW3D` and `SQUARE` bullet glyph for\nthe first 3 list nesting levels.",
"A bulleted list with `CHECKBOX` bullet glyphs for all list nesting levels.",
"A bulleted list with a `ARROW`, `DIAMOND` and `DISC` bullet glyph for\nthe first 3 list nesting levels.",
"A bulleted list with a `STAR`, `CIRCLE` and `SQUARE` bullet glyph for\nthe first 3 list nesting levels.",
"A bulleted list with a `ARROW3D`, `CIRCLE` and `SQUARE` bullet glyph for\nthe first 3 list nesting levels.",
"A bulleted list with a `LEFTTRIANGLE`, `DIAMOND` and `DISC` bullet glyph\nfor the first 3 list nesting levels.",
"A bulleted list with a `DIAMONDX`, `HOLLOWDIAMOND` and `SQUARE` bullet\nglyph for the first 3 list nesting levels.",
"A bulleted list with a `DIAMOND`, `CIRCLE` and `SQUARE` bullet glyph\nfor the first 3 list nesting levels.",
"A numbered list with `DIGIT`, `ALPHA` and `ROMAN` numeric glyphs for\nthe first 3 list nesting levels, followed by periods.",
"A numbered list with `DIGIT`, `ALPHA` and `ROMAN` numeric glyphs for\nthe first 3 list nesting levels, followed by parenthesis.",
"A numbered list with `DIGIT` numeric glyphs separated by periods, where\neach nesting level uses the previous nesting level's glyph as a prefix.\nFor example: '1.', '1.1.', '2.', '2.2.'.",
"A numbered list with `UPPERALPHA`, `ALPHA` and `ROMAN` numeric glyphs for\nthe first 3 list nesting levels, followed by periods.",
"A numbered list with `UPPERROMAN`, `UPPERALPHA` and `DIGIT` numeric glyphs\nfor the first 3 list nesting levels, followed by periods.",
"A numbered list with `ZERODIGIT`, `ALPHA` and `ROMAN` numeric glyphs for\nthe first 3 list nesting levels, followed by periods."
"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 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.\nIf empty, a unique identifier will be generated.",
"description":"The object ID of the created shape.",
"type":"string"
}
},
"type":"object"
},
"CreateSheetsChartRequest":{
"description":"Creates an embedded Google Sheets chart.\n\nNOTE: Chart creation requires at least one of the spreadsheets.readonly,\nspreadsheets, drive.readonly, or drive OAuth scopes.",
"id":"CreateSheetsChartRequest",
"properties":{
"chartId":{
"description":"The ID of the specific chart in the Google Sheets spreadsheet.",
"format":"int32",
"type":"integer"
},
"elementProperties":{
"$ref":"PageElementProperties",
"description":"The element properties for the chart.\n\nWhen the aspect ratio of the provided size does not match the chart aspect\nratio, the chart is scaled and centered with respect to the size in order\nto maintain aspect ratio. The provided transform is applied after this\noperation."
},
"linkingMode":{
"description":"The mode with which the chart is linked to the source spreadsheet. When\nnot specified, the chart will be an image that is not linked.",
"description":"A user-supplied object ID.\n\nIf specified, the ID must be unique among all pages and page elements in\nthe presentation. The ID should start with a word character [a-zA-Z0-9_]\nand then followed by any number of the following characters [a-zA-Z0-9_-:].\nThe length of the ID should not be less than 5 or greater than 50.\nIf empty, a unique identifier will be generated.",
"description":"The optional zero-based index indicating where to insert the slides.\n\nIf you don't specify an index, the new slide is created at the end.",
"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 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.",
"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_reference` is specified.",
"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\nrequest error is returned.\n\nIf you don't specify a layout reference, then the new slide will use the\npredefined layout `BLANK`."
"description":"The element properties for the table.\n\nThe table will be created at the provided size, subject to a minimum size.\nIf no size 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 table will be centered on the page."
"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 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.",
"description":"The element properties for the video.\n\nThe PageElementProperties.size property is\noptional. If you don't specify a size, a default size is chosen by the\nserver.\n\nThe PageElementProperties.transform property is\noptional. The transform must not have shear components.\nIf you don't specify a transform, the video will be placed at the top left\ncorner of the page."
},
"id":{
"description":"The video source's unique identifier for this video.\n\ne.g. For YouTube video https://www.youtube.com/watch?v=7U3axjORYZ0,\nthe ID is 7U3axjORYZ0.",
"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 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.",
"description":"The crop properties of an object enclosed in a container. For example, an\nImage.\n\nThe crop properties is represented by the offsets of four edges which define\na crop rectangle. The offsets are measured in percentage from the\ncorresponding edges of the object's original bounding rectangle towards\ninside, relative to the object's original dimensions.\n\n- If the offset is in the interval (0, 1), the corresponding edge of crop\nrectangle is positioned inside of the object's original bounding rectangle.\n- If the offset is negative or greater than 1, the corresponding edge of crop\nrectangle is positioned outside of the object's original bounding rectangle.\n- If the left edge of the crop rectangle is on the right side of its right\nedge, the object will be flipped 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 angle is 0, the object is not cropped.\n\nAfter cropping, the content in the crop rectangle will be stretched to fit\nits container.",
"description":"The offset specifies the bottom edge of the crop rectangle that is located\nabove the original bounding rectangle bottom edge, relative to the object's\noriginal height.",
"description":"The offset specifies the left edge of the crop rectangle that is located to\nthe right of the original bounding rectangle left edge, relative to the\nobject's original width.",
"format":"float",
"type":"number"
},
"rightOffset":{
"description":"The offset specifies the right edge of the crop rectangle that is located\nto the left of the original bounding rectangle right edge, relative to the\nobject's original width.",
"format":"float",
"type":"number"
},
"topOffset":{
"description":"The offset specifies the top edge of the crop rectangle that is located\nbelow the original bounding rectangle top edge, relative to the object's\noriginal height.",
"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 elements, the group is also deleted.\n\nIf a placeholder is deleted on a layout, any empty inheriting shapes are\nalso deleted.",
"description":"Deletes bullets from all of the paragraphs that overlap with the given text\nindex range.\n\nThe nesting level of each paragraph will be visually preserved by adding\nindent to the start of the corresponding paragraph.",
"description":"The reference table cell location from which a column will be deleted.\n\nThe column this cell spans will be deleted. If this is a merged cell,\nmultiple columns will be deleted. If no columns remain in the table after\nthis deletion, the whole table is deleted."
"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 after this deletion,\nthe whole table is deleted."
"description":"The range of text to delete, based on TextElement indexes.\n\nThere is always an implicit newline character at the end of a shape's or\ntable cell's text that cannot be deleted. `Range.Type.ALL` will use the\ncorrect bounds, but care must be taken when specifying explicit bounds for\nrange types `FROM_START_INDEX` and `FIXED_RANGE`. For example, if the text\nis \"ABC\", followed by an implicit newline, then the maximum value is 2 for\n`text_range.start_index` and 3 for `text_range.end_index`.\n\nDeleting text that crosses a paragraph boundary may result in changes\nto paragraph styles and lists as the two paragraphs are merged.\n\nRanges that include only one code unit of a surrogate pair are expanded to\ninclude both code units."
"description":"Duplicates a slide or page element.\n\nWhen duplicating a slide, the duplicate slide will be created immediately\nfollowing the specified slide. When duplicating a page element, the duplicate\nwill be placed on the same page at the same position as the original.",
"description":"The object being duplicated may contain other objects, for example when\nduplicating a slide or a group page element. This map defines how the IDs\nof duplicated objects are generated: the keys are the IDs of the original\nobjects and its values are the IDs that will be assigned to the\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` field 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 presentation 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 less 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 duplicate objects will\nreceive a new random ID.",
"description":"The object IDs of the objects to group.\n\nOnly page elements can be grouped. There should be at least two page\nelements on the same page that are not already in another group. Some page\nelements, such as videos, tables and placeholder shapes cannot be grouped.",
"description":"A user-supplied object ID for the group to be created.\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 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.",
"description":"An URL to an image with a default lifetime of 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 the\nimage may be lost if the presentation's sharing settings change.",
"description":"The brightness effect of the image. The value should be in the interval\n[-1.0, 1.0], where 0 means no effect. This property is read-only.",
"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 is read-only.",
"description":"The recolor effect of the image. If not set, the image is not recolored.\nThis property is read-only."
},
"shadow":{
"$ref":"Shadow",
"description":"The shadow of the image. If not set, the image has no shadow. This property\nis read-only."
},
"transparency":{
"description":"The transparency effect of the image. The value should be in the interval\n[0.0, 1.0], where 0 means no effect and 1 means completely transparent.\nThis property is read-only.",
"description":"The reference table cell location from which columns will be inserted.\n\nA new column will be inserted to the left (or right) 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."
},
"insertRight":{
"description":"Whether to insert new columns to the right of the reference cell location.\n\n- `True`: insert to the right.\n- `False`: insert to the left.",
"type":"boolean"
},
"number":{
"description":"The number of columns to be inserted. Maximum 20 per request.",
"description":"The reference table cell location from which rows will be inserted.\n\nA new row will be inserted above (or below) the row where the reference\ncell is. If the reference cell is a merged cell, a new row will be\ninserted above (or below) the merged cell."
"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."
},
"insertionIndex":{
"description":"The index where the text will be inserted, in 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 prevent insertions inside Unicode grapheme\nclusters. In these cases, the text will be inserted immediately after the\ngrapheme cluster.",
"format":"int32",
"type":"integer"
},
"objectId":{
"description":"The object ID of the shape or table where the text will be inserted.",
"type":"string"
},
"text":{
"description":"The text to be inserted.\n\nInserting a newline 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 current insertion index, including lists and bullets.\n\nText styles for inserted text will be determined automatically, generally\npreserving the styling of neighboring 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+001F) and characters\nfrom the Unicode Basic Multilingual Plane Private Use Area (U+E000-U+F8FF)\nwill be stripped out of the inserted text.",
"description":"The placeholder on a layout that will be applied to a slide. Only type and index are needed. For example, a\npredefined `TITLE_AND_BODY` layout may usually have a TITLE placeholder\nwith index 0 and a BODY placeholder with index 0."
},
"layoutPlaceholderObjectId":{
"description":"The object ID of the placeholder on a layout that will be applied\nto a slide.",
"description":"A user-supplied object ID for the placeholder 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 must 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.",
"description":"The properties of the Line.\n\nWhen unset, these fields default to values that match the appearance of\nnew lines created in the Slides editor.",
"description":"A List describes the look and feel of bullets belonging to paragraphs\nassociated with a list. A paragraph that is part of a list has an implicit\nreference to that list's ID.",
"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.",
"type":"object"
}
},
"type":"object"
},
"MasterProperties":{
"description":"The properties of Page that are only\nrelevant for pages with page_type MASTER.",
"id":"MasterProperties",
"properties":{
"displayName":{
"description":"The human-readable name of the master.",
"type":"string"
}
},
"type":"object"
},
"MergeTableCellsRequest":{
"description":"Merges cells in a Table.",
"id":"MergeTableCellsRequest",
"properties":{
"objectId":{
"description":"The object ID of the table.",
"type":"string"
},
"tableRange":{
"$ref":"TableRange",
"description":"The table range specifying which cells of the table to merge.\n\nAny text in the cells being merged will be concatenated and stored in the\nupper-left (\"head\") cell of the range. If the range is non-rectangular\n(which can occur in some cases where the range covers cells that are\nalready merged), a 400 bad request error is returned."
}
},
"type":"object"
},
"NestingLevel":{
"description":"Contains properties describing the look and feel of a list bullet at a given\nlevel of nesting.",
"id":"NestingLevel",
"properties":{
"bulletStyle":{
"$ref":"TextStyle",
"description":"The style of a bullet at this level of nesting."
}
},
"type":"object"
},
"NotesProperties":{
"description":"The properties of Page that are only\nrelevant for pages with page_type NOTES.",
"id":"NotesProperties",
"properties":{
"speakerNotesObjectId":{
"description":"The object ID of the shape on this notes page that contains the speaker\nnotes for the corresponding slide.\nThe actual shape may not always exist on the notes page. Inserting text\nusing this object ID will automatically create the shape. In this case, the\nactual shape may have different object ID. The `GetPresentation` or\n`GetPage` action will always return the latest object ID.",
"type":"string"
}
},
"type":"object"
},
"OpaqueColor":{
"description":"A themeable solid color value.",
"id":"OpaqueColor",
"properties":{
"rgbColor":{
"$ref":"RgbColor",
"description":"An opaque RGB color."
},
"themeColor":{
"description":"An opaque theme color.",
"enum":[
"THEME_COLOR_TYPE_UNSPECIFIED",
"DARK1",
"LIGHT1",
"DARK2",
"LIGHT2",
"ACCENT1",
"ACCENT2",
"ACCENT3",
"ACCENT4",
"ACCENT5",
"ACCENT6",
"HYPERLINK",
"FOLLOWED_HYPERLINK",
"TEXT1",
"BACKGROUND1",
"TEXT2",
"BACKGROUND2"
],
"enumDescriptions":[
"Unspecified theme color. This value should not be used.",
"Represents the first dark color.",
"Represents the first light color.",
"Represents the second dark color.",
"Represents the second light color.",
"Represents the first accent color.",
"Represents the second accent color.",
"Represents the third accent color.",
"Represents the fourth accent color.",
"Represents the fifth accent color.",
"Represents the sixth accent color.",
"Represents the color to use for hyperlinks.",
"Represents the color to use for visited hyperlinks.",
"Represents the first text color.",
"Represents the first background color.",
"Represents the second text color.",
"Represents the second background color."
],
"type":"string"
}
},
"type":"object"
},
"OptionalColor":{
"description":"A color that can either be fully opaque or fully transparent.",
"id":"OptionalColor",
"properties":{
"opaqueColor":{
"$ref":"OpaqueColor",
"description":"If set, this will be used as an opaque color. If unset, this represents\na transparent color."
}
},
"type":"object"
},
"Outline":{
"description":"The outline of a PageElement.\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 kind.",
"id":"Outline",
"properties":{
"dashStyle":{
"description":"The dash style of the outline.",
"enum":[
"DASH_STYLE_UNSPECIFIED",
"SOLID",
"DOT",
"DASH",
"DASH_DOT",
"LONG_DASH",
"LONG_DASH_DOT"
],
"enumDescriptions":[
"Unspecified dash style.",
"Solid line. Corresponds to ECMA-376 ST_PresetLineDashVal value 'solid'.\nThis is the default dash style.",
"Dotted line. Corresponds to ECMA-376 ST_PresetLineDashVal value 'dot'.",
"Dashed line. Corresponds to ECMA-376 ST_PresetLineDashVal value 'dash'.",
"Alternating dashes and dots. Corresponds to ECMA-376 ST_PresetLineDashVal\nvalue 'dashDot'.",
"Line with large dashes. Corresponds to ECMA-376 ST_PresetLineDashVal\nvalue 'lgDash'.",
"Alternating large dashes and dots. Corresponds to ECMA-376\nST_PresetLineDashVal value 'lgDashDot'."
],
"type":"string"
},
"outlineFill":{
"$ref":"OutlineFill",
"description":"The fill of the outline."
},
"propertyState":{
"description":"The outline property state.\n\nUpdating the outline on a page element will implicitly update this field\nto `RENDERED`, unless another value is specified in the same request. To\nhave no outline on a page element, set this field to `NOT_RENDERED`. In\nthis case, any other outline fields set in the same request will be\nignored.",
"enum":[
"RENDERED",
"NOT_RENDERED",
"INHERIT"
],
"enumDescriptions":[
"If a property's state is RENDERED, then the element has the corresponding\nproperty when rendered on a page. If the element is a placeholder shape as\ndetermined by the placeholder\nfield, and it inherits from a placeholder 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.",
"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 property\nfrom a rendered element, set its property_state to NOT_RENDERED.",
"If a property's state is INHERIT, then the property state uses the value of\ncorresponding `property_state` field on the parent shape. Elements that do\nnot inherit will never have an INHERIT property state."
],
"type":"string"
},
"weight":{
"$ref":"Dimension",
"description":"The thickness of the outline."
}
},
"type":"object"
},
"OutlineFill":{
"description":"The fill of the outline.",
"id":"OutlineFill",
"properties":{
"solidFill":{
"$ref":"SolidFill",
"description":"Solid color fill."
}
},
"type":"object"
},
"Page":{
"description":"A page in a presentation.",
"id":"Page",
"properties":{
"layoutProperties":{
"$ref":"LayoutProperties",
"description":"Layout specific properties. Only set if page_type = LAYOUT."
},
"masterProperties":{
"$ref":"MasterProperties",
"description":"Master specific properties. Only set if page_type = MASTER."
},
"notesProperties":{
"$ref":"NotesProperties",
"description":"Notes specific properties. Only set if page_type = NOTES."
},
"objectId":{
"description":"The object ID for this page. Object IDs used by\nPage and\nPageElement share the same namespace.",
"type":"string"
},
"pageElements":{
"description":"The page elements rendered on the page.",
"items":{
"$ref":"PageElement"
},
"type":"array"
},
"pageProperties":{
"$ref":"PageProperties",
"description":"The properties of the page."
},
"pageType":{
"description":"The type of the page.",
"enum":[
"SLIDE",
"MASTER",
"LAYOUT",
"NOTES",
"NOTES_MASTER"
],
"enumDescriptions":[
"A slide page.",
"A master slide page.",
"A layout page.",
"A notes page.",
"A notes master page."
],
"type":"string"
},
"revisionId":{
"description":"The revision ID of the presentation containing this page. Can be used in\nupdate requests to assert that the presentation revision 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 change 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 shared across users. If the\nrevision ID is unchanged between calls, then the presentation has not\nchanged. Conversely, a changed ID (for the same presentation and user)\nusually means the presentation has been updated; however, a changed ID can\nalso be due to internal factors such as ID format changes.",
"type":"string"
},
"slideProperties":{
"$ref":"SlideProperties",
"description":"Slide specific properties. Only set if page_type = SLIDE."
}
},
"type":"object"
},
"PageBackgroundFill":{
"description":"The page background fill.",
"id":"PageBackgroundFill",
"properties":{
"propertyState":{
"description":"The background fill property state.\n\nUpdating the fill on a page will implicitly update this field to\n`RENDERED`, unless 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 the same request will be ignored.",
"enum":[
"RENDERED",
"NOT_RENDERED",
"INHERIT"
],
"enumDescriptions":[
"If a property's state is RENDERED, then the element has the corresponding\nproperty when rendered on a page. If the element is a placeholder shape as\ndetermined by the placeholder\nfield, and it inherits from a placeholder 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.",
"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 property\nfrom a rendered element, set its property_state to NOT_RENDERED.",
"If a property's state is INHERIT, then the property state uses the value of\ncorresponding `property_state` field on the parent shape. Elements that do\nnot inherit will never have an INHERIT property state."
],
"type":"string"
},
"solidFill":{
"$ref":"SolidFill",
"description":"Solid color fill."
},
"stretchedPictureFill":{
"$ref":"StretchedPictureFill",
"description":"Stretched picture fill."
}
},
"type":"object"
},
"PageElement":{
"description":"A visual element rendered on a page.",
"id":"PageElement",
"properties":{
"description":{
"description":"The description of the page element. Combined with title to display alt\ntext.",
"type":"string"
},
"elementGroup":{
"$ref":"Group",
"description":"A collection of page elements joined as a single unit."
},
"image":{
"$ref":"Image",
"description":"An image page element."
},
"line":{
"$ref":"Line",
"description":"A line page element."
},
"objectId":{
"description":"The object ID for this page element. Object IDs used by\ngoogle.apps.slides.v1.Page and\ngoogle.apps.slides.v1.PageElement share the same namespace.",
"type":"string"
},
"shape":{
"$ref":"Shape",
"description":"A generic shape."
},
"sheetsChart":{
"$ref":"SheetsChart",
"description":"A linked chart embedded from Google Sheets. Unlinked charts are\nrepresented as images."
},
"size":{
"$ref":"Size",
"description":"The size of the page element."
},
"table":{
"$ref":"Table",
"description":"A table page element."
},
"title":{
"description":"The title of the page element. Combined with description to display alt\ntext.",
"type":"string"
},
"transform":{
"$ref":"AffineTransform",
"description":"The transform of the page element.\n\nThe visual appearance of the page element is determined by its absolute\ntransform. To compute the absolute transform, preconcatenate a page\nelement's transform with the transforms of all of its parent groups. If the\npage element is not in a group, its absolute transform is the same as the\nvalue in this field.\n\nThe initial transform for the newly created Group is always the identity transform."
},
"video":{
"$ref":"Video",
"description":"A video page element."
},
"wordArt":{
"$ref":"WordArt",
"description":"A word art page element."
}
},
"type":"object"
},
"PageElementProperties":{
"description":"Common properties for a page element.\n\nNote: When you initially create a\nPageElement, the API may modify\nthe values of both `size` and `transform`, but the\nvisual size will be unchanged.",
"id":"PageElementProperties",
"properties":{
"pageObjectId":{
"description":"The object ID of the page where the element is located.",
"type":"string"
},
"size":{
"$ref":"Size",
"description":"The size of the element."
},
"transform":{
"$ref":"AffineTransform",
"description":"The transform for the element."
}
},
"type":"object"
},
"PageProperties":{
"description":"The properties of the Page.\n\nThe page will inherit properties from the parent page. Depending on the page\ntype the hierarchy is defined in either\nSlideProperties or\nLayoutProperties.",
"id":"PageProperties",
"properties":{
"colorScheme":{
"$ref":"ColorScheme",
"description":"The color scheme of the page. If unset, the color scheme is inherited from\na parent page. If the page has no parent, the color scheme uses a default\nSlides color scheme. This field is read-only."
},
"pageBackgroundFill":{
"$ref":"PageBackgroundFill",
"description":"The background fill of the page. If unset, the background fill is inherited\nfrom a parent page if it exists. If the page has no parent, then the\nbackground fill defaults to the corresponding fill in the Slides editor."
}
},
"type":"object"
},
"ParagraphMarker":{
"description":"A TextElement kind that represents the beginning of a new paragraph.",
"id":"ParagraphMarker",
"properties":{
"bullet":{
"$ref":"Bullet",
"description":"The bullet for this paragraph. If not present, the paragraph does not\nbelong to a list."
},
"style":{
"$ref":"ParagraphStyle",
"description":"The paragraph's style"
}
},
"type":"object"
},
"ParagraphStyle":{
"description":"Styles that apply to a whole paragraph.\n\nIf this text is contained in a shape with a parent placeholder, then these paragraph styles may be\ninherited from the parent. Which paragraph styles are inherited depend on the\nnesting level of lists:\n\n* A paragraph not in a list will inherit its paragraph style from the\n paragraph at the 0 nesting level of the list inside the parent placeholder.\n* A paragraph in a list will inherit its paragraph style from the paragraph\n at its corresponding nesting level of the list inside the parent\n placeholder.\n\nInherited paragraph styles are represented as unset fields in this message.",
"id":"ParagraphStyle",
"properties":{
"alignment":{
"description":"The text alignment for this paragraph.",
"The text direction is inherited from the parent.",
"The text goes from left to right.",
"The text goes from right to left."
],
"type":"string"
},
"indentEnd":{
"$ref":"Dimension",
"description":"The amount indentation for the paragraph on the side that corresponds to\nthe end of the text, based on the current text direction. If unset, the\nvalue is inherited from the parent."
},
"indentFirstLine":{
"$ref":"Dimension",
"description":"The amount of indentation for the start of the first line of the paragraph.\nIf unset, the value is inherited from the parent."
},
"indentStart":{
"$ref":"Dimension",
"description":"The amount indentation for the paragraph on the side that corresponds to\nthe start of the text, based on the current text direction. If unset, the\nvalue is inherited from the parent."
},
"lineSpacing":{
"description":"The amount of space between lines, as a percentage of normal, where normal\nis represented as 100.0. If unset, the value is inherited from the parent.",
"format":"float",
"type":"number"
},
"spaceAbove":{
"$ref":"Dimension",
"description":"The amount of extra space above the paragraph. If unset, the value is\ninherited from the parent."
},
"spaceBelow":{
"$ref":"Dimension",
"description":"The amount of extra space above the paragraph. If unset, the value is\ninherited from the parent."
},
"spacingMode":{
"description":"The spacing mode for the paragraph.",
"enum":[
"SPACING_MODE_UNSPECIFIED",
"NEVER_COLLAPSE",
"COLLAPSE_LISTS"
],
"enumDescriptions":[
"The spacing mode is inherited from the parent.",
"Paragraph spacing is always rendered.",
"Paragraph spacing is skipped between list elements."
],
"type":"string"
}
},
"type":"object"
},
"Placeholder":{
"description":"The placeholder information that uniquely identifies a placeholder shape.",
"id":"Placeholder",
"properties":{
"index":{
"description":"The index of the placeholder. If the same placeholder types are present in\nthe same page, they would have different index values.",
"format":"int32",
"type":"integer"
},
"parentObjectId":{
"description":"The object ID of this shape's parent placeholder.\nIf unset, the parent placeholder shape does not exist, so the shape does\nnot inherit properties from any other shape.",
"Default value, signifies it is not a placeholder.",
"Body text.",
"Chart or graph.",
"Clip art image.",
"Title centered.",
"Diagram.",
"Date and time.",
"Footer text.",
"Header text.",
"Multimedia.",
"Any content type.",
"Picture.",
"Number of a slide.",
"Subtitle.",
"Table.",
"Slide title.",
"Slide image."
],
"type":"string"
}
},
"type":"object"
},
"Presentation":{
"description":"A Google Slides presentation.",
"id":"Presentation",
"properties":{
"layouts":{
"description":"The layouts in the presentation. A layout is a template that determines\nhow content is arranged and styled on the slides that inherit from that\nlayout.",
"items":{
"$ref":"Page"
},
"type":"array"
},
"locale":{
"description":"The locale of the presentation, as an IETF BCP 47 language tag.",
"description":"The slide masters in the presentation. A slide 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 contain the default text styles and shape\n properties of all placeholder shapes on pages that use that master.\n- The master page properties define the common page properties inherited by\n its layouts.\n- Any other shapes on the master slide will appear on all slides using that\n master, regardless of their layout.",
"description":"The notes master in the presentation. It serves three purposes:\n\n- Placeholder shapes on a notes master contain the default 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 master page properties define the common page properties\n inherited by all notes pages.\n- Any other shapes on the notes master will appear on all notes pages.\n\nThe notes master is read-only."
"description":"The size of pages in the presentation."
},
"presentationId":{
"description":"The ID of the presentation.",
"type":"string"
},
"revisionId":{
"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 the\npresentation.\n\nThe format of the revision ID may change 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 shared across users. If the\nrevision ID is unchanged between calls, then the presentation has not\nchanged. Conversely, a changed ID (for the same presentation and user)\nusually means the presentation has been updated; however, a changed ID can\nalso be due to internal factors such as ID format changes.",
"type":"string"
},
"slides":{
"description":"The slides in the presentation.\nA slide inherits properties from a slide layout.",
"description":"The name of the recolor effect.\n\nThe name is determined from the `recolor_stops` by matching the gradient\nagainst the colors in the page's current color scheme. This property is\nread-only.",
"enum":[
"NONE",
"LIGHT1",
"LIGHT2",
"LIGHT3",
"LIGHT4",
"LIGHT5",
"LIGHT6",
"LIGHT7",
"LIGHT8",
"LIGHT9",
"LIGHT10",
"DARK1",
"DARK2",
"DARK3",
"DARK4",
"DARK5",
"DARK6",
"DARK7",
"DARK8",
"DARK9",
"DARK10",
"GRAYSCALE",
"NEGATIVE",
"SEPIA",
"CUSTOM"
],
"enumDescriptions":[
"No recolor effect. The default value.",
"A recolor effect that lightens the image using the page's first available\ncolor from its color scheme.",
"A recolor effect that lightens the image using the page's second\navailable color from its color scheme.",
"A recolor effect that lightens the image using the page's third available\ncolor from its color scheme.",
"A recolor effect that lightens the image using the page's forth available\ncolor from its color scheme.",
"A recolor effect that lightens the image using the page's fifth available\ncolor from its color scheme.",
"A recolor effect that lightens the image using the page's sixth available\ncolor from its color scheme.",
"A recolor effect that lightens the image using the page's seventh\navailable color from its color scheme.e.",
"A recolor effect that lightens the image using the page's eighth\navailable color from its color scheme.",
"A recolor effect that lightens the image using the page's ninth available\ncolor from its color scheme.",
"A recolor effect that lightens the image using the page's tenth available\ncolor from its color scheme.",
"A recolor effect that darkens the image using the page's first available\ncolor from its color scheme.",
"A recolor effect that darkens the image using the page's second available\ncolor from its color scheme.",
"A recolor effect that darkens the image using the page's third available\ncolor from its color scheme.",
"A recolor effect that darkens the image using the page's fourth available\ncolor from its color scheme.",
"A recolor effect that darkens the image using the page's fifth available\ncolor from its color scheme.",
"A recolor effect that darkens the image using the page's sixth available\ncolor from its color scheme.",
"A recolor effect that darkens the image using the page's seventh\navailable color from its color scheme.",
"A recolor effect that darkens the image using the page's eighth available\ncolor from its color scheme.",
"A recolor effect that darkens the image using the page's ninth available\ncolor from its color scheme.",
"A recolor effect that darkens the image using the page's tenth available\ncolor from its color scheme.",
"A recolor effect that recolors the image to grayscale.",
"A recolor effect that recolors the image to negative grayscale.",
"A recolor effect that recolors the image using the sepia color.",
"Custom recolor effect. Refer to `recolor_stops` for the concrete\ngradient."
"description":"The recolor effect is represented by a gradient, 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 to the image. This\nproperty is read-only.",
"items":{
"$ref":"ColorStop"
},
"type":"array"
}
},
"type":"object"
},
"RefreshSheetsChartRequest":{
"description":"Refreshes an embedded Google Sheets chart by replacing it with the latest\nversion of the chart from Google Sheets.\n\nNOTE: Refreshing charts requires at least one of the spreadsheets.readonly,\nspreadsheets, drive.readonly, or drive OAuth scopes.",
"id":"RefreshSheetsChartRequest",
"properties":{
"objectId":{
"description":"The object ID of the chart to refresh.",
"type":"string"
}
},
"type":"object"
},
"ReplaceAllShapesWithImageRequest":{
"description":"Replaces all shapes that match the given criteria with the provided image.",
"id":"ReplaceAllShapesWithImageRequest",
"properties":{
"containsText":{
"$ref":"SubstringMatchCriteria",
"description":"If set, this request will replace all of the shapes that contain the\ngiven text."
"description":"The image replace method.\n\nIf you specify both a `replace_method` and an `image_replace_method`, the\n`image_replace_method` takes precedence.\n\nIf you do not specify a value for `image_replace_method`, but specify a\nvalue for `replace_method`, then the specified `replace_method` value is\nused.\n\nIf you do not specify either, then CENTER_INSIDE is used.",
"enum":[
"IMAGE_REPLACE_METHOD_UNSPECIFIED",
"CENTER_INSIDE",
"CENTER_CROP"
],
"enumDescriptions":[
"Unspecified image replace method. This value must not be used.",
"Scales and centers the image to fit within the bounds of 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\nmethod when one is not specified.",
"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 rendered size of\nthe image will be the same as that of the original shape."
"description":"The image URL.\n\nThe image is fetched once at insertion time and a copy is stored for\ndisplay inside the presentation. Images must be less than 50MB in size,\ncannot exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF\nformat.\n\nThe provided URL can be at most 2 kB in length.",
"description":"If non-empty, limits the matches to page elements only on the given pages.\n\nReturns a 400 bad request error if given the page object ID of a\nnotes page or a\nnotes master, or if a\npage with that object ID doesn't exist in the presentation.",
"description":"The replace method.\nDeprecated: use `image_replace_method` instead.\n\nIf you specify both a `replace_method` and an `image_replace_method`, the\n`image_replace_method` takes precedence.",
"Scales and centers the image to fit within the bounds of 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\nmethod when one is not specified.",
"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 rendered size of\nthe image will be the same as that of the original shape."
"description":"Replaces all shapes that match the given criteria with the provided Google\nSheets chart. The chart will be scaled and centered to fit within the bounds\nof the original shape.\n\nNOTE: Replacing shapes with a chart requires at least one of the\nspreadsheets.readonly, spreadsheets, drive.readonly, or drive OAuth scopes.",
"description":"The ID of the specific chart in the Google Sheets spreadsheet.",
"format":"int32",
"type":"integer"
},
"containsText":{
"$ref":"SubstringMatchCriteria",
"description":"The criteria that the shapes must match in order to be replaced. The\nrequest will replace all of the shapes that contain the given text."
},
"linkingMode":{
"description":"The mode with which the chart is linked to the source spreadsheet. When\nnot specified, the chart will be an image that is not linked.",
"description":"If non-empty, limits the matches to page elements only on the given pages.\n\nReturns a 400 bad request error if given the page object ID of a\nnotes page or a\nnotes master, or if a\npage with that object ID doesn't exist in the presentation.",
"description":"If non-empty, limits the matches to page elements only on the given pages.\n\nReturns a 400 bad request error if given the page object ID of a\nnotes master,\nor if a page with that object ID doesn't exist in the presentation.",
"description":"The ID of the existing image that will be replaced.",
"type":"string"
},
"imageReplaceMethod":{
"description":"The replacement method.",
"enum":[
"IMAGE_REPLACE_METHOD_UNSPECIFIED",
"CENTER_INSIDE",
"CENTER_CROP"
],
"enumDescriptions":[
"Unspecified image replace method. This value must not be used.",
"Scales and centers the image to fit within the bounds of 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\nmethod when one is not specified.",
"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 rendered size of\nthe image will be the same as that of the original shape."
],
"type":"string"
},
"url":{
"description":"The URL of the new image.\n\nThe image is fetched once at insertion time and a copy is stored for\ndisplay inside the presentation. Images must be less than 50MB in size,\ncannot exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF\nformat.\n\nThe provided URL can be at most 2 kB in length.",
"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 kind.",
"description":"The shadow property state.\n\nUpdating the shadow on a page element will implicitly update this field to\n`RENDERED`, unless another value is specified in the same request. To have\nno shadow on a page element, set this field to `NOT_RENDERED`. In this\ncase, any other shadow fields set in the same request will be ignored.",
"enum":[
"RENDERED",
"NOT_RENDERED",
"INHERIT"
],
"enumDescriptions":[
"If a property's state is RENDERED, then the element has the corresponding\nproperty when rendered on a page. If the element is a placeholder shape as\ndetermined by the placeholder\nfield, and it inherits from a placeholder 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.",
"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 property\nfrom a rendered element, set its property_state to NOT_RENDERED.",
"If a property's state is INHERIT, then the property state uses the value of\ncorresponding `property_state` field on the parent shape. Elements that do\nnot inherit will never have an INHERIT property state."
"description":"Placeholders are shapes that are inherit from corresponding placeholders on\nlayouts and masters.\n\nIf set, the shape is a placeholder shape and any inherited properties\ncan be resolved by looking at the parent placeholder identified by the\nPlaceholder.parent_object_id field."
"description":"The background fill property state.\n\nUpdating the fill on a shape will implicitly update this field to\n`RENDERED`, unless 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.",
"If a property's state is RENDERED, then the element has the corresponding\nproperty when rendered on a page. If the element is a placeholder shape as\ndetermined by the placeholder\nfield, and it inherits from a placeholder 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.",
"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 property\nfrom a rendered element, set its property_state to NOT_RENDERED.",
"If a property's state is INHERIT, then the property state uses the value of\ncorresponding `property_state` field on the parent shape. Elements that do\nnot inherit will never have an INHERIT property state."
"description":"The properties of a Shape.\n\nIf the shape is a placeholder shape as determined by the\nplaceholder field, then these\nproperties may be inherited from a parent placeholder shape.\nDetermining the rendered value of the property depends on the corresponding\nproperty_state field value.",
"description":"The alignment of the content in the shape. If unspecified,\nthe alignment is inherited from a parent placeholder if it exists. If the\nshape has no parent, the default alignment matches the alignment for new\nshapes created in the Slides editor.",
"enum":[
"CONTENT_ALIGNMENT_UNSPECIFIED",
"CONTENT_ALIGNMENT_UNSUPPORTED",
"TOP",
"MIDDLE",
"BOTTOM"
],
"enumDescriptions":[
"An unspecified content alignment. The content alignment is inherited from\nthe parent if it exists.",
"An unsupported content alignment.",
"An alignment that aligns the content to the top of the content holder.\nCorresponds to ECMA-376 ST_TextAnchoringType 't'.",
"An alignment that aligns the content to the middle of the content\nholder. Corresponds to ECMA-376 ST_TextAnchoringType 'ctr'.",
"An alignment that aligns the content to the bottom of the content\nholder. Corresponds to ECMA-376 ST_TextAnchoringType 'b'."
"description":"The outline of the shape. If unset, the outline is inherited from a\nparent placeholder if it exists. If the shape has no parent, then the\ndefault outline depends on the shape type, matching the defaults for\nnew shapes created in the Slides editor."
"description":"The shadow properties of the shape. If unset, the shadow is inherited from\na parent placeholder if it exists. If the shape has no parent, then the\ndefault shadow matches the defaults for new shapes created in the Slides\neditor. This property is read-only."
"description":"The background fill of the shape. If unset, the background fill is\ninherited from a parent placeholder if it exists. If the shape has no\nparent, then the default background fill depends on the shape type,\nmatching the defaults for new shapes created in the Slides editor."
"description":"The ID of the specific chart in the Google Sheets spreadsheet that is\nembedded.",
"format":"int32",
"type":"integer"
},
"contentUrl":{
"description":"The URL of an image of the embedded chart, with a default lifetime of 30\nminutes. This URL is tagged with the account of the 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 settings change.",
"description":"The notes page that this slide is associated with. It defines the visual\nappearance of a notes page when printing or exporting 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 speaker\nnotes for this slide. The ID of this shape is identified by the\nspeakerNotesObjectId field.\nThe notes page is read-only except for the text content and styles of the\nspeaker notes shape."
"description":"A solid color fill. The page or page element is filled entirely with the\nspecified color value.\n\nIf any field is unset, its value may be inherited from a parent placeholder\nif it exists.",
"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\nThis means that a value of 1.0 corresponds to a solid color, whereas\na value of 0.0 corresponds to a completely transparent color.",
"description":"The color value of the solid fill."
}
},
"type":"object"
},
"StretchedPictureFill":{
"description":"The stretched picture fill. The page or page element is filled entirely with\nthe specified picture. The picture is stretched to fit its container.",
"id":"StretchedPictureFill",
"properties":{
"contentUrl":{
"description":"Reading the content_url:\n\nAn URL to a picture 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 original requester. Access to the\npicture may be lost if the presentation's sharing 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. Pictures must be less than 50MB in size,\ncannot exceed 25 megapixels, and must be in one of PNG, JPEG, or GIF\nformat.\n\nThe provided URL can be at most 2 kB in length.",
"description":"Indicates whether the search should respect case:\n\n- `True`: the search is case sensitive.\n- `False`: the search is case insensitive.",
"type":"boolean"
},
"text":{
"description":"The text to search for in the shape or table.",
"description":"Properties of horizontal cell borders.\n\nA table's horizontal cell borders are represented as a grid. The grid has\none more row than the number of rows in the table and the same number of\ncolumns as the table. For example, if the table is 3 x 3, its horizontal\nborders will be represented as a grid with 4 rows and 3 columns.",
"description":"Properties and contents of each row.\n\nCells that span multiple rows are contained in only one of these rows and\nhave a row_span greater\nthan 1.",
"description":"Properties of vertical cell borders.\n\nA table's vertical cell borders are represented as a grid. The grid has the\nsame number of rows as the table and one more column than the number of\ncolumns in the table. For example, if the table is 3 x 3, its vertical\nborders will be represented as a grid with 3 rows and 4 columns.",
"description":"The background fill property state.\n\nUpdating 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 fields set in the same request will be ignored.",
"enum":[
"RENDERED",
"NOT_RENDERED",
"INHERIT"
],
"enumDescriptions":[
"If a property's state is RENDERED, then the element has the corresponding\nproperty when rendered on a page. If the element is a placeholder shape as\ndetermined by the placeholder\nfield, and it inherits from a placeholder 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.",
"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 property\nfrom a rendered element, set its property_state to NOT_RENDERED.",
"If a property's state is INHERIT, then the property state uses the value of\ncorresponding `property_state` field on the parent shape. Elements that do\nnot inherit will never have an INHERIT property state."
"description":"The alignment of the content in the table cell. The default alignment\nmatches the alignment for newly created table cells in the Slides editor.",
"enum":[
"CONTENT_ALIGNMENT_UNSPECIFIED",
"CONTENT_ALIGNMENT_UNSUPPORTED",
"TOP",
"MIDDLE",
"BOTTOM"
],
"enumDescriptions":[
"An unspecified content alignment. The content alignment is inherited from\nthe parent if it exists.",
"An unsupported content alignment.",
"An alignment that aligns the content to the top of the content holder.\nCorresponds to ECMA-376 ST_TextAnchoringType 't'.",
"An alignment that aligns the content to the middle of the content\nholder. Corresponds to ECMA-376 ST_TextAnchoringType 'ctr'.",
"An alignment that aligns the content to the bottom of the content\nholder. Corresponds to ECMA-376 ST_TextAnchoringType 'b'."
"description":"A table range represents a reference to a subset of a table.\n\nIt's important to note that the cells specified by a table range do not\nnecessarily form a rectangle. For example, let's say we have a 3 x 3 table\nwhere all the cells of the last row are merged together. The table looks\nlike this:\n\n \n [ ]\n\nA table range with location = (0, 0), row span = 3 and column span = 2\nspecifies the following cells:\n\n x x \n [ x ]",
"description":"Properties and contents of each cell.\n\nCells that span multiple columns are represented only once with a\ncolumn_span greater\nthan 1. As a result, the length of this collection does not always match\nthe number of columns of the entire table.",
"description":"Minimum height of the row. The row will be rendered in the Slides editor at\na height equal to or greater than this value in order to show all the text\nin the row's cell(s)."
"description":"A marker representing the beginning of a new paragraph.\n\nThe `start_index` and `end_index` of this TextElement represent the\nrange of the paragraph. Other TextElements with an index range contained\ninside this paragraph's range are considered to be part of this\nparagraph. The range of indices of two separate paragraphs will never\noverlap."
},
"startIndex":{
"description":"The zero-based start index of this text element, in Unicode code units.",
"format":"int32",
"type":"integer"
},
"textRun":{
"$ref":"TextRun",
"description":"A TextElement representing a run of text where all of the characters\nin the run have the same TextStyle.\n\nThe `start_index` and `end_index` of TextRuns will always be fully\ncontained in the index range of a single `paragraph_marker` TextElement.\nIn other words, a TextRun will never span multiple paragraphs."
"description":"Represents the styling that can be applied to a TextRun.\n\nIf this text is contained in a shape with a parent placeholder, then these text styles may be\ninherited from the parent. Which text styles are inherited 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 the 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 level of the list inside the parent placeholder.\n\nInherited text styles are represented 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 matching the defaults in the Slides\neditor.",
"description":"The background color of the text. If set, the color is either opaque or\ntransparent, depending on if the `opaque_color` field in it is set."
},
"baselineOffset":{
"description":"The text's vertical offset from its normal position.\n\nText with `SUPERSCRIPT` or `SUBSCRIPT` baseline offsets is automatically\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.",
"enum":[
"BASELINE_OFFSET_UNSPECIFIED",
"NONE",
"SUPERSCRIPT",
"SUBSCRIPT"
],
"enumDescriptions":[
"The text's baseline offset is inherited from the parent.",
"The text is not vertically offset.",
"The text is vertically offset upwards (superscript).",
"The text is vertically offset downwards (subscript)."
"description":"Whether or not the text is rendered as bold.",
"type":"boolean"
},
"fontFamily":{
"description":"The font family of the text.\n\nThe font family 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.",
"description":"The size of the text's font. When read, the `font_size` will specified in\npoints."
},
"foregroundColor":{
"$ref":"OptionalColor",
"description":"The color of the text itself. If set, the color is either opaque or\ntransparent, depending on if the `opaque_color` field in it is set."
"description":"The hyperlink destination of the text. If unset, there is no link. Links\nare not inherited from parent text.\n\nChanging the 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 ThemeColorType.HYPERLINK and the text will\n be underlined. If these fields are modified in the same\n request, those values will be used instead of the link defaults.\n* Setting a link on a text range that overlaps with an existing link will\n also update the existing link to point to the new URL.\n* Links are not settable 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 newline character(s) into their own text runs. The\n link will be applied separately 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 default text styles if the preceding\n text is another link) unless different styles are being set in the same\n request."
},
"smallCaps":{
"description":"Whether or not the text is in small capital letters.",
"description":"The font family and rendered weight of the text.\n\nThis field is an extension of `font_family` meant to support explicit font\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 fields 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 weight `400` (\"normal\").\n* If both fields are set, the value of `font_family` must match that of\n `weighted_font_family#font_family`. If so, the font family and 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 not, the font\n family and weight of `weighted_font_family` is applied.\n* If neither field is set, the font family and weight of the text inherit\n from the parent. 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`bold`, 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_family` 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."
}
},
"type":"object"
},
"ThemeColorPair":{
"description":"A pair mapping a theme color type to the concrete color it represents.",
"id":"ThemeColorPair",
"properties":{
"color":{
"$ref":"RgbColor",
"description":"The concrete color corresponding to the theme color type above."
"Unspecified theme color. This value should not be used.",
"Represents the first dark color.",
"Represents the first light color.",
"Represents the second dark color.",
"Represents the second light color.",
"Represents the first accent color.",
"Represents the second accent color.",
"Represents the third accent color.",
"Represents the fourth accent color.",
"Represents the fifth accent color.",
"Represents the sixth accent color.",
"Represents the color to use for hyperlinks.",
"Represents the color to use for visited hyperlinks.",
"Represents the first text color.",
"Represents the first background color.",
"Represents the second text color.",
"Represents the second background color."
],
"type":"string"
}
},
"type":"object"
},
"Thumbnail":{
"description":"The thumbnail of a page.",
"id":"Thumbnail",
"properties":{
"contentUrl":{
"description":"The content URL of the thumbnail image.\n\nThe URL to the image has a default lifetime of 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 the\nimage may be lost if the presentation's sharing settings change.\nThe mime type of the thumbnail image is the same as specified in the\n`GetPageThumbnailRequest`.",
"description":"The positive height in pixels of the thumbnail image.",
"format":"int32",
"type":"integer"
},
"width":{
"description":"The positive width in pixels of the thumbnail image.",
"format":"int32",
"type":"integer"
}
},
"type":"object"
},
"UngroupObjectsRequest":{
"description":"Ungroups objects, such as groups.",
"id":"UngroupObjectsRequest",
"properties":{
"objectIds":{
"description":"The object IDs of the objects to ungroup.\n\nOnly groups that are not inside other\ngroups can be ungrouped. All the groups\nshould be on the same page. The group itself is deleted. The visual sizes\nand positions of all the children are preserved.",
"items":{
"type":"string"
},
"type":"array"
}
},
"type":"object"
},
"UnmergeTableCellsRequest":{
"description":"Unmerges cells in a Table.",
"id":"UnmergeTableCellsRequest",
"properties":{
"objectId":{
"description":"The object ID of the table.",
"type":"string"
},
"tableRange":{
"$ref":"TableRange",
"description":"The table range specifying which cells of the table to unmerge.\n\nAll merged cells in this range will be unmerged, and cells that are already\nunmerged will not be affected. If the range has no merged cells, the\nrequest will do nothing. If there is text in any of the merged cells, the\ntext will remain in the upper-left (\"head\") cell of the resulting block of\nunmerged cells."
}
},
"type":"object"
},
"UpdateImagePropertiesRequest":{
"description":"Update the properties of an Image.",
"id":"UpdateImagePropertiesRequest",
"properties":{
"fields":{
"description":"The fields that should be updated.\n\nAt least one field must be specified. The root `imageProperties` 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 image outline color, set `fields` to\n`\"outline.outlineFill.solidFill.color\"`.\n\nTo reset a property to its default value, include its field name in the\nfield mask but leave the field itself unset.",
"format":"google-fieldmask",
"type":"string"
},
"imageProperties":{
"$ref":"ImageProperties",
"description":"The image properties to update."
},
"objectId":{
"description":"The object ID of the image the updates are applied to.",
"type":"string"
}
},
"type":"object"
},
"UpdateLinePropertiesRequest":{
"description":"Updates the properties of a Line.",
"id":"UpdateLinePropertiesRequest",
"properties":{
"fields":{
"description":"The fields that should be updated.\n\nAt least one field must be specified. The root `lineProperties` 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 line solid fill color, set `fields` to\n`\"lineFill.solidFill.color\"`.\n\nTo reset a property to its default value, include its field name in the\nfield mask but leave the field itself unset.",
"description":"The object ID of the line the update is applied to.",
"type":"string"
}
},
"type":"object"
},
"UpdatePageElementAltTextRequest":{
"description":"Updates the alt text title and/or description of a\npage element.",
"id":"UpdatePageElementAltTextRequest",
"properties":{
"description":{
"description":"The updated alt text description of the page element. If unset the existing\nvalue will be maintained. The description is exposed to screen readers\nand other accessibility interfaces. Only use human readable values related\nto the content of the page element.",
"description":"The updated alt text title of the page element. If unset the\nexisting value will be maintained. The title is exposed to screen readers\nand other accessibility interfaces. Only use human readable values related\nto the content of the page element.",
"description":"Updates the transform of a page element.\n\nUpdating the transform of a group will change the absolute transform of the\npage elements in that group, which can change their visual appearance. See\nthe documentation for PageElement.transform for more details.",
"description":"The fields that should be updated.\n\nAt least 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 `fields`\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 itself unset.",
"description":"The location of the cell in the table containing the paragraph(s) to\nstyle. If `object_id` refers to a table, `cell_location` must have a value.\nOtherwise, it must not."
"description":"The fields that should be updated.\n\nAt least one field must be specified. The root `style` is implied and\nshould not be specified. 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\nfield mask but leave the field itself unset.",
"description":"Update the properties of a Shape.",
"id":"UpdateShapePropertiesRequest",
"properties":{
"fields":{
"description":"The fields that should be updated.\n\nAt least one field must be specified. The root `shapeProperties` 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 shape background solid fill color, set `fields`\nto `\"shapeBackgroundFill.solidFill.color\"`.\n\nTo reset a property to its default value, include its field name in the\nfield mask but leave the field itself unset.",
"description":"Updates the position of slides in the presentation.",
"id":"UpdateSlidesPositionRequest",
"properties":{
"insertionIndex":{
"description":"The index where the slides should be inserted, based on the slide\narrangement before the move takes place. Must be between zero and the\nnumber of slides in the presentation, inclusive.",
"description":"The IDs of the slides in the presentation that should be moved.\nThe slides in this list must be in existing presentation order, without\nduplicates.",
"description":"Updates the properties of the table borders in a Table.",
"id":"UpdateTableBorderPropertiesRequest",
"properties":{
"borderPosition":{
"description":"The border position in the table range the updates should apply to. If a\nborder position is not specified, the updates will apply to all borders in\nthe table range.",
"enum":[
"ALL",
"BOTTOM",
"INNER",
"INNER_HORIZONTAL",
"INNER_VERTICAL",
"LEFT",
"OUTER",
"RIGHT",
"TOP"
],
"enumDescriptions":[
"All borders in the range.",
"Borders at the bottom of the range.",
"Borders on the inside of the range.",
"Horizontal borders on the inside of the range.",
"Vertical borders on the inside of the range.",
"Borders at the left of the range.",
"Borders along the outside of the range.",
"Borders at the right of the range.",
"Borders at the top of the range."
],
"type":"string"
},
"fields":{
"description":"The fields that should be updated.\n\nAt least one field must be specified. The root `tableBorderProperties` 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 table border solid fill color, set\n`fields` to `\"tableBorderFill.solidFill.color\"`.\n\nTo reset a property to its default value, include its field name in the\nfield mask but leave the field itself unset.",
"format":"google-fieldmask",
"type":"string"
},
"objectId":{
"description":"The object ID of the table.",
"type":"string"
},
"tableBorderProperties":{
"$ref":"TableBorderProperties",
"description":"The table border properties to update."
},
"tableRange":{
"$ref":"TableRange",
"description":"The table range representing the subset of the table to which the updates\nare applied. If a table range is not specified, the updates will apply to\nthe entire table."
"description":"Update the properties of a TableCell.",
"id":"UpdateTableCellPropertiesRequest",
"properties":{
"fields":{
"description":"The fields that should be updated.\n\nAt least one field must be specified. The root `tableCellProperties` 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 table cell background solid fill color, set\n`fields` to `\"tableCellBackgroundFill.solidFill.color\"`.\n\nTo reset a property to its default value, include its field name in the\nfield mask but leave the field itself unset.",
"format":"google-fieldmask",
"type":"string"
},
"objectId":{
"description":"The object ID of the table.",
"type":"string"
},
"tableCellProperties":{
"$ref":"TableCellProperties",
"description":"The table cell properties to update."
},
"tableRange":{
"$ref":"TableRange",
"description":"The table range representing the subset of the table to which the updates\nare applied. If a table range is not specified, the updates will apply to\nthe entire table."
"description":"Updates the properties of a Table column.",
"id":"UpdateTableColumnPropertiesRequest",
"properties":{
"columnIndices":{
"description":"The list of zero-based indices specifying which columns to update. If no\nindices are provided, all columns in the table will be updated.",
"items":{
"format":"int32",
"type":"integer"
},
"type":"array"
},
"fields":{
"description":"The fields that should be updated.\n\nAt least one field must be specified. The root `tableColumnProperties` 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 column width, set `fields` to `\"column_width\"`.\n\nIf '\"column_width\"' is included in the field mask but the property is left\nunset, the column width will default to 406,400 EMU (32 points).",
"format":"google-fieldmask",
"type":"string"
},
"objectId":{
"description":"The object ID of the table.",
"type":"string"
},
"tableColumnProperties":{
"$ref":"TableColumnProperties",
"description":"The table column properties to update.\n\nIf the value of `table_column_properties#column_width` in the request is\nless than 406,400 EMU (32 points), a 400 bad request error is returned."
"description":"Updates the properties of a Table row.",
"id":"UpdateTableRowPropertiesRequest",
"properties":{
"fields":{
"description":"The fields that should be updated.\n\nAt least one field must be specified. The root `tableRowProperties` 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 minimum row height, set `fields` to\n`\"min_row_height\"`.\n\nIf '\"min_row_height\"' is included in the field mask but the property is\nleft unset, the minimum row height will default to 0.",
"format":"google-fieldmask",
"type":"string"
},
"objectId":{
"description":"The object ID of the table.",
"type":"string"
},
"rowIndices":{
"description":"The list of zero-based indices specifying which rows to update. If no\nindices are provided, all rows in the table will be updated.",
"items":{
"format":"int32",
"type":"integer"
},
"type":"array"
},
"tableRowProperties":{
"$ref":"TableRowProperties",
"description":"The table row properties to update."
"description":"Update the styling of text in a Shape or\nTable.",
"id":"UpdateTextStyleRequest",
"properties":{
"cellLocation":{
"$ref":"TableCellLocation",
"description":"The location of the cell in the table containing the text to style. If\n`object_id` refers to a table, `cell_location` must have a value.\nOtherwise, it must not."
},
"fields":{
"description":"The fields that should be updated.\n\nAt least one field must be specified. The root `style` is implied and\nshould not be specified. 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\nTo reset a property to its default value, include its field name in the\nfield mask but leave the field itself unset.",
"format":"google-fieldmask",
"type":"string"
},
"objectId":{
"description":"The object ID of the shape or table with the text to be styled.",
"type":"string"
},
"style":{
"$ref":"TextStyle",
"description":"The style(s) to set on the text.\n\nIf the value 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 mirror the\nbehavior of the Slides editor. See the documentation of\nTextStyle for more information."
},
"textRange":{
"$ref":"Range",
"description":"The range of text to style.\n\nThe range may be extended to include adjacent newlines.\n\nIf the range fully contains a paragraph belonging to a list, the\nparagraph's bullet is also updated with the matching text style."
"description":"Update the properties of a Video.",
"id":"UpdateVideoPropertiesRequest",
"properties":{
"fields":{
"description":"The fields that should be updated.\n\nAt least one field must be specified. The root `videoProperties` 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 video outline color, set `fields` to\n`\"outline.outlineFill.solidFill.color\"`.\n\nTo reset a property to its default value, include its field name in the\nfield mask but leave the field itself unset.",
"format":"google-fieldmask",
"type":"string"
},
"objectId":{
"description":"The object ID of the video the updates are applied to.",
"description":"Whether to enable video autoplay when the page is displayed in present\nmode. Defaults to false.",
"type":"boolean"
},
"end":{
"description":"The time at which to end playback, measured in seconds from the beginning\nof the video.\nIf set, the end time should be after the start time.\nIf not set or if you set this to a value that exceeds the video's length,\nthe video will be played until its end.",
"format":"uint32",
"type":"integer"
},
"mute":{
"description":"Whether to mute the audio during video playback. Defaults to false.",
"type":"boolean"
},
"outline":{
"$ref":"Outline",
"description":"The outline of the video. The default outline matches the defaults for new\nvideos created in the Slides editor."
},
"start":{
"description":"The time at which to start playback, measured in seconds from the beginning\nof the video.\nIf set, the start time should be before the end time.\nIf you set this to a value that exceeds the video's length in seconds, the\nvideo will be played from the last second.\nIf not set, the video will be played from the beginning.",
"description":"Represents a font family and weight used to style a TextRun.",
"id":"WeightedFontFamily",
"properties":{
"fontFamily":{
"description":"The font family of the text.\n\nThe font family 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`.",
"type":"string"
},
"weight":{
"description":"The rendered weight of the text. This field can have any value that is a\nmultiple of `100` between `100` and `900`, inclusive. This range\ncorresponds to the numerical values described in the CSS 2.1\nSpecification, [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 value is `400` (\"normal\").",
"description":"Provides control over how write requests are executed.",
"id":"WriteControl",
"properties":{
"requiredRevisionId":{
"description":"The revision ID of the presentation required for the write request. If\nspecified and the `required_revision_id` doesn't exactly match the\npresentation's current `revision_id`, the request will not be processed and\nwill return a 400 bad request error.",