|
1203 | 1203 | } |
1204 | 1204 | } |
1205 | 1205 | }, |
1206 | | - "revision": "20241121", |
| 1206 | + "revision": "20250212", |
1207 | 1207 | "rootUrl": "https://vault.googleapis.com/", |
1208 | 1208 | "schemas": { |
1209 | 1209 | "AccountCount": { |
|
1346 | 1346 | "EXPORT_FORMAT_UNSPECIFIED", |
1347 | 1347 | "MBOX", |
1348 | 1348 | "PST", |
1349 | | - "ICS" |
| 1349 | + "ICS", |
| 1350 | + "XML" |
1350 | 1351 | ], |
1351 | 1352 | "enumDescriptions": [ |
1352 | 1353 | "No export format specified.", |
1353 | 1354 | "Export as MBOX. Only available for Gmail, Groups, Hangouts and Voice.", |
1354 | 1355 | "Export as PST. Only available for Gmail, Groups, Hangouts, Voice and Calendar.", |
1355 | | - "Export as ICS. Only available for Calendar." |
| 1356 | + "Export as ICS. Only available for Calendar.", |
| 1357 | + "Export as XML. Only available for Gemini." |
1356 | 1358 | ], |
1357 | 1359 | "type": "string" |
1358 | 1360 | } |
|
1575 | 1577 | }, |
1576 | 1578 | "type": "object" |
1577 | 1579 | }, |
| 1580 | + "DriveDocumentIds": { |
| 1581 | + "description": "Specify Drive documents by document ID.", |
| 1582 | + "id": "DriveDocumentIds", |
| 1583 | + "properties": { |
| 1584 | + "ids": { |
| 1585 | + "description": "Required. A list of Drive document IDs.", |
| 1586 | + "items": { |
| 1587 | + "type": "string" |
| 1588 | + }, |
| 1589 | + "type": "array" |
| 1590 | + } |
| 1591 | + }, |
| 1592 | + "type": "object" |
| 1593 | + }, |
| 1594 | + "DriveDocumentInfo": { |
| 1595 | + "description": "The Drive documents to search.", |
| 1596 | + "id": "DriveDocumentInfo", |
| 1597 | + "properties": { |
| 1598 | + "documentIds": { |
| 1599 | + "$ref": "DriveDocumentIds", |
| 1600 | + "description": "Specify Drive documents by document ID." |
| 1601 | + } |
| 1602 | + }, |
| 1603 | + "type": "object" |
| 1604 | + }, |
1578 | 1605 | "DriveExportOptions": { |
1579 | 1606 | "description": "Options for Drive exports.", |
1580 | 1607 | "id": "DriveExportOptions", |
|
1587 | 1614 | "type": "object" |
1588 | 1615 | }, |
1589 | 1616 | "DriveOptions": { |
1590 | | - "description": "Additional options for Drive search", |
| 1617 | + "description": "Additional options for Drive search.", |
1591 | 1618 | "id": "DriveOptions", |
1592 | 1619 | "properties": { |
1593 | 1620 | "clientSideEncryptedOption": { |
|
1607 | 1634 | "type": "string" |
1608 | 1635 | }, |
1609 | 1636 | "includeSharedDrives": { |
| 1637 | + "deprecated": true, |
1610 | 1638 | "description": "Set to **true** to include shared drives.", |
1611 | 1639 | "type": "boolean" |
1612 | 1640 | }, |
|
1706 | 1734 | "$ref": "DriveExportOptions", |
1707 | 1735 | "description": "Options for Drive exports." |
1708 | 1736 | }, |
| 1737 | + "geminiOptions": { |
| 1738 | + "$ref": "GeminiExportOptions", |
| 1739 | + "description": "Option available for Gemini export." |
| 1740 | + }, |
1709 | 1741 | "groupsOptions": { |
1710 | 1742 | "$ref": "GroupsExportOptions", |
1711 | 1743 | "description": "Options for Groups exports." |
|
1763 | 1795 | }, |
1764 | 1796 | "type": "object" |
1765 | 1797 | }, |
| 1798 | + "GeminiExportOptions": { |
| 1799 | + "description": "The options for Gemini exports.", |
| 1800 | + "id": "GeminiExportOptions", |
| 1801 | + "properties": { |
| 1802 | + "exportFormat": { |
| 1803 | + "description": "The file format for exported messages.", |
| 1804 | + "enum": [ |
| 1805 | + "EXPORT_FORMAT_UNSPECIFIED", |
| 1806 | + "MBOX", |
| 1807 | + "PST", |
| 1808 | + "ICS", |
| 1809 | + "XML" |
| 1810 | + ], |
| 1811 | + "enumDescriptions": [ |
| 1812 | + "No export format specified.", |
| 1813 | + "Export as MBOX. Only available for Gmail, Groups, Hangouts and Voice.", |
| 1814 | + "Export as PST. Only available for Gmail, Groups, Hangouts, Voice and Calendar.", |
| 1815 | + "Export as ICS. Only available for Calendar.", |
| 1816 | + "Export as XML. Only available for Gemini." |
| 1817 | + ], |
| 1818 | + "type": "string" |
| 1819 | + } |
| 1820 | + }, |
| 1821 | + "type": "object" |
| 1822 | + }, |
| 1823 | + "GeminiOptions": { |
| 1824 | + "description": "Additional options for Gemini search", |
| 1825 | + "id": "GeminiOptions", |
| 1826 | + "properties": {}, |
| 1827 | + "type": "object" |
| 1828 | + }, |
1766 | 1829 | "GroupsCountResult": { |
1767 | 1830 | "description": "Groups specific count metrics.", |
1768 | 1831 | "id": "GroupsCountResult", |
|
1811 | 1874 | "EXPORT_FORMAT_UNSPECIFIED", |
1812 | 1875 | "MBOX", |
1813 | 1876 | "PST", |
1814 | | - "ICS" |
| 1877 | + "ICS", |
| 1878 | + "XML" |
1815 | 1879 | ], |
1816 | 1880 | "enumDescriptions": [ |
1817 | 1881 | "No export format specified.", |
1818 | 1882 | "Export as MBOX. Only available for Gmail, Groups, Hangouts and Voice.", |
1819 | 1883 | "Export as PST. Only available for Gmail, Groups, Hangouts, Voice and Calendar.", |
1820 | | - "Export as ICS. Only available for Calendar." |
| 1884 | + "Export as ICS. Only available for Calendar.", |
| 1885 | + "Export as XML. Only available for Gemini." |
1821 | 1886 | ], |
1822 | 1887 | "type": "string" |
1823 | 1888 | } |
|
1834 | 1899 | "EXPORT_FORMAT_UNSPECIFIED", |
1835 | 1900 | "MBOX", |
1836 | 1901 | "PST", |
1837 | | - "ICS" |
| 1902 | + "ICS", |
| 1903 | + "XML" |
1838 | 1904 | ], |
1839 | 1905 | "enumDescriptions": [ |
1840 | 1906 | "No export format specified.", |
1841 | 1907 | "Export as MBOX. Only available for Gmail, Groups, Hangouts and Voice.", |
1842 | 1908 | "Export as PST. Only available for Gmail, Groups, Hangouts, Voice and Calendar.", |
1843 | | - "Export as ICS. Only available for Calendar." |
| 1909 | + "Export as ICS. Only available for Calendar.", |
| 1910 | + "Export as XML. Only available for Gemini." |
1844 | 1911 | ], |
1845 | 1912 | "type": "string" |
1846 | 1913 | } |
|
2037 | 2104 | "GROUPS", |
2038 | 2105 | "HANGOUTS_CHAT", |
2039 | 2106 | "VOICE", |
2040 | | - "CALENDAR" |
| 2107 | + "CALENDAR", |
| 2108 | + "GEMINI" |
2041 | 2109 | ], |
2042 | 2110 | "enumDescriptions": [ |
2043 | 2111 | "No service specified.", |
|
2046 | 2114 | "Groups.", |
2047 | 2115 | "For export, Google Chat only. For holds, Google Chat and classic Hangouts.", |
2048 | 2116 | "Google Voice.", |
2049 | | - "Calendar." |
| 2117 | + "Calendar.", |
| 2118 | + "Gemini." |
2050 | 2119 | ], |
2051 | 2120 | "type": "string" |
2052 | 2121 | }, |
|
2226 | 2295 | "EXPORT_FORMAT_UNSPECIFIED", |
2227 | 2296 | "MBOX", |
2228 | 2297 | "PST", |
2229 | | - "ICS" |
| 2298 | + "ICS", |
| 2299 | + "XML" |
2230 | 2300 | ], |
2231 | 2301 | "enumDescriptions": [ |
2232 | 2302 | "No export format specified.", |
2233 | 2303 | "Export as MBOX. Only available for Gmail, Groups, Hangouts and Voice.", |
2234 | 2304 | "Export as PST. Only available for Gmail, Groups, Hangouts, Voice and Calendar.", |
2235 | | - "Export as ICS. Only available for Calendar." |
| 2305 | + "Export as ICS. Only available for Calendar.", |
| 2306 | + "Export as XML. Only available for Gemini." |
2236 | 2307 | ], |
2237 | 2308 | "type": "string" |
2238 | 2309 | }, |
|
2428 | 2499 | "GROUPS", |
2429 | 2500 | "HANGOUTS_CHAT", |
2430 | 2501 | "VOICE", |
2431 | | - "CALENDAR" |
| 2502 | + "CALENDAR", |
| 2503 | + "GEMINI" |
2432 | 2504 | ], |
2433 | 2505 | "enumDescriptions": [ |
2434 | 2506 | "No service specified.", |
|
2437 | 2509 | "Groups.", |
2438 | 2510 | "For export, Google Chat only. For holds, Google Chat and classic Hangouts.", |
2439 | 2511 | "Google Voice.", |
2440 | | - "Calendar." |
| 2512 | + "Calendar.", |
| 2513 | + "Gemini." |
2441 | 2514 | ], |
2442 | 2515 | "type": "string" |
2443 | 2516 | }, |
|
2457 | 2530 | ], |
2458 | 2531 | "type": "string" |
2459 | 2532 | }, |
| 2533 | + "driveDocumentInfo": { |
| 2534 | + "$ref": "DriveDocumentInfo", |
| 2535 | + "description": "Required when **SearchMethod** is **DRIVE_DOCUMENT**." |
| 2536 | + }, |
2460 | 2537 | "driveOptions": { |
2461 | 2538 | "$ref": "DriveOptions", |
2462 | 2539 | "description": "Set Drive search-specific options." |
|
2466 | 2543 | "format": "google-datetime", |
2467 | 2544 | "type": "string" |
2468 | 2545 | }, |
| 2546 | + "geminiOptions": { |
| 2547 | + "$ref": "GeminiOptions", |
| 2548 | + "description": "Set Gemini search-specific options." |
| 2549 | + }, |
2469 | 2550 | "hangoutsChatInfo": { |
2470 | 2551 | "$ref": "HangoutsChatInfo", |
2471 | 2552 | "description": "Required when **SearchMethod** is **ROOM**. (read-only)" |
|
2488 | 2569 | "ENTIRE_ORG", |
2489 | 2570 | "ROOM", |
2490 | 2571 | "SITES_URL", |
2491 | | - "SHARED_DRIVE" |
| 2572 | + "SHARED_DRIVE", |
| 2573 | + "DRIVE_DOCUMENT" |
2492 | 2574 | ], |
2493 | 2575 | "enumDeprecated": [ |
2494 | 2576 | false, |
|
2498 | 2580 | false, |
2499 | 2581 | false, |
2500 | 2582 | false, |
| 2583 | + false, |
2501 | 2584 | false |
2502 | 2585 | ], |
2503 | 2586 | "enumDescriptions": [ |
|
2508 | 2591 | "Search the data of all accounts in the organization. Supported only for Gmail. When specified, you don't need to specify **AccountInfo** or **OrgUnitInfo**.", |
2509 | 2592 | "Search messages in the Chat spaces specified in [HangoutsChatInfo](https://developers.google.com/vault/reference/rest/v1/Query#hangoutschatinfo).", |
2510 | 2593 | "Search for sites by the published site URLs specified in [SitesUrlInfo](https://developers.google.com/vault/reference/rest/v1/Query#sitesurlinfo).", |
2511 | | - "Search the files in the shared drives specified in [SharedDriveInfo](https://developers.google.com/vault/reference/rest/v1/Query#shareddriveinfo)." |
| 2594 | + "Search the files in the shared drives specified in [SharedDriveInfo](https://developers.google.com/vault/reference/rest/v1/Query#shareddriveinfo).", |
| 2595 | + "Retrieve the documents specified in DriveDocumentInfo." |
2512 | 2596 | ], |
2513 | 2597 | "type": "string" |
2514 | 2598 | }, |
|
2527 | 2611 | "ENTIRE_ORG", |
2528 | 2612 | "ROOM", |
2529 | 2613 | "SITES_URL", |
2530 | | - "SHARED_DRIVE" |
| 2614 | + "SHARED_DRIVE", |
| 2615 | + "DRIVE_DOCUMENT" |
2531 | 2616 | ], |
2532 | 2617 | "enumDeprecated": [ |
2533 | 2618 | false, |
|
2537 | 2622 | false, |
2538 | 2623 | false, |
2539 | 2624 | false, |
| 2625 | + false, |
2540 | 2626 | false |
2541 | 2627 | ], |
2542 | 2628 | "enumDescriptions": [ |
|
2547 | 2633 | "Search the data of all accounts in the organization. Supported only for Gmail. When specified, you don't need to specify **AccountInfo** or **OrgUnitInfo**.", |
2548 | 2634 | "Search messages in the Chat spaces specified in [HangoutsChatInfo](https://developers.google.com/vault/reference/rest/v1/Query#hangoutschatinfo).", |
2549 | 2635 | "Search for sites by the published site URLs specified in [SitesUrlInfo](https://developers.google.com/vault/reference/rest/v1/Query#sitesurlinfo).", |
2550 | | - "Search the files in the shared drives specified in [SharedDriveInfo](https://developers.google.com/vault/reference/rest/v1/Query#shareddriveinfo)." |
| 2636 | + "Search the files in the shared drives specified in [SharedDriveInfo](https://developers.google.com/vault/reference/rest/v1/Query#shareddriveinfo).", |
| 2637 | + "Retrieve the documents specified in DriveDocumentInfo." |
2551 | 2638 | ], |
2552 | 2639 | "type": "string" |
2553 | 2640 | }, |
|
2770 | 2857 | "EXPORT_FORMAT_UNSPECIFIED", |
2771 | 2858 | "MBOX", |
2772 | 2859 | "PST", |
2773 | | - "ICS" |
| 2860 | + "ICS", |
| 2861 | + "XML" |
2774 | 2862 | ], |
2775 | 2863 | "enumDescriptions": [ |
2776 | 2864 | "No export format specified.", |
2777 | 2865 | "Export as MBOX. Only available for Gmail, Groups, Hangouts and Voice.", |
2778 | 2866 | "Export as PST. Only available for Gmail, Groups, Hangouts, Voice and Calendar.", |
2779 | | - "Export as ICS. Only available for Calendar." |
| 2867 | + "Export as ICS. Only available for Calendar.", |
| 2868 | + "Export as XML. Only available for Gemini." |
2780 | 2869 | ], |
2781 | 2870 | "type": "string" |
2782 | 2871 | } |
|
0 commit comments