|
32 | 32 | "canonicalName": "Slides",
|
33 | 33 | "description": "Reads and writes Google Slides presentations.",
|
34 | 34 | "discoveryVersion": "v1",
|
35 |
| - "documentationLink": "https://developers.google.com/slides/", |
| 35 | + "documentationLink": "https://developers.google.com/workspace/slides/", |
36 | 36 | "fullyEncodeReservedExpansion": true,
|
37 | 37 | "icons": {
|
38 | 38 | "x16": "http://www.google.com/images/icons/product/search-16.gif",
|
|
246 | 246 | ]
|
247 | 247 | },
|
248 | 248 | "getThumbnail": {
|
249 |
| - "description": "Generates a thumbnail of the latest version of the specified page in the presentation and returns a URL to the thumbnail image. This request counts as an [expensive read request](/slides/limits) for quota purposes.", |
| 249 | + "description": "Generates a thumbnail of the latest version of the specified page in the presentation and returns a URL to the thumbnail image. This request counts as an [expensive read request](https://developers.google.com/workspace/slides/limits) for quota purposes.", |
250 | 250 | "flatPath": "v1/presentations/{presentationId}/pages/{pageObjectId}/thumbnail",
|
251 | 251 | "httpMethod": "GET",
|
252 | 252 | "id": "slides.presentations.pages.getThumbnail",
|
|
313 | 313 | }
|
314 | 314 | }
|
315 | 315 | },
|
316 |
| - "revision": "20250218", |
| 316 | + "revision": "20250401", |
317 | 317 | "rootUrl": "https://slides.googleapis.com/",
|
318 | 318 | "schemas": {
|
319 | 319 | "AffineTransform": {
|
|
3039 | 3039 | "type": "object"
|
3040 | 3040 | },
|
3041 | 3041 | "Shape": {
|
3042 |
| - "description": "A PageElement kind representing a generic shape that doesn't have a more specific classification. For more information, see [Size and position page elements](https://developers.google.com/slides/api/guides/transform).", |
| 3042 | + "description": "A PageElement kind representing a generic shape that doesn't have a more specific classification. For more information, see [Size and position page elements](https://developers.google.com/workspace/slides/api/guides/transform).", |
3043 | 3043 | "id": "Shape",
|
3044 | 3044 | "properties": {
|
3045 | 3045 | "placeholder": {
|
|
3559 | 3559 | "description": "Indicates whether the search should respect case: - `True`: the search is case sensitive. - `False`: the search is case insensitive.",
|
3560 | 3560 | "type": "boolean"
|
3561 | 3561 | },
|
| 3562 | + "searchByRegex": { |
| 3563 | + "description": "Optional. True if the find value should be treated as a regular expression. Any backslashes in the pattern should be escaped. - `True`: the search text is treated as a regular expressions. - `False`: the search text is treated as a substring for matching.", |
| 3564 | + "type": "boolean" |
| 3565 | + }, |
3562 | 3566 | "text": {
|
3563 | 3567 | "description": "The text to search for in the shape or table.",
|
3564 | 3568 | "type": "string"
|
|
0 commit comments