Home
last modified time | relevance | path

Searched refs:servicePath (Results 51 – 54 of 54) sorted by path

123

/plugin/authgoogle/google/service/
H A DGoogle_ServiceResource.php140 $servicePath = $this->service->servicePath;
149 $servicePath = $method['mediaUpload']['protocols']['simple']['path'];
154 $url = Google_REST::createRequestUri($servicePath, $method['path'], $parameters);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DWorkerSettings.php33 public $servicePath; variable in Google\\Service\\Dataflow\\WorkerSettings
78 public function setServicePath($servicePath) argument
80 $this->servicePath = $servicePath;
87 return $this->servicePath;
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DService.php28 public $servicePath; variable in Google\\Service
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DResource.php58 private $servicePath; variable in Google\\Service\\Resource
70 $this->servicePath = $service->servicePath;
268 $requestUrl = $this->servicePath . $restPath;

123