Home
last modified time | relevance | path

Searched refs:removeInstance (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DTargetPools.php349 …public function removeInstance($project, $region, $targetPool, TargetPoolsRemoveInstanceRequest $p… function in Google\\Service\\Compute\\Resource\\TargetPools
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCompute.php14931 ],'removeInstance' => [
14932 … 'path' => 'projects/{project}/regions/{region}/targetPools/{targetPool}/removeInstance',
/plugin/processing/
H A Dscript.js5162 Processing.removeInstance(p.externals.canvas.id);
12945 Processing.removeInstance = function(id) { function