Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/Resource/
H A DProjectsTestMatrices.php42 * @param string $testMatrixId Test matrix that will be canceled.
46 public function cancel($projectId, $testMatrixId, $optParams = []) argument
48 $params = ['projectId' => $projectId, 'testMatrixId' => $testMatrixId];
84 * @param string $testMatrixId Unique test matrix id which was assigned by the
89 public function get($projectId, $testMatrixId, $optParams = []) argument
91 $params = ['projectId' => $projectId, 'testMatrixId' => $testMatrixId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
H A DTestMatrix.php58 public $testMatrixId; variable in Google\\Service\\Testing\\TestMatrix
209 public function setTestMatrixId($testMatrixId) argument
211 $this->testMatrixId = $testMatrixId;
218 return $this->testMatrixId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DTesting.php86 'path' => 'v1/projects/{projectId}/testMatrices/{testMatrixId}:cancel',
94 'testMatrixId' => [
115 'path' => 'v1/projects/{projectId}/testMatrices/{testMatrixId}',
123 'testMatrixId' => [