Home
last modified time | relevance | path

Searched refs:projectId (Results 151 – 175 of 184) sorted by path

12345678

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/
H A DUpdateTransferJobRequest.php25 public $projectId; variable in Google\\Service\\Storagetransfer\\UpdateTransferJobRequest
36 public function setProjectId($projectId) argument
38 $this->projectId = $projectId;
45 return $this->projectId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DTesting.php86 'path' => 'v1/projects/{projectId}/testMatrices/{testMatrixId}:cancel',
89 'projectId' => [
101 'path' => 'v1/projects/{projectId}/testMatrices',
104 'projectId' => [
115 'path' => 'v1/projects/{projectId}/testMatrices/{testMatrixId}',
118 'projectId' => [
148 'projectId' => [
H A DToolResults.php79 'projectId' => [
89 'projectId' => [
109 'projectId' => [
123 'projectId' => [
138 'projectId' => [
170 'projectId' => [
189 'projectId' => [
209 'projectId' => [
232 'projectId' => [
266 'projectId' => [
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/Resource/
H A DProjectsTestMatrices.php41 * @param string $projectId Cloud project that owns the test.
46 public function cancel($projectId, $testMatrixId, $optParams = []) argument
48 $params = ['projectId' => $projectId, 'testMatrixId' => $testMatrixId];
61 * @param string $projectId The GCE project under which this job will run.
71 public function create($projectId, TestMatrix $postBody, $optParams = []) argument
73 $params = ['projectId' => $projectId, 'postBody' => $postBody];
83 * @param string $projectId Cloud project that owns the test matrix.
89 public function get($projectId, $testMatrixId, $optParams = []) argument
91 $params = ['projectId' => $projectId, 'testMatrixId' => $testMatrixId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
H A DTestExecution.php35 public $projectId; variable in Google\\Service\\Testing\\TestExecution
98 public function setProjectId($projectId) argument
100 $this->projectId = $projectId;
107 return $this->projectId;
H A DTestMatrix.php46 public $projectId; variable in Google\\Service\\Testing\\TestMatrix
153 public function setProjectId($projectId) argument
155 $this->projectId = $projectId;
162 return $this->projectId;
H A DToolResultsExecution.php33 public $projectId; variable in Google\\Service\\Testing\\ToolResultsExecution
66 public function setProjectId($projectId) argument
68 $this->projectId = $projectId;
75 return $this->projectId;
H A DToolResultsHistory.php29 public $projectId; variable in Google\\Service\\Testing\\ToolResultsHistory
48 public function setProjectId($projectId) argument
50 $this->projectId = $projectId;
57 return $this->projectId;
H A DToolResultsStep.php33 public $projectId; variable in Google\\Service\\Testing\\ToolResultsStep
70 public function setProjectId($projectId) argument
72 $this->projectId = $projectId;
79 return $this->projectId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DEnvironment.php50 public $projectId; variable in Google\\Service\\ToolResults\\Environment
171 public function setProjectId($projectId) argument
173 $this->projectId = $projectId;
180 return $this->projectId;
H A DListEnvironmentsResponse.php40 public $projectId; variable in Google\\Service\\ToolResults\\ListEnvironmentsResponse
101 public function setProjectId($projectId) argument
103 $this->projectId = $projectId;
110 return $this->projectId;
H A DPerfMetricsSummary.php44 public $projectId; variable in Google\\Service\\ToolResults\\PerfMetricsSummary
137 public function setProjectId($projectId) argument
139 $this->projectId = $projectId;
146 return $this->projectId;
H A DPerfSampleSeries.php35 public $projectId; variable in Google\\Service\\ToolResults\\PerfSampleSeries
90 public function setProjectId($projectId) argument
92 $this->projectId = $projectId;
99 return $this->projectId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/Resource/
H A DProjects.php37 * @param string $projectId A Project id. Required.
41 public function getSettings($projectId, $optParams = []) argument
43 $params = ['projectId' => $projectId];
68 * @param string $projectId A Project id. Required.
72 public function initializeSettings($projectId, $optParams = []) argument
74 $params = ['projectId' => $projectId];
H A DProjectsHistories.php40 * @param string $projectId A Project id. Required.
48 public function create($projectId, History $postBody, $optParams = []) argument
50 $params = ['projectId' => $projectId, 'postBody' => $postBody];
60 * @param string $projectId A Project id. Required.
65 public function get($projectId, $historyId, $optParams = []) argument
67 $params = ['projectId' => $projectId, 'historyId' => $historyId];
79 * @param string $projectId A Project id. Required.
91 public function listProjectsHistories($projectId, $optParams = []) argument
93 $params = ['projectId' => $projectId];
H A DProjectsHistoriesExecutions.php40 * @param string $projectId A Project id. Required.
49 public function create($projectId, $historyId, Execution $postBody, $optParams = []) argument
51 $params = ['projectId' => $projectId, 'historyId' => $historyId, 'postBody' => $postBody];
61 * @param string $projectId A Project id. Required.
67 public function get($projectId, $historyId, $executionId, $optParams = []) argument
69 $params = ['projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId];
82 * @param string $projectId A Project id. Required.
93 public function listProjectsHistoriesExecutions($projectId, $historyId, $optParams = []) argument
95 $params = ['projectId' => $projectId, 'historyId' => $historyId];
107 * @param string $projectId A Project id. Required.
[all …]
H A DProjectsHistoriesExecutionsClusters.php36 * @param string $projectId A Project id. Required.
43 public function get($projectId, $historyId, $executionId, $clusterId, $optParams = []) argument
45 …$params = ['projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'c…
58 * @param string $projectId A Project id. Required.
64 …public function listProjectsHistoriesExecutionsClusters($projectId, $historyId, $executionId, $opt… argument
66 $params = ['projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId];
H A DProjectsHistoriesExecutionsEnvironments.php39 * @param string $projectId Required. A Project id.
46 public function get($projectId, $historyId, $executionId, $environmentId, $optParams = []) argument
48 …$params = ['projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'e…
60 * @param string $projectId Required. A Project id.
72 …public function listProjectsHistoriesExecutionsEnvironments($projectId, $historyId, $executionId, … argument
74 $params = ['projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId];
H A DProjectsHistoriesExecutionsSteps.php69 * @param string $projectId Required. A Project id.
79 public function create($projectId, $historyId, $executionId, Step $postBody, $optParams = []) argument
91 * @param string $projectId A Project id. Required.
98 public function get($projectId, $historyId, $executionId, $stepId, $optParams = []) argument
109 * @param string $projectId The cloud project
116 …public function getPerfMetricsSummary($projectId, $historyId, $executionId, $stepId, $optParams = … argument
132 * @param string $projectId A Project id. Required.
146 $params = ['projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId];
158 * @param string $projectId A Project id. Required.
169 …public function patch($projectId, $historyId, $executionId, $stepId, Step $postBody, $optParams = … argument
[all …]
H A DProjectsHistoriesExecutionsStepsPerfMetricsSummary.php37 * @param string $projectId The cloud project
45 …public function create($projectId, $historyId, $executionId, $stepId, PerfMetricsSummary $postBody… argument
47 …$params = ['projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 's…
H A DProjectsHistoriesExecutionsStepsPerfSampleSeries.php38 * @param string $projectId The cloud project
46 …public function create($projectId, $historyId, $executionId, $stepId, PerfSampleSeries $postBody, … argument
48 …$params = ['projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 's…
57 * @param string $projectId The cloud project
65 …public function get($projectId, $historyId, $executionId, $stepId, $sampleSeriesId, $optParams = [… argument
67 …$params = ['projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 's…
79 * @param string $projectId The cloud project
89 …public function listProjectsHistoriesExecutionsStepsPerfSampleSeries($projectId, $historyId, $exec… argument
91 …$params = ['projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 's…
H A DProjectsHistoriesExecutionsStepsPerfSampleSeriesSamples.php44 * @param string $projectId The cloud project
53 …public function batchCreate($projectId, $historyId, $executionId, $stepId, $sampleSeriesId, BatchC… argument
55 …$params = ['projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 's…
70 * @param string $projectId The cloud project
84 …public function listProjectsHistoriesExecutionsStepsPerfSampleSeriesSamples($projectId, $historyId… argument
86 …$params = ['projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 's…
H A DProjectsHistoriesExecutionsStepsTestCases.php40 * @param string $projectId A Project id. Required.
49 public function get($projectId, $historyId, $executionId, $stepId, $testCaseId, $optParams = []) argument
51 …$params = ['projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 's…
63 * @param string $projectId A Project id. Required.
77 …public function listProjectsHistoriesExecutionsStepsTestCases($projectId, $historyId, $executionId… argument
79 …$params = ['projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 's…
H A DProjectsHistoriesExecutionsStepsThumbnails.php40 * @param string $projectId A Project id. Required.
53 …public function listProjectsHistoriesExecutionsStepsThumbnails($projectId, $historyId, $executionI… argument
55 …$params = ['projectId' => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 's…
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php142 private $projectId; variable in Google\\Auth\\Credentials\\GCECredentials
499 if ($this->projectId) {
500 return $this->projectId;
515 $this->projectId = $this->getFromMetadata($httpHandler, self::getProjectIdUri());
516 return $this->projectId;

12345678