@@ -175,6 +175,8 @@ class Aiplatform extends \Google\Service
175175 public $ projects_locations_reasoningEngines_memories_operations ;
176176 public $ projects_locations_reasoningEngines_memories_revisions ;
177177 public $ projects_locations_reasoningEngines_operations ;
178+ public $ projects_locations_reasoningEngines_sandboxEnvironments ;
179+ public $ projects_locations_reasoningEngines_sandboxEnvironments_operations ;
178180 public $ projects_locations_reasoningEngines_sessions ;
179181 public $ projects_locations_reasoningEngines_sessions_events ;
180182 public $ projects_locations_reasoningEngines_sessions_operations ;
@@ -205,6 +207,8 @@ class Aiplatform extends \Google\Service
205207 public $ reasoningEngines ;
206208 public $ reasoningEngines_memories_operations ;
207209 public $ reasoningEngines_operations ;
210+ public $ reasoningEngines_sandboxEnvironments ;
211+ public $ reasoningEngines_sandboxEnvironments_operations ;
208212 public $ reasoningEngines_sessions_operations ;
209213 public $ schedules_operations ;
210214 public $ specialistPools_operations ;
@@ -5233,7 +5237,21 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
52335237 'openapi ' ,
52345238 [
52355239 'methods ' => [
5236- 'embeddings ' => [
5240+ 'completions ' => [
5241+ 'path ' => 'v1/{+endpoint}/completions ' ,
5242+ 'httpMethod ' => 'POST ' ,
5243+ 'parameters ' => [
5244+ 'endpoint ' => [
5245+ 'location ' => 'path ' ,
5246+ 'type ' => 'string ' ,
5247+ 'required ' => true ,
5248+ ],
5249+ 'deployedModelId ' => [
5250+ 'location ' => 'query ' ,
5251+ 'type ' => 'string ' ,
5252+ ],
5253+ ],
5254+ ],'embeddings ' => [
52375255 'path ' => 'v1/{+endpoint}/embeddings ' ,
52385256 'httpMethod ' => 'POST ' ,
52395257 'parameters ' => [
@@ -10890,6 +10908,16 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
1089010908 'type ' => 'boolean ' ,
1089110909 ],
1089210910 ],
10911+ ],'executeCode ' => [
10912+ 'path ' => 'v1/{+name}:executeCode ' ,
10913+ 'httpMethod ' => 'POST ' ,
10914+ 'parameters ' => [
10915+ 'name ' => [
10916+ 'location ' => 'path ' ,
10917+ 'type ' => 'string ' ,
10918+ 'required ' => true ,
10919+ ],
10920+ ],
1089310921 ],'get ' => [
1089410922 'path ' => 'v1/{+name} ' ,
1089510923 'httpMethod ' => 'GET ' ,
@@ -11282,6 +11310,132 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
1128211310 ]
1128311311 ]
1128411312 );
11313+ $ this ->projects_locations_reasoningEngines_sandboxEnvironments = new Aiplatform \Resource \ProjectsLocationsReasoningEnginesSandboxEnvironments (
11314+ $ this ,
11315+ $ this ->serviceName ,
11316+ 'sandboxEnvironments ' ,
11317+ [
11318+ 'methods ' => [
11319+ 'create ' => [
11320+ 'path ' => 'v1/{+parent}/sandboxEnvironments ' ,
11321+ 'httpMethod ' => 'POST ' ,
11322+ 'parameters ' => [
11323+ 'parent ' => [
11324+ 'location ' => 'path ' ,
11325+ 'type ' => 'string ' ,
11326+ 'required ' => true ,
11327+ ],
11328+ ],
11329+ ],'delete ' => [
11330+ 'path ' => 'v1/{+name} ' ,
11331+ 'httpMethod ' => 'DELETE ' ,
11332+ 'parameters ' => [
11333+ 'name ' => [
11334+ 'location ' => 'path ' ,
11335+ 'type ' => 'string ' ,
11336+ 'required ' => true ,
11337+ ],
11338+ ],
11339+ ],'execute ' => [
11340+ 'path ' => 'v1/{+name}:execute ' ,
11341+ 'httpMethod ' => 'POST ' ,
11342+ 'parameters ' => [
11343+ 'name ' => [
11344+ 'location ' => 'path ' ,
11345+ 'type ' => 'string ' ,
11346+ 'required ' => true ,
11347+ ],
11348+ ],
11349+ ],'get ' => [
11350+ 'path ' => 'v1/{+name} ' ,
11351+ 'httpMethod ' => 'GET ' ,
11352+ 'parameters ' => [
11353+ 'name ' => [
11354+ 'location ' => 'path ' ,
11355+ 'type ' => 'string ' ,
11356+ 'required ' => true ,
11357+ ],
11358+ ],
11359+ ],'list ' => [
11360+ 'path ' => 'v1/{+parent}/sandboxEnvironments ' ,
11361+ 'httpMethod ' => 'GET ' ,
11362+ 'parameters ' => [
11363+ 'parent ' => [
11364+ 'location ' => 'path ' ,
11365+ 'type ' => 'string ' ,
11366+ 'required ' => true ,
11367+ ],
11368+ 'filter ' => [
11369+ 'location ' => 'query ' ,
11370+ 'type ' => 'string ' ,
11371+ ],
11372+ 'pageSize ' => [
11373+ 'location ' => 'query ' ,
11374+ 'type ' => 'integer ' ,
11375+ ],
11376+ 'pageToken ' => [
11377+ 'location ' => 'query ' ,
11378+ 'type ' => 'string ' ,
11379+ ],
11380+ ],
11381+ ],
11382+ ]
11383+ ]
11384+ );
11385+ $ this ->projects_locations_reasoningEngines_sandboxEnvironments_operations = new Aiplatform \Resource \ProjectsLocationsReasoningEnginesSandboxEnvironmentsOperations (
11386+ $ this ,
11387+ $ this ->serviceName ,
11388+ 'operations ' ,
11389+ [
11390+ 'methods ' => [
11391+ 'cancel ' => [
11392+ 'path ' => 'v1/{+name}:cancel ' ,
11393+ 'httpMethod ' => 'POST ' ,
11394+ 'parameters ' => [
11395+ 'name ' => [
11396+ 'location ' => 'path ' ,
11397+ 'type ' => 'string ' ,
11398+ 'required ' => true ,
11399+ ],
11400+ ],
11401+ ],'delete ' => [
11402+ 'path ' => 'v1/{+name} ' ,
11403+ 'httpMethod ' => 'DELETE ' ,
11404+ 'parameters ' => [
11405+ 'name ' => [
11406+ 'location ' => 'path ' ,
11407+ 'type ' => 'string ' ,
11408+ 'required ' => true ,
11409+ ],
11410+ ],
11411+ ],'get ' => [
11412+ 'path ' => 'v1/{+name} ' ,
11413+ 'httpMethod ' => 'GET ' ,
11414+ 'parameters ' => [
11415+ 'name ' => [
11416+ 'location ' => 'path ' ,
11417+ 'type ' => 'string ' ,
11418+ 'required ' => true ,
11419+ ],
11420+ ],
11421+ ],'wait ' => [
11422+ 'path ' => 'v1/{+name}:wait ' ,
11423+ 'httpMethod ' => 'POST ' ,
11424+ 'parameters ' => [
11425+ 'name ' => [
11426+ 'location ' => 'path ' ,
11427+ 'type ' => 'string ' ,
11428+ 'required ' => true ,
11429+ ],
11430+ 'timeout ' => [
11431+ 'location ' => 'query ' ,
11432+ 'type ' => 'string ' ,
11433+ ],
11434+ ],
11435+ ],
11436+ ]
11437+ ]
11438+ );
1128511439 $ this ->projects_locations_reasoningEngines_sessions = new Aiplatform \Resource \ProjectsLocationsReasoningEnginesSessions (
1128611440 $ this ,
1128711441 $ this ->serviceName ,
@@ -13629,6 +13783,16 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
1362913783 'type ' => 'boolean ' ,
1363013784 ],
1363113785 ],
13786+ ],'executeCode ' => [
13787+ 'path ' => 'v1/{+name}:executeCode ' ,
13788+ 'httpMethod ' => 'POST ' ,
13789+ 'parameters ' => [
13790+ 'name ' => [
13791+ 'location ' => 'path ' ,
13792+ 'type ' => 'string ' ,
13793+ 'required ' => true ,
13794+ ],
13795+ ],
1363213796 ],'get ' => [
1363313797 'path ' => 'v1/{+name} ' ,
1363413798 'httpMethod ' => 'GET ' ,
@@ -13858,6 +14022,132 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
1385814022 ]
1385914023 ]
1386014024 );
14025+ $ this ->reasoningEngines_sandboxEnvironments = new Aiplatform \Resource \ReasoningEnginesSandboxEnvironments (
14026+ $ this ,
14027+ $ this ->serviceName ,
14028+ 'sandboxEnvironments ' ,
14029+ [
14030+ 'methods ' => [
14031+ 'create ' => [
14032+ 'path ' => 'v1/{+parent}/sandboxEnvironments ' ,
14033+ 'httpMethod ' => 'POST ' ,
14034+ 'parameters ' => [
14035+ 'parent ' => [
14036+ 'location ' => 'path ' ,
14037+ 'type ' => 'string ' ,
14038+ 'required ' => true ,
14039+ ],
14040+ ],
14041+ ],'delete ' => [
14042+ 'path ' => 'v1/{+name} ' ,
14043+ 'httpMethod ' => 'DELETE ' ,
14044+ 'parameters ' => [
14045+ 'name ' => [
14046+ 'location ' => 'path ' ,
14047+ 'type ' => 'string ' ,
14048+ 'required ' => true ,
14049+ ],
14050+ ],
14051+ ],'execute ' => [
14052+ 'path ' => 'v1/{+name}:execute ' ,
14053+ 'httpMethod ' => 'POST ' ,
14054+ 'parameters ' => [
14055+ 'name ' => [
14056+ 'location ' => 'path ' ,
14057+ 'type ' => 'string ' ,
14058+ 'required ' => true ,
14059+ ],
14060+ ],
14061+ ],'get ' => [
14062+ 'path ' => 'v1/{+name} ' ,
14063+ 'httpMethod ' => 'GET ' ,
14064+ 'parameters ' => [
14065+ 'name ' => [
14066+ 'location ' => 'path ' ,
14067+ 'type ' => 'string ' ,
14068+ 'required ' => true ,
14069+ ],
14070+ ],
14071+ ],'list ' => [
14072+ 'path ' => 'v1/{+parent}/sandboxEnvironments ' ,
14073+ 'httpMethod ' => 'GET ' ,
14074+ 'parameters ' => [
14075+ 'parent ' => [
14076+ 'location ' => 'path ' ,
14077+ 'type ' => 'string ' ,
14078+ 'required ' => true ,
14079+ ],
14080+ 'filter ' => [
14081+ 'location ' => 'query ' ,
14082+ 'type ' => 'string ' ,
14083+ ],
14084+ 'pageSize ' => [
14085+ 'location ' => 'query ' ,
14086+ 'type ' => 'integer ' ,
14087+ ],
14088+ 'pageToken ' => [
14089+ 'location ' => 'query ' ,
14090+ 'type ' => 'string ' ,
14091+ ],
14092+ ],
14093+ ],
14094+ ]
14095+ ]
14096+ );
14097+ $ this ->reasoningEngines_sandboxEnvironments_operations = new Aiplatform \Resource \ReasoningEnginesSandboxEnvironmentsOperations (
14098+ $ this ,
14099+ $ this ->serviceName ,
14100+ 'operations ' ,
14101+ [
14102+ 'methods ' => [
14103+ 'cancel ' => [
14104+ 'path ' => 'v1/{+name}:cancel ' ,
14105+ 'httpMethod ' => 'POST ' ,
14106+ 'parameters ' => [
14107+ 'name ' => [
14108+ 'location ' => 'path ' ,
14109+ 'type ' => 'string ' ,
14110+ 'required ' => true ,
14111+ ],
14112+ ],
14113+ ],'delete ' => [
14114+ 'path ' => 'v1/{+name} ' ,
14115+ 'httpMethod ' => 'DELETE ' ,
14116+ 'parameters ' => [
14117+ 'name ' => [
14118+ 'location ' => 'path ' ,
14119+ 'type ' => 'string ' ,
14120+ 'required ' => true ,
14121+ ],
14122+ ],
14123+ ],'get ' => [
14124+ 'path ' => 'v1/{+name} ' ,
14125+ 'httpMethod ' => 'GET ' ,
14126+ 'parameters ' => [
14127+ 'name ' => [
14128+ 'location ' => 'path ' ,
14129+ 'type ' => 'string ' ,
14130+ 'required ' => true ,
14131+ ],
14132+ ],
14133+ ],'wait ' => [
14134+ 'path ' => 'v1/{+name}:wait ' ,
14135+ 'httpMethod ' => 'POST ' ,
14136+ 'parameters ' => [
14137+ 'name ' => [
14138+ 'location ' => 'path ' ,
14139+ 'type ' => 'string ' ,
14140+ 'required ' => true ,
14141+ ],
14142+ 'timeout ' => [
14143+ 'location ' => 'query ' ,
14144+ 'type ' => 'string ' ,
14145+ ],
14146+ ],
14147+ ],
14148+ ]
14149+ ]
14150+ );
1386114151 $ this ->reasoningEngines_sessions_operations = new Aiplatform \Resource \ReasoningEnginesSessionsOperations (
1386214152 $ this ,
1386314153 $ this ->serviceName ,
0 commit comments