Home
last modified time | relevance | path

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

12345678

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/Resource/
H A DProjectsLocationsSql.php38 * @param string $projectId Required. The ID of the Cloud Platform project that
48 public function validate($projectId, $location, $optParams = []) argument
50 $params = ['projectId' => $projectId, 'location' => $location];
H A DProjectsLocationsJobsMessages.php40 * @param string $projectId A project id.
62 public function listProjectsLocationsJobsMessages($projectId, $location, $jobId, $optParams = []) argument
64 $params = ['projectId' => $projectId, 'location' => $location, 'jobId' => $jobId];
H A DProjectsLocationsJobsSnapshots.php35 * @param string $projectId The project ID to list snapshots for.
41 public function listProjectsLocationsJobsSnapshots($projectId, $location, $jobId, $optParams = []) argument
43 $params = ['projectId' => $projectId, 'location' => $location, 'jobId' => $jobId];
H A DProjectsLocationsJobsStages.php37 * @param string $projectId A project id.
57 public function getExecutionDetails($projectId, $location, $jobId, $stageId, $optParams = []) argument
59 …$params = ['projectId' => $projectId, 'location' => $location, 'jobId' => $jobId, 'stageId' => $st…
H A DProjectsLocations.php36 * @param string $projectId The project to send the WorkerMessages to.
44 …public function workerMessages($projectId, $location, SendWorkerMessagesRequest $postBody, $optPar… argument
46 $params = ['projectId' => $projectId, 'location' => $location, 'postBody' => $postBody];
H A DProjectsLocationsFlexTemplates.php36 * @param string $projectId Required. The ID of the Cloud Platform project that
45 …public function launch($projectId, $location, LaunchFlexTemplateRequest $postBody, $optParams = []) argument
47 $params = ['projectId' => $projectId, 'location' => $location, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DWorkItem.php50 public $projectId; variable in Google\\Service\\Dataflow\\WorkItem
169 public function setProjectId($projectId) argument
171 $this->projectId = $projectId;
178 return $this->projectId;
H A DJob.php70 public $projectId; variable in Google\\Service\\Dataflow\\Job
297 public function setProjectId($projectId) argument
299 $this->projectId = $projectId;
306 return $this->projectId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/Resource/
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…
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…
/plugin/actickets/
H A Dsyntax.php46 private $projectId = null; variable in syntax_plugin_actickets
72 $this->projectId = $matches[1];
78 $data['projectId'] = $this->projectId;
79 if (is_null($this->projectId)) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DOrder.php74 public $projectId; variable in Google\\Service\\Dfareporting\\Order
285 public function setProjectId($projectId) argument
287 $this->projectId = $projectId;
294 return $this->projectId;
H A DInventoryItem.php80 public $projectId; variable in Google\\Service\\Dfareporting\\InventoryItem
311 public function setProjectId($projectId) argument
313 $this->projectId = $projectId;
320 return $this->projectId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/Resource/
H A DProjects.php37 * @param string $projectId Project ID for which the service account is
42 public function getServiceAccount($projectId, $optParams = []) argument
44 $params = ['projectId' => $projectId];
H A DRowAccessPolicies.php59 * @param string $projectId Required. Project ID of the row access policies to
73 public function listRowAccessPolicies($projectId, $datasetId, $tableId, $optParams = []) argument
75 $params = ['projectId' => $projectId, 'datasetId' => $datasetId, 'tableId' => $tableId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DUpdateNodePoolRequest.php60 public $projectId; variable in Google\\Service\\Container\\UpdateNodePoolRequest
231 public function setProjectId($projectId) argument
233 $this->projectId = $projectId;
240 return $this->projectId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Organization.php84 public $projectId; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Organization
321 public function setProjectId($projectId) argument
323 $this->projectId = $projectId;
330 return $this->projectId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/NetworkManagement/
H A DStep.php57 public $projectId; variable in Google\\Service\\NetworkManagement\\Step
268 public function setProjectId($projectId) argument
270 $this->projectId = $projectId;
277 return $this->projectId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storagetransfer/Resource/
H A DTransferJobs.php53 * @param string $projectId Required. The ID of the Google Cloud project that
58 public function get($jobName, $projectId, $optParams = []) argument
60 $params = ['jobName' => $jobName, 'projectId' => $projectId];
/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;
H A DServiceAccountJwtAccessCredentials.php60 public $projectId; variable in Google\\Auth\\Credentials\\ServiceAccountJwtAccessCredentials
102 $this->projectId = isset($jsonKey['project_id'])
185 return $this->projectId;
H A DServiceAccountCredentials.php85 protected $projectId; variable in Google\\Auth\\Credentials\\ServiceAccountCredentials
161 $this->projectId = isset($jsonKey['project_id'])
243 return $this->projectId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DBuild.php68 public $projectId; variable in Google\\Service\\CloudBuild\\Build
301 public function setProjectId($projectId) argument
303 $this->projectId = $projectId;
310 return $this->projectId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DContaineranalysisGoogleDevtoolsCloudbuildV1Build.php68 public $projectId; variable in Google\\Service\\ContainerAnalysis\\ContaineranalysisGoogleDevtoolsCloudbuildV1Build
301 public function setProjectId($projectId) argument
303 $this->projectId = $projectId;
310 return $this->projectId;
/plugin/issuelinks/classes/
H A DIssue.php15 protected $projectId; variable in dokuwiki\\plugin\\issuelinks\\classes\\Issue
49 $this->projectId = $projectKey;
88 …$issue = $db->loadIssue($this->serviceID, $this->projectId, $this->issueId, $this->isMergeRequest);
108 return $this->projectId . $sep . $this->issueId;
171 return $this->projectId;
427 …$name = $this->projectId . $service::getProjectIssueSeparator($this->isMergeRequest) . $this->issu…
445 'data-project' => $this->projectId,
460 return $service->getIssueURL($this->projectId, $this->issueId, $this->isMergeRequest);

12345678