|
1711 | 1711 | }
|
1712 | 1712 | },
|
1713 | 1713 | "resources": {
|
| 1714 | +"authorizedCertificates": { |
| 1715 | +"methods": { |
| 1716 | +"create": { |
| 1717 | +"description": "Uploads the specified SSL certificate.", |
| 1718 | +"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/authorizedCertificates", |
| 1719 | +"httpMethod": "POST", |
| 1720 | +"id": "appengine.projects.locations.applications.authorizedCertificates.create", |
| 1721 | +"parameterOrder": [ |
| 1722 | +"projectsId", |
| 1723 | +"locationsId", |
| 1724 | +"applicationsId" |
| 1725 | +], |
| 1726 | +"parameters": { |
| 1727 | +"applicationsId": { |
| 1728 | +"description": "Part of `parent`. See documentation of `projectsId`.", |
| 1729 | +"location": "path", |
| 1730 | +"required": true, |
| 1731 | +"type": "string" |
| 1732 | +}, |
| 1733 | +"locationsId": { |
| 1734 | +"description": "Part of `parent`. See documentation of `projectsId`.", |
| 1735 | +"location": "path", |
| 1736 | +"required": true, |
| 1737 | +"type": "string" |
| 1738 | +}, |
| 1739 | +"projectsId": { |
| 1740 | +"description": "Part of `parent`. Name of the parent Application resource. Example: apps/myapp.", |
| 1741 | +"location": "path", |
| 1742 | +"required": true, |
| 1743 | +"type": "string" |
| 1744 | +} |
| 1745 | +}, |
| 1746 | +"path": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/authorizedCertificates", |
| 1747 | +"request": { |
| 1748 | +"$ref": "AuthorizedCertificate" |
| 1749 | +}, |
| 1750 | +"response": { |
| 1751 | +"$ref": "AuthorizedCertificate" |
| 1752 | +}, |
| 1753 | +"scopes": [ |
| 1754 | +"https://www.googleapis.com/auth/cloud-platform" |
| 1755 | +] |
| 1756 | +}, |
| 1757 | +"delete": { |
| 1758 | +"description": "Deletes the specified SSL certificate.", |
| 1759 | +"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/authorizedCertificates/{authorizedCertificatesId}", |
| 1760 | +"httpMethod": "DELETE", |
| 1761 | +"id": "appengine.projects.locations.applications.authorizedCertificates.delete", |
| 1762 | +"parameterOrder": [ |
| 1763 | +"projectsId", |
| 1764 | +"locationsId", |
| 1765 | +"applicationsId", |
| 1766 | +"authorizedCertificatesId" |
| 1767 | +], |
| 1768 | +"parameters": { |
| 1769 | +"applicationsId": { |
| 1770 | +"description": "Part of `name`. See documentation of `projectsId`.", |
| 1771 | +"location": "path", |
| 1772 | +"required": true, |
| 1773 | +"type": "string" |
| 1774 | +}, |
| 1775 | +"authorizedCertificatesId": { |
| 1776 | +"description": "Part of `name`. See documentation of `projectsId`.", |
| 1777 | +"location": "path", |
| 1778 | +"required": true, |
| 1779 | +"type": "string" |
| 1780 | +}, |
| 1781 | +"locationsId": { |
| 1782 | +"description": "Part of `name`. See documentation of `projectsId`.", |
| 1783 | +"location": "path", |
| 1784 | +"required": true, |
| 1785 | +"type": "string" |
| 1786 | +}, |
| 1787 | +"projectsId": { |
| 1788 | +"description": "Part of `name`. Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345.", |
| 1789 | +"location": "path", |
| 1790 | +"required": true, |
| 1791 | +"type": "string" |
| 1792 | +} |
| 1793 | +}, |
| 1794 | +"path": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/authorizedCertificates/{authorizedCertificatesId}", |
| 1795 | +"response": { |
| 1796 | +"$ref": "Empty" |
| 1797 | +}, |
| 1798 | +"scopes": [ |
| 1799 | +"https://www.googleapis.com/auth/cloud-platform" |
| 1800 | +] |
| 1801 | +}, |
| 1802 | +"get": { |
| 1803 | +"description": "Gets the specified SSL certificate.", |
| 1804 | +"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/authorizedCertificates/{authorizedCertificatesId}", |
| 1805 | +"httpMethod": "GET", |
| 1806 | +"id": "appengine.projects.locations.applications.authorizedCertificates.get", |
| 1807 | +"parameterOrder": [ |
| 1808 | +"projectsId", |
| 1809 | +"locationsId", |
| 1810 | +"applicationsId", |
| 1811 | +"authorizedCertificatesId" |
| 1812 | +], |
| 1813 | +"parameters": { |
| 1814 | +"applicationsId": { |
| 1815 | +"description": "Part of `name`. See documentation of `projectsId`.", |
| 1816 | +"location": "path", |
| 1817 | +"required": true, |
| 1818 | +"type": "string" |
| 1819 | +}, |
| 1820 | +"authorizedCertificatesId": { |
| 1821 | +"description": "Part of `name`. See documentation of `projectsId`.", |
| 1822 | +"location": "path", |
| 1823 | +"required": true, |
| 1824 | +"type": "string" |
| 1825 | +}, |
| 1826 | +"locationsId": { |
| 1827 | +"description": "Part of `name`. See documentation of `projectsId`.", |
| 1828 | +"location": "path", |
| 1829 | +"required": true, |
| 1830 | +"type": "string" |
| 1831 | +}, |
| 1832 | +"projectsId": { |
| 1833 | +"description": "Part of `name`. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345.", |
| 1834 | +"location": "path", |
| 1835 | +"required": true, |
| 1836 | +"type": "string" |
| 1837 | +}, |
| 1838 | +"view": { |
| 1839 | +"description": "Controls the set of fields returned in the GET response.", |
| 1840 | +"enum": [ |
| 1841 | +"BASIC_CERTIFICATE", |
| 1842 | +"FULL_CERTIFICATE" |
| 1843 | +], |
| 1844 | +"enumDescriptions": [ |
| 1845 | +"Basic certificate information, including applicable domains and expiration date.", |
| 1846 | +"The information from BASIC_CERTIFICATE, plus detailed information on the domain mappings that have this certificate mapped." |
| 1847 | +], |
| 1848 | +"location": "query", |
| 1849 | +"type": "string" |
| 1850 | +} |
| 1851 | +}, |
| 1852 | +"path": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/authorizedCertificates/{authorizedCertificatesId}", |
| 1853 | +"response": { |
| 1854 | +"$ref": "AuthorizedCertificate" |
| 1855 | +}, |
| 1856 | +"scopes": [ |
| 1857 | +"https://www.googleapis.com/auth/appengine.admin", |
| 1858 | +"https://www.googleapis.com/auth/cloud-platform", |
| 1859 | +"https://www.googleapis.com/auth/cloud-platform.read-only" |
| 1860 | +] |
| 1861 | +}, |
| 1862 | +"list": { |
| 1863 | +"description": "Lists all SSL certificates the user is authorized to administer.", |
| 1864 | +"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/authorizedCertificates", |
| 1865 | +"httpMethod": "GET", |
| 1866 | +"id": "appengine.projects.locations.applications.authorizedCertificates.list", |
| 1867 | +"parameterOrder": [ |
| 1868 | +"projectsId", |
| 1869 | +"locationsId", |
| 1870 | +"applicationsId" |
| 1871 | +], |
| 1872 | +"parameters": { |
| 1873 | +"applicationsId": { |
| 1874 | +"description": "Part of `parent`. See documentation of `projectsId`.", |
| 1875 | +"location": "path", |
| 1876 | +"required": true, |
| 1877 | +"type": "string" |
| 1878 | +}, |
| 1879 | +"locationsId": { |
| 1880 | +"description": "Part of `parent`. See documentation of `projectsId`.", |
| 1881 | +"location": "path", |
| 1882 | +"required": true, |
| 1883 | +"type": "string" |
| 1884 | +}, |
| 1885 | +"pageSize": { |
| 1886 | +"description": "Maximum results to return per page.", |
| 1887 | +"format": "int32", |
| 1888 | +"location": "query", |
| 1889 | +"type": "integer" |
| 1890 | +}, |
| 1891 | +"pageToken": { |
| 1892 | +"description": "Continuation token for fetching the next page of results.", |
| 1893 | +"location": "query", |
| 1894 | +"type": "string" |
| 1895 | +}, |
| 1896 | +"projectsId": { |
| 1897 | +"description": "Part of `parent`. Name of the parent Application resource. Example: apps/myapp.", |
| 1898 | +"location": "path", |
| 1899 | +"required": true, |
| 1900 | +"type": "string" |
| 1901 | +}, |
| 1902 | +"view": { |
| 1903 | +"description": "Controls the set of fields returned in the LIST response.", |
| 1904 | +"enum": [ |
| 1905 | +"BASIC_CERTIFICATE", |
| 1906 | +"FULL_CERTIFICATE" |
| 1907 | +], |
| 1908 | +"enumDescriptions": [ |
| 1909 | +"Basic certificate information, including applicable domains and expiration date.", |
| 1910 | +"The information from BASIC_CERTIFICATE, plus detailed information on the domain mappings that have this certificate mapped." |
| 1911 | +], |
| 1912 | +"location": "query", |
| 1913 | +"type": "string" |
| 1914 | +} |
| 1915 | +}, |
| 1916 | +"path": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/authorizedCertificates", |
| 1917 | +"response": { |
| 1918 | +"$ref": "ListAuthorizedCertificatesResponse" |
| 1919 | +}, |
| 1920 | +"scopes": [ |
| 1921 | +"https://www.googleapis.com/auth/appengine.admin", |
| 1922 | +"https://www.googleapis.com/auth/cloud-platform", |
| 1923 | +"https://www.googleapis.com/auth/cloud-platform.read-only" |
| 1924 | +] |
| 1925 | +}, |
| 1926 | +"patch": { |
| 1927 | +"description": "Updates the specified SSL certificate. To renew a certificate and maintain its existing domain mappings, update certificate_data with a new certificate. The new certificate must be applicable to the same domains as the original certificate. The certificate display_name may also be updated.", |
| 1928 | +"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/authorizedCertificates/{authorizedCertificatesId}", |
| 1929 | +"httpMethod": "PATCH", |
| 1930 | +"id": "appengine.projects.locations.applications.authorizedCertificates.patch", |
| 1931 | +"parameterOrder": [ |
| 1932 | +"projectsId", |
| 1933 | +"locationsId", |
| 1934 | +"applicationsId", |
| 1935 | +"authorizedCertificatesId" |
| 1936 | +], |
| 1937 | +"parameters": { |
| 1938 | +"applicationsId": { |
| 1939 | +"description": "Part of `name`. See documentation of `projectsId`.", |
| 1940 | +"location": "path", |
| 1941 | +"required": true, |
| 1942 | +"type": "string" |
| 1943 | +}, |
| 1944 | +"authorizedCertificatesId": { |
| 1945 | +"description": "Part of `name`. See documentation of `projectsId`.", |
| 1946 | +"location": "path", |
| 1947 | +"required": true, |
| 1948 | +"type": "string" |
| 1949 | +}, |
| 1950 | +"locationsId": { |
| 1951 | +"description": "Part of `name`. See documentation of `projectsId`.", |
| 1952 | +"location": "path", |
| 1953 | +"required": true, |
| 1954 | +"type": "string" |
| 1955 | +}, |
| 1956 | +"projectsId": { |
| 1957 | +"description": "Part of `name`. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345.", |
| 1958 | +"location": "path", |
| 1959 | +"required": true, |
| 1960 | +"type": "string" |
| 1961 | +}, |
| 1962 | +"updateMask": { |
| 1963 | +"description": "Standard field mask for the set of fields to be updated. Updates are only supported on the certificate_raw_data and display_name fields.", |
| 1964 | +"format": "google-fieldmask", |
| 1965 | +"location": "query", |
| 1966 | +"type": "string" |
| 1967 | +} |
| 1968 | +}, |
| 1969 | +"path": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/authorizedCertificates/{authorizedCertificatesId}", |
| 1970 | +"request": { |
| 1971 | +"$ref": "AuthorizedCertificate" |
| 1972 | +}, |
| 1973 | +"response": { |
| 1974 | +"$ref": "AuthorizedCertificate" |
| 1975 | +}, |
| 1976 | +"scopes": [ |
| 1977 | +"https://www.googleapis.com/auth/cloud-platform" |
| 1978 | +] |
| 1979 | +} |
| 1980 | +} |
| 1981 | +}, |
1714 | 1982 | "authorizedDomains": {
|
1715 | 1983 | "methods": {
|
1716 | 1984 | "list": {
|
|
2051 | 2319 | }
|
2052 | 2320 | }
|
2053 | 2321 | },
|
2054 |
| -"revision": "20250512", |
| 2322 | +"revision": "20250611", |
2055 | 2323 | "rootUrl": "https://appengine.googleapis.com/",
|
2056 | 2324 | "schemas": {
|
2057 | 2325 | "ApiConfigHandler": {
|
|
0 commit comments