|
1816 | 1816 | },
|
1817 | 1817 | "operations": {
|
1818 | 1818 | "methods": {
|
1819 |
| - "cancel": { |
1820 |
| - "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", |
1821 |
| - "flatPath": "operations/{name}:cancel", |
1822 |
| - "httpMethod": "POST", |
1823 |
| - "id": "drive.operations.cancel", |
1824 |
| - "parameterOrder": [ |
1825 |
| - "name" |
1826 |
| - ], |
1827 |
| - "parameters": { |
1828 |
| - "name": { |
1829 |
| - "description": "The name of the operation resource to be cancelled.", |
1830 |
| - "location": "path", |
1831 |
| - "required": true, |
1832 |
| - "type": "string" |
1833 |
| - } |
1834 |
| - }, |
1835 |
| - "path": "operations/{name}:cancel", |
1836 |
| - "scopes": [ |
1837 |
| - "https://www.googleapis.com/auth/drive", |
1838 |
| - "https://www.googleapis.com/auth/drive.file", |
1839 |
| - "https://www.googleapis.com/auth/drive.meet.readonly", |
1840 |
| - "https://www.googleapis.com/auth/drive.readonly" |
1841 |
| - ] |
1842 |
| - }, |
1843 |
| - "delete": { |
1844 |
| - "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", |
1845 |
| - "flatPath": "operations/{name}", |
1846 |
| - "httpMethod": "DELETE", |
1847 |
| - "id": "drive.operations.delete", |
1848 |
| - "parameterOrder": [ |
1849 |
| - "name" |
1850 |
| - ], |
1851 |
| - "parameters": { |
1852 |
| - "name": { |
1853 |
| - "description": "The name of the operation resource to be deleted.", |
1854 |
| - "location": "path", |
1855 |
| - "required": true, |
1856 |
| - "type": "string" |
1857 |
| - } |
1858 |
| - }, |
1859 |
| - "path": "operations/{name}", |
1860 |
| - "scopes": [ |
1861 |
| - "https://www.googleapis.com/auth/drive", |
1862 |
| - "https://www.googleapis.com/auth/drive.file", |
1863 |
| - "https://www.googleapis.com/auth/drive.meet.readonly", |
1864 |
| - "https://www.googleapis.com/auth/drive.readonly" |
1865 |
| - ] |
1866 |
| - }, |
1867 | 1819 | "get": {
|
1868 | 1820 | "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
|
1869 | 1821 | "flatPath": "operations/{name}",
|
|
1890 | 1842 | "https://www.googleapis.com/auth/drive.meet.readonly",
|
1891 | 1843 | "https://www.googleapis.com/auth/drive.readonly"
|
1892 | 1844 | ]
|
1893 |
| - }, |
1894 |
| - "list": { |
1895 |
| - "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.", |
1896 |
| - "flatPath": "operations", |
1897 |
| - "httpMethod": "GET", |
1898 |
| - "id": "drive.operations.list", |
1899 |
| - "parameterOrder": [], |
1900 |
| - "parameters": { |
1901 |
| - "filter": { |
1902 |
| - "description": "The standard list filter.", |
1903 |
| - "location": "query", |
1904 |
| - "type": "string" |
1905 |
| - }, |
1906 |
| - "name": { |
1907 |
| - "description": "The name of the operation's parent resource.", |
1908 |
| - "location": "query", |
1909 |
| - "type": "string" |
1910 |
| - }, |
1911 |
| - "pageSize": { |
1912 |
| - "description": "The standard list page size.", |
1913 |
| - "format": "int32", |
1914 |
| - "location": "query", |
1915 |
| - "type": "integer" |
1916 |
| - }, |
1917 |
| - "pageToken": { |
1918 |
| - "description": "The standard list page token.", |
1919 |
| - "location": "query", |
1920 |
| - "type": "string" |
1921 |
| - } |
1922 |
| - }, |
1923 |
| - "path": "operations", |
1924 |
| - "response": { |
1925 |
| - "$ref": "ListOperationsResponse" |
1926 |
| - }, |
1927 |
| - "scopes": [ |
1928 |
| - "https://www.googleapis.com/auth/drive", |
1929 |
| - "https://www.googleapis.com/auth/drive.file", |
1930 |
| - "https://www.googleapis.com/auth/drive.meet.readonly", |
1931 |
| - "https://www.googleapis.com/auth/drive.readonly" |
1932 |
| - ] |
1933 | 1845 | }
|
1934 | 1846 | }
|
1935 | 1847 | },
|
|
2806 | 2718 | }
|
2807 | 2719 | }
|
2808 | 2720 | },
|
2809 |
| - "revision": "20250717", |
| 2721 | + "revision": "20250723", |
2810 | 2722 | "rootUrl": "https://www.googleapis.com/",
|
2811 | 2723 | "schemas": {
|
2812 | 2724 | "About": {
|
|
4620 | 4532 | },
|
4621 | 4533 | "type": "object"
|
4622 | 4534 | },
|
4623 |
| - "ListOperationsResponse": { |
4624 |
| - "description": "The response message for Operations.ListOperations.", |
4625 |
| - "id": "ListOperationsResponse", |
4626 |
| - "properties": { |
4627 |
| - "nextPageToken": { |
4628 |
| - "description": "The standard List next-page token.", |
4629 |
| - "type": "string" |
4630 |
| - }, |
4631 |
| - "operations": { |
4632 |
| - "description": "A list of operations that matches the specified filter in the request.", |
4633 |
| - "items": { |
4634 |
| - "$ref": "Operation" |
4635 |
| - }, |
4636 |
| - "type": "array" |
4637 |
| - } |
4638 |
| - }, |
4639 |
| - "type": "object" |
4640 |
| - }, |
4641 | 4535 | "ModifyLabelsRequest": {
|
4642 | 4536 | "description": "A request to modify the set of labels on a file. This request may contain many modifications that will either all succeed or all fail atomically.",
|
4643 | 4537 | "id": "ModifyLabelsRequest",
|
|
0 commit comments