Home
last modified time | relevance | path

Searched refs:rootUrl (Results 151 – 175 of 247) sorted by relevance

12345678910

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudFilestore.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://file.googleapis.com/';
H A DCloudTalentSolution.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://jobs.googleapis.com/';
H A DCloudIot.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://cloudiot.googleapis.com/';
H A DAndroidProvisioningPartner.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://androiddeviceprovisioning.googleapis.com/';
H A DNetworkconnectivity.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://networkconnectivity.googleapis.com/';
H A DOSConfig.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://osconfig.googleapis.com/';
H A DDocument.php58 * @param string $rootUrl The root URL used for requests to the service.
60 public function __construct($clientOrConfig = [], $rootUrl = null) argument
63 $this->rootUrl = $rootUrl ?: 'https://documentai.googleapis.com/';
H A DGKEHub.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://gkehub.googleapis.com/';
H A DAndroidManagement.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://androidmanagement.googleapis.com/';
H A DFirebaseManagement.php67 * @param string $rootUrl The root URL used for requests to the service.
69 public function __construct($clientOrConfig = [], $rootUrl = null) argument
72 $this->rootUrl = $rootUrl ?: 'https://firebase.googleapis.com/';
H A DConnectors.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://connectors.googleapis.com/';
H A DApigateway.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://apigateway.googleapis.com/';
H A DNetworkServices.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://networkservices.googleapis.com/';
H A DPubsubLite.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://pubsublite.googleapis.com/';
H A DCertificateManager.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://certificatemanager.googleapis.com/';
H A DDeploymentManager.php63 * @param string $rootUrl The root URL used for requests to the service.
65 public function __construct($clientOrConfig = [], $rootUrl = null) argument
68 $this->rootUrl = $rootUrl ?: 'https://deploymentmanager.googleapis.com/';
H A DDatabaseMigrationService.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://datamigration.googleapis.com/';
H A DCloudAsset.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://cloudasset.googleapis.com/';
H A DAccessContextManager.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://accesscontextmanager.googleapis.com/';
H A DNetworkSecurity.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://networksecurity.googleapis.com/';
H A DCloudRun.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://run.googleapis.com/';
H A DCloudRetail.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://retail.googleapis.com/';
H A DRealTimeBidding.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://realtimebidding.googleapis.com/';
H A DRecommender.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://recommender.googleapis.com/';
H A DVision.php66 * @param string $rootUrl The root URL used for requests to the service.
68 public function __construct($clientOrConfig = [], $rootUrl = null) argument
71 $this->rootUrl = $rootUrl ?: 'https://vision.googleapis.com/';

12345678910