Home
last modified time | relevance | path

Searched refs:rootUrl (Results 101 – 125 of 247) sorted by relevance

12345678910

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSearchConsole.php56 * @param string $rootUrl The root URL used for requests to the service.
58 public function __construct($clientOrConfig = [], $rootUrl = null) argument
61 $this->rootUrl = $rootUrl ?: 'https://searchconsole.googleapis.com/';
H A DRemoteBuildExecution.php52 * @param string $rootUrl The root URL used for requests to the service.
54 public function __construct($clientOrConfig = [], $rootUrl = null) argument
57 $this->rootUrl = $rootUrl ?: 'https://remotebuildexecution.googleapis.com/';
H A DRecaptchaEnterprise.php52 * @param string $rootUrl The root URL used for requests to the service.
54 public function __construct($clientOrConfig = [], $rootUrl = null) argument
57 $this->rootUrl = $rootUrl ?: 'https://recaptchaenterprise.googleapis.com/';
H A DPolicySimulator.php60 * @param string $rootUrl The root URL used for requests to the service.
62 public function __construct($clientOrConfig = [], $rootUrl = null) argument
65 $this->rootUrl = $rootUrl ?: 'https://policysimulator.googleapis.com/';
H A DCloudDebugger.php55 * @param string $rootUrl The root URL used for requests to the service.
57 public function __construct($clientOrConfig = [], $rootUrl = null) argument
60 $this->rootUrl = $rootUrl ?: 'https://clouddebugger.googleapis.com/';
H A DSpeech.php51 * @param string $rootUrl The root URL used for requests to the service.
53 public function __construct($clientOrConfig = [], $rootUrl = null) argument
56 $this->rootUrl = $rootUrl ?: 'https://speech.googleapis.com/';
H A DCloudbilling.php59 * @param string $rootUrl The root URL used for requests to the service.
61 public function __construct($clientOrConfig = [], $rootUrl = null) argument
64 $this->rootUrl = $rootUrl ?: 'https://cloudbilling.googleapis.com/';
H A DArea120Tables.php65 * @param string $rootUrl The root URL used for requests to the service.
67 public function __construct($clientOrConfig = [], $rootUrl = null) argument
70 $this->rootUrl = $rootUrl ?: 'https://area120tables.googleapis.com/';
H A DLicensing.php49 * @param string $rootUrl The root URL used for requests to the service.
51 public function __construct($clientOrConfig = [], $rootUrl = null) argument
54 $this->rootUrl = $rootUrl ?: 'https://licensing.googleapis.com/';
H A DServiceConsumerManagement.php51 * @param string $rootUrl The root URL used for requests to the service.
53 public function __construct($clientOrConfig = [], $rootUrl = null) argument
56 $this->rootUrl = $rootUrl ?: 'https://serviceconsumermanagement.googleapis.com/';
H A DIDS.php54 * @param string $rootUrl The root URL used for requests to the service.
56 public function __construct($clientOrConfig = [], $rootUrl = null) argument
59 $this->rootUrl = $rootUrl ?: 'https://ids.googleapis.com/';
H A DCloudMemorystoreforMemcached.php52 * @param string $rootUrl The root URL used for requests to the service.
54 public function __construct($clientOrConfig = [], $rootUrl = null) argument
57 $this->rootUrl = $rootUrl ?: 'https://memcache.googleapis.com/';
H A DChromeManagement.php61 * @param string $rootUrl The root URL used for requests to the service.
63 public function __construct($clientOrConfig = [], $rootUrl = null) argument
66 $this->rootUrl = $rootUrl ?: 'https://chromemanagement.googleapis.com/';
H A DCloudFunctions.php50 * @param string $rootUrl The root URL used for requests to the service.
52 public function __construct($clientOrConfig = [], $rootUrl = null) argument
55 $this->rootUrl = $rootUrl ?: 'https://cloudfunctions.googleapis.com/';
H A DBinaryAuthorization.php53 * @param string $rootUrl The root URL used for requests to the service.
55 public function __construct($clientOrConfig = [], $rootUrl = null) argument
58 $this->rootUrl = $rootUrl ?: 'https://binaryauthorization.googleapis.com/';
H A DNetworkManagement.php51 * @param string $rootUrl The root URL used for requests to the service.
53 public function __construct($clientOrConfig = [], $rootUrl = null) argument
56 $this->rootUrl = $rootUrl ?: 'https://networkmanagement.googleapis.com/';
H A DMyBusinessAccountManagement.php52 * @param string $rootUrl The root URL used for requests to the service.
54 public function __construct($clientOrConfig = [], $rootUrl = null) argument
57 $this->rootUrl = $rootUrl ?: 'https://mybusinessaccountmanagement.googleapis.com/';
H A DGamesManagement.php53 * @param string $rootUrl The root URL used for requests to the service.
55 public function __construct($clientOrConfig = [], $rootUrl = null) argument
58 $this->rootUrl = $rootUrl ?: 'https://gamesmanagement.googleapis.com/';
H A DCloudSupport.php54 * @param string $rootUrl The root URL used for requests to the service.
56 public function __construct($clientOrConfig = [], $rootUrl = null) argument
59 $this->rootUrl = $rootUrl ?: 'https://cloudsupport.googleapis.com/';
H A DStoragetransfer.php52 * @param string $rootUrl The root URL used for requests to the service.
54 public function __construct($clientOrConfig = [], $rootUrl = null) argument
57 $this->rootUrl = $rootUrl ?: 'https://storagetransfer.googleapis.com/';
H A DSecretManager.php51 * @param string $rootUrl The root URL used for requests to the service.
53 public function __construct($clientOrConfig = [], $rootUrl = null) argument
56 $this->rootUrl = $rootUrl ?: 'https://secretmanager.googleapis.com/';
H A DDatastore.php54 * @param string $rootUrl The root URL used for requests to the service.
56 public function __construct($clientOrConfig = [], $rootUrl = null) argument
59 $this->rootUrl = $rootUrl ?: 'https://datastore.googleapis.com/';
H A DDataFusion.php57 * @param string $rootUrl The root URL used for requests to the service.
59 public function __construct($clientOrConfig = [], $rootUrl = null) argument
62 $this->rootUrl = $rootUrl ?: 'https://datafusion.googleapis.com/';
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php54 private $rootUrl; variable in Google\\Http\\Batch
61 $rootUrl = null, argument
66 $this->rootUrl = rtrim($rootUrl ?: $this->client->getConfig('base_path'), '/');
126 $url = $this->rootUrl . '/' . $this->batchPath;
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DService.php26 public $rootUrl; variable in Google\\Service
67 $this->rootUrl,

12345678910