Searched refs:testMatrixId (Results 1 – 3 of 3) sorted by relevance
42 * @param string $testMatrixId Test matrix that will be canceled.46 public function cancel($projectId, $testMatrixId, $optParams = []) argument48 $params = ['projectId' => $projectId, 'testMatrixId' => $testMatrixId];84 * @param string $testMatrixId Unique test matrix id which was assigned by the89 public function get($projectId, $testMatrixId, $optParams = []) argument91 $params = ['projectId' => $projectId, 'testMatrixId' => $testMatrixId];
58 public $testMatrixId; variable in Google\\Service\\Testing\\TestMatrix209 public function setTestMatrixId($testMatrixId) argument211 $this->testMatrixId = $testMatrixId;218 return $this->testMatrixId;
86 'path' => 'v1/projects/{projectId}/testMatrices/{testMatrixId}:cancel',94 'testMatrixId' => [115 'path' => 'v1/projects/{projectId}/testMatrices/{testMatrixId}',123 'testMatrixId' => [