|
867 | 867 | }, |
868 | 868 | "discoveredServices": { |
869 | 869 | "methods": { |
| 870 | + "find": { |
| 871 | + "description": "Finds discovered services that could be added to an application in a host project and location.", |
| 872 | + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/discoveredServices:find", |
| 873 | + "httpMethod": "GET", |
| 874 | + "id": "apphub.projects.locations.discoveredServices.find", |
| 875 | + "parameterOrder": [ |
| 876 | + "parent" |
| 877 | + ], |
| 878 | + "parameters": { |
| 879 | + "filter": { |
| 880 | + "description": "Optional. Filtering results", |
| 881 | + "location": "query", |
| 882 | + "type": "string" |
| 883 | + }, |
| 884 | + "orderBy": { |
| 885 | + "description": "Optional. Hint for how to order the results", |
| 886 | + "location": "query", |
| 887 | + "type": "string" |
| 888 | + }, |
| 889 | + "pageSize": { |
| 890 | + "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.", |
| 891 | + "format": "int32", |
| 892 | + "location": "query", |
| 893 | + "type": "integer" |
| 894 | + }, |
| 895 | + "pageToken": { |
| 896 | + "description": "Optional. A token identifying a page of results the server should return.", |
| 897 | + "location": "query", |
| 898 | + "type": "string" |
| 899 | + }, |
| 900 | + "parent": { |
| 901 | + "description": "Required. Value for parent.", |
| 902 | + "location": "path", |
| 903 | + "pattern": "^projects/[^/]+/locations/[^/]+$", |
| 904 | + "required": true, |
| 905 | + "type": "string" |
| 906 | + } |
| 907 | + }, |
| 908 | + "path": "v1alpha/{+parent}/discoveredServices:find", |
| 909 | + "response": { |
| 910 | + "$ref": "FindDiscoveredServicesResponse" |
| 911 | + }, |
| 912 | + "scopes": [ |
| 913 | + "https://www.googleapis.com/auth/cloud-platform" |
| 914 | + ] |
| 915 | + }, |
870 | 916 | "findUnregistered": { |
871 | 917 | "description": "Finds unregistered services in a host project and location.", |
872 | 918 | "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/discoveredServices:findUnregistered", |
|
988 | 1034 | }, |
989 | 1035 | "discoveredWorkloads": { |
990 | 1036 | "methods": { |
| 1037 | + "find": { |
| 1038 | + "description": "Finds discovered workloads that could be added to an application in a host project and location.", |
| 1039 | + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/discoveredWorkloads:find", |
| 1040 | + "httpMethod": "GET", |
| 1041 | + "id": "apphub.projects.locations.discoveredWorkloads.find", |
| 1042 | + "parameterOrder": [ |
| 1043 | + "parent" |
| 1044 | + ], |
| 1045 | + "parameters": { |
| 1046 | + "filter": { |
| 1047 | + "description": "Optional. Filtering results", |
| 1048 | + "location": "query", |
| 1049 | + "type": "string" |
| 1050 | + }, |
| 1051 | + "orderBy": { |
| 1052 | + "description": "Optional. Hint for how to order the results", |
| 1053 | + "location": "query", |
| 1054 | + "type": "string" |
| 1055 | + }, |
| 1056 | + "pageSize": { |
| 1057 | + "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.", |
| 1058 | + "format": "int32", |
| 1059 | + "location": "query", |
| 1060 | + "type": "integer" |
| 1061 | + }, |
| 1062 | + "pageToken": { |
| 1063 | + "description": "Optional. A token identifying a page of results the server should return.", |
| 1064 | + "location": "query", |
| 1065 | + "type": "string" |
| 1066 | + }, |
| 1067 | + "parent": { |
| 1068 | + "description": "Required. Value for parent.", |
| 1069 | + "location": "path", |
| 1070 | + "pattern": "^projects/[^/]+/locations/[^/]+$", |
| 1071 | + "required": true, |
| 1072 | + "type": "string" |
| 1073 | + } |
| 1074 | + }, |
| 1075 | + "path": "v1alpha/{+parent}/discoveredWorkloads:find", |
| 1076 | + "response": { |
| 1077 | + "$ref": "FindDiscoveredWorkloadsResponse" |
| 1078 | + }, |
| 1079 | + "scopes": [ |
| 1080 | + "https://www.googleapis.com/auth/cloud-platform" |
| 1081 | + ] |
| 1082 | + }, |
991 | 1083 | "findUnregistered": { |
992 | 1084 | "description": "Finds unregistered workloads in a host project and location.", |
993 | 1085 | "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/discoveredWorkloads:findUnregistered", |
|
1378 | 1470 | } |
1379 | 1471 | } |
1380 | 1472 | }, |
1381 | | - "revision": "20240122", |
| 1473 | + "revision": "20240125", |
1382 | 1474 | "rootUrl": "https://apphub.googleapis.com/", |
1383 | 1475 | "schemas": { |
1384 | 1476 | "Application": { |
|
1693 | 1785 | }, |
1694 | 1786 | "type": "object" |
1695 | 1787 | }, |
| 1788 | + "FindDiscoveredServicesResponse": { |
| 1789 | + "description": "Response for FindDiscoveredServices.", |
| 1790 | + "id": "FindDiscoveredServicesResponse", |
| 1791 | + "properties": { |
| 1792 | + "discoveredServices": { |
| 1793 | + "description": "List of discovered services.", |
| 1794 | + "items": { |
| 1795 | + "$ref": "DiscoveredService" |
| 1796 | + }, |
| 1797 | + "type": "array" |
| 1798 | + }, |
| 1799 | + "nextPageToken": { |
| 1800 | + "description": "A token identifying a page of results the server should return.", |
| 1801 | + "type": "string" |
| 1802 | + }, |
| 1803 | + "unreachable": { |
| 1804 | + "description": "Locations that could not be reached.", |
| 1805 | + "items": { |
| 1806 | + "type": "string" |
| 1807 | + }, |
| 1808 | + "type": "array" |
| 1809 | + } |
| 1810 | + }, |
| 1811 | + "type": "object" |
| 1812 | + }, |
| 1813 | + "FindDiscoveredWorkloadsResponse": { |
| 1814 | + "description": "Response for FindDiscoveredWorkloads.", |
| 1815 | + "id": "FindDiscoveredWorkloadsResponse", |
| 1816 | + "properties": { |
| 1817 | + "discoveredWorkloads": { |
| 1818 | + "description": "List of discovered workloads.", |
| 1819 | + "items": { |
| 1820 | + "$ref": "DiscoveredWorkload" |
| 1821 | + }, |
| 1822 | + "type": "array" |
| 1823 | + }, |
| 1824 | + "nextPageToken": { |
| 1825 | + "description": "A token identifying a page of results the server should return.", |
| 1826 | + "type": "string" |
| 1827 | + }, |
| 1828 | + "unreachable": { |
| 1829 | + "description": "Locations that could not be reached.", |
| 1830 | + "items": { |
| 1831 | + "type": "string" |
| 1832 | + }, |
| 1833 | + "type": "array" |
| 1834 | + } |
| 1835 | + }, |
| 1836 | + "type": "object" |
| 1837 | + }, |
1696 | 1838 | "FindUnregisteredServicesResponse": { |
1697 | 1839 | "description": "Response for FindUnregisteredServices.", |
1698 | 1840 | "id": "FindUnregisteredServicesResponse", |
|
0 commit comments