@@ -51,11 +51,13 @@ class Networkconnectivity extends \Google\Service
5151 public $ projects_locations_multicloudDataTransferSupportedServices ;
5252 public $ projects_locations_operations ;
5353 public $ projects_locations_regionalEndpoints ;
54+ public $ projects_locations_remoteTransportProfiles ;
5455 public $ projects_locations_serviceClasses ;
5556 public $ projects_locations_serviceConnectionMaps ;
5657 public $ projects_locations_serviceConnectionPolicies ;
5758 public $ projects_locations_serviceConnectionTokens ;
5859 public $ projects_locations_spokes ;
60+ public $ projects_locations_transports ;
5961 public $ rootUrlTemplate ;
6062
6163 /**
@@ -1279,6 +1281,52 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
12791281 ]
12801282 ]
12811283 );
1284+ $ this ->projects_locations_remoteTransportProfiles = new Networkconnectivity \Resource \ProjectsLocationsRemoteTransportProfiles (
1285+ $ this ,
1286+ $ this ->serviceName ,
1287+ 'remoteTransportProfiles ' ,
1288+ [
1289+ 'methods ' => [
1290+ 'get ' => [
1291+ 'path ' => 'v1/{+name} ' ,
1292+ 'httpMethod ' => 'GET ' ,
1293+ 'parameters ' => [
1294+ 'name ' => [
1295+ 'location ' => 'path ' ,
1296+ 'type ' => 'string ' ,
1297+ 'required ' => true ,
1298+ ],
1299+ ],
1300+ ],'list ' => [
1301+ 'path ' => 'v1/{+parent}/remoteTransportProfiles ' ,
1302+ 'httpMethod ' => 'GET ' ,
1303+ 'parameters ' => [
1304+ 'parent ' => [
1305+ 'location ' => 'path ' ,
1306+ 'type ' => 'string ' ,
1307+ 'required ' => true ,
1308+ ],
1309+ 'filter ' => [
1310+ 'location ' => 'query ' ,
1311+ 'type ' => 'string ' ,
1312+ ],
1313+ 'orderBy ' => [
1314+ 'location ' => 'query ' ,
1315+ 'type ' => 'string ' ,
1316+ ],
1317+ 'pageSize ' => [
1318+ 'location ' => 'query ' ,
1319+ 'type ' => 'integer ' ,
1320+ ],
1321+ 'pageToken ' => [
1322+ 'location ' => 'query ' ,
1323+ 'type ' => 'string ' ,
1324+ ],
1325+ ],
1326+ ],
1327+ ]
1328+ ]
1329+ );
12821330 $ this ->projects_locations_serviceClasses = new Networkconnectivity \Resource \ProjectsLocationsServiceClasses (
12831331 $ this ,
12841332 $ this ->serviceName ,
@@ -1313,20 +1361,6 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
13131361 'required ' => true ,
13141362 ],
13151363 ],
1316- ],'getIamPolicy ' => [
1317- 'path ' => 'v1/{+resource}:getIamPolicy ' ,
1318- 'httpMethod ' => 'GET ' ,
1319- 'parameters ' => [
1320- 'resource ' => [
1321- 'location ' => 'path ' ,
1322- 'type ' => 'string ' ,
1323- 'required ' => true ,
1324- ],
1325- 'options.requestedPolicyVersion ' => [
1326- 'location ' => 'query ' ,
1327- 'type ' => 'integer ' ,
1328- ],
1329- ],
13301364 ],'list ' => [
13311365 'path ' => 'v1/{+parent}/serviceClasses ' ,
13321366 'httpMethod ' => 'GET ' ,
@@ -1371,26 +1405,6 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
13711405 'type ' => 'string ' ,
13721406 ],
13731407 ],
1374- ],'setIamPolicy ' => [
1375- 'path ' => 'v1/{+resource}:setIamPolicy ' ,
1376- 'httpMethod ' => 'POST ' ,
1377- 'parameters ' => [
1378- 'resource ' => [
1379- 'location ' => 'path ' ,
1380- 'type ' => 'string ' ,
1381- 'required ' => true ,
1382- ],
1383- ],
1384- ],'testIamPermissions ' => [
1385- 'path ' => 'v1/{+resource}:testIamPermissions ' ,
1386- 'httpMethod ' => 'POST ' ,
1387- 'parameters ' => [
1388- 'resource ' => [
1389- 'location ' => 'path ' ,
1390- 'type ' => 'string ' ,
1391- 'required ' => true ,
1392- ],
1393- ],
13941408 ],
13951409 ]
13961410 ]
@@ -1447,20 +1461,6 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
14471461 'required ' => true ,
14481462 ],
14491463 ],
1450- ],'getIamPolicy ' => [
1451- 'path ' => 'v1/{+resource}:getIamPolicy ' ,
1452- 'httpMethod ' => 'GET ' ,
1453- 'parameters ' => [
1454- 'resource ' => [
1455- 'location ' => 'path ' ,
1456- 'type ' => 'string ' ,
1457- 'required ' => true ,
1458- ],
1459- 'options.requestedPolicyVersion ' => [
1460- 'location ' => 'query ' ,
1461- 'type ' => 'integer ' ,
1462- ],
1463- ],
14641464 ],'list ' => [
14651465 'path ' => 'v1/{+parent}/serviceConnectionMaps ' ,
14661466 'httpMethod ' => 'GET ' ,
@@ -1505,26 +1505,6 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
15051505 'type ' => 'string ' ,
15061506 ],
15071507 ],
1508- ],'setIamPolicy ' => [
1509- 'path ' => 'v1/{+resource}:setIamPolicy ' ,
1510- 'httpMethod ' => 'POST ' ,
1511- 'parameters ' => [
1512- 'resource ' => [
1513- 'location ' => 'path ' ,
1514- 'type ' => 'string ' ,
1515- 'required ' => true ,
1516- ],
1517- ],
1518- ],'testIamPermissions ' => [
1519- 'path ' => 'v1/{+resource}:testIamPermissions ' ,
1520- 'httpMethod ' => 'POST ' ,
1521- 'parameters ' => [
1522- 'resource ' => [
1523- 'location ' => 'path ' ,
1524- 'type ' => 'string ' ,
1525- 'required ' => true ,
1526- ],
1527- ],
15281508 ],
15291509 ]
15301510 ]
@@ -1598,20 +1578,6 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
15981578 'required ' => true ,
15991579 ],
16001580 ],
1601- ],'getIamPolicy ' => [
1602- 'path ' => 'v1/{+resource}:getIamPolicy ' ,
1603- 'httpMethod ' => 'GET ' ,
1604- 'parameters ' => [
1605- 'resource ' => [
1606- 'location ' => 'path ' ,
1607- 'type ' => 'string ' ,
1608- 'required ' => true ,
1609- ],
1610- 'options.requestedPolicyVersion ' => [
1611- 'location ' => 'query ' ,
1612- 'type ' => 'integer ' ,
1613- ],
1614- ],
16151581 ],'list ' => [
16161582 'path ' => 'v1/{+parent}/serviceConnectionPolicies ' ,
16171583 'httpMethod ' => 'GET ' ,
@@ -1656,26 +1622,6 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
16561622 'type ' => 'string ' ,
16571623 ],
16581624 ],
1659- ],'setIamPolicy ' => [
1660- 'path ' => 'v1/{+resource}:setIamPolicy ' ,
1661- 'httpMethod ' => 'POST ' ,
1662- 'parameters ' => [
1663- 'resource ' => [
1664- 'location ' => 'path ' ,
1665- 'type ' => 'string ' ,
1666- 'required ' => true ,
1667- ],
1668- ],
1669- ],'testIamPermissions ' => [
1670- 'path ' => 'v1/{+resource}:testIamPermissions ' ,
1671- 'httpMethod ' => 'POST ' ,
1672- 'parameters ' => [
1673- 'resource ' => [
1674- 'location ' => 'path ' ,
1675- 'type ' => 'string ' ,
1676- 'required ' => true ,
1677- ],
1678- ],
16791625 ],
16801626 ]
16811627 ]
@@ -1892,6 +1838,102 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
18921838 ]
18931839 ]
18941840 );
1841+ $ this ->projects_locations_transports = new Networkconnectivity \Resource \ProjectsLocationsTransports (
1842+ $ this ,
1843+ $ this ->serviceName ,
1844+ 'transports ' ,
1845+ [
1846+ 'methods ' => [
1847+ 'create ' => [
1848+ 'path ' => 'v1/{+parent}/transports ' ,
1849+ 'httpMethod ' => 'POST ' ,
1850+ 'parameters ' => [
1851+ 'parent ' => [
1852+ 'location ' => 'path ' ,
1853+ 'type ' => 'string ' ,
1854+ 'required ' => true ,
1855+ ],
1856+ 'requestId ' => [
1857+ 'location ' => 'query ' ,
1858+ 'type ' => 'string ' ,
1859+ ],
1860+ 'transportId ' => [
1861+ 'location ' => 'query ' ,
1862+ 'type ' => 'string ' ,
1863+ ],
1864+ ],
1865+ ],'delete ' => [
1866+ 'path ' => 'v1/{+name} ' ,
1867+ 'httpMethod ' => 'DELETE ' ,
1868+ 'parameters ' => [
1869+ 'name ' => [
1870+ 'location ' => 'path ' ,
1871+ 'type ' => 'string ' ,
1872+ 'required ' => true ,
1873+ ],
1874+ 'requestId ' => [
1875+ 'location ' => 'query ' ,
1876+ 'type ' => 'string ' ,
1877+ ],
1878+ ],
1879+ ],'get ' => [
1880+ 'path ' => 'v1/{+name} ' ,
1881+ 'httpMethod ' => 'GET ' ,
1882+ 'parameters ' => [
1883+ 'name ' => [
1884+ 'location ' => 'path ' ,
1885+ 'type ' => 'string ' ,
1886+ 'required ' => true ,
1887+ ],
1888+ ],
1889+ ],'list ' => [
1890+ 'path ' => 'v1/{+parent}/transports ' ,
1891+ 'httpMethod ' => 'GET ' ,
1892+ 'parameters ' => [
1893+ 'parent ' => [
1894+ 'location ' => 'path ' ,
1895+ 'type ' => 'string ' ,
1896+ 'required ' => true ,
1897+ ],
1898+ 'filter ' => [
1899+ 'location ' => 'query ' ,
1900+ 'type ' => 'string ' ,
1901+ ],
1902+ 'orderBy ' => [
1903+ 'location ' => 'query ' ,
1904+ 'type ' => 'string ' ,
1905+ ],
1906+ 'pageSize ' => [
1907+ 'location ' => 'query ' ,
1908+ 'type ' => 'integer ' ,
1909+ ],
1910+ 'pageToken ' => [
1911+ 'location ' => 'query ' ,
1912+ 'type ' => 'string ' ,
1913+ ],
1914+ ],
1915+ ],'patch ' => [
1916+ 'path ' => 'v1/{+name} ' ,
1917+ 'httpMethod ' => 'PATCH ' ,
1918+ 'parameters ' => [
1919+ 'name ' => [
1920+ 'location ' => 'path ' ,
1921+ 'type ' => 'string ' ,
1922+ 'required ' => true ,
1923+ ],
1924+ 'requestId ' => [
1925+ 'location ' => 'query ' ,
1926+ 'type ' => 'string ' ,
1927+ ],
1928+ 'updateMask ' => [
1929+ 'location ' => 'query ' ,
1930+ 'type ' => 'string ' ,
1931+ ],
1932+ ],
1933+ ],
1934+ ]
1935+ ]
1936+ );
18951937 }
18961938}
18971939
0 commit comments