Home
last modified time | relevance | path

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

12345678910

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DClassroom.php124 * @param string $rootUrl The root URL used for requests to the service.
126 public function __construct($clientOrConfig = [], $rootUrl = null) argument
129 $this->rootUrl = $rootUrl ?: 'https://classroom.googleapis.com/';
H A DDns.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://dns.googleapis.com/';
H A DContainer.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://container.googleapis.com/';
H A DGmail.php100 * @param string $rootUrl The root URL used for requests to the service.
102 public function __construct($clientOrConfig = [], $rootUrl = null) argument
105 $this->rootUrl = $rootUrl ?: 'https://gmail.googleapis.com/';
H A DAdExchangeBuyerII.php80 * @param string $rootUrl The root URL used for requests to the service.
82 public function __construct($clientOrConfig = [], $rootUrl = null) argument
85 $this->rootUrl = $rootUrl ?: 'https://adexchangebuyer.googleapis.com/';
H A DSecurityCommandCenter.php73 * @param string $rootUrl The root URL used for requests to the service.
75 public function __construct($clientOrConfig = [], $rootUrl = null) argument
78 $this->rootUrl = $rootUrl ?: 'https://securitycenter.googleapis.com/';
H A DBooks.php71 * @param string $rootUrl The root URL used for requests to the service.
73 public function __construct($clientOrConfig = [], $rootUrl = null) argument
76 $this->rootUrl = $rootUrl ?: 'https://books.googleapis.com/';
H A DAndroidEnterprise.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://androidenterprise.googleapis.com/';
H A DDLP.php73 * @param string $rootUrl The root URL used for requests to the service.
75 public function __construct($clientOrConfig = [], $rootUrl = null) argument
78 $this->rootUrl = $rootUrl ?: 'https://dlp.googleapis.com/';
H A DStorage.php68 * @param string $rootUrl The root URL used for requests to the service.
70 public function __construct($clientOrConfig = [], $rootUrl = null) argument
73 $this->rootUrl = $rootUrl ?: 'https://storage.googleapis.com/';
H A DDialogflow.php74 * @param string $rootUrl The root URL used for requests to the service.
76 public function __construct($clientOrConfig = [], $rootUrl = null) argument
79 $this->rootUrl = $rootUrl ?: 'https://dialogflow.googleapis.com/';
H A DYouTube.php96 * @param string $rootUrl The root URL used for requests to the service.
98 public function __construct($clientOrConfig = [], $rootUrl = null) argument
101 $this->rootUrl = $rootUrl ?: 'https://youtube.googleapis.com/';
H A DCloudHealthcare.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://healthcare.googleapis.com/';
H A DAndroidPublisher.php71 * @param string $rootUrl The root URL used for requests to the service.
73 public function __construct($clientOrConfig = [], $rootUrl = null) argument
76 $this->rootUrl = $rootUrl ?: 'https://androidpublisher.googleapis.com/';
H A DAnalytics.php91 * @param string $rootUrl The root URL used for requests to the service.
93 public function __construct($clientOrConfig = [], $rootUrl = null) argument
96 $this->rootUrl = $rootUrl ?: 'https://analytics.googleapis.com/';
H A DDirectory.php160 * @param string $rootUrl The root URL used for requests to the service.
162 public function __construct($clientOrConfig = [], $rootUrl = null) argument
165 $this->rootUrl = $rootUrl ?: 'https://admin.googleapis.com/';
H A DLogging.php109 * @param string $rootUrl The root URL used for requests to the service.
111 public function __construct($clientOrConfig = [], $rootUrl = null) argument
114 $this->rootUrl = $rootUrl ?: 'https://logging.googleapis.com/';
H A DShoppingContent.php89 * @param string $rootUrl The root URL used for requests to the service.
91 public function __construct($clientOrConfig = [], $rootUrl = null) argument
94 $this->rootUrl = $rootUrl ?: 'https://shoppingcontent.googleapis.com/';
H A DDisplayVideo.php95 * @param string $rootUrl The root URL used for requests to the service.
97 public function __construct($clientOrConfig = [], $rootUrl = null) argument
100 $this->rootUrl = $rootUrl ?: 'https://displayvideo.googleapis.com/';
H A DApigee.php117 * @param string $rootUrl The root URL used for requests to the service.
119 public function __construct($clientOrConfig = [], $rootUrl = null) argument
122 $this->rootUrl = $rootUrl ?: 'https://apigee.googleapis.com/';
H A DDfareporting.php116 * @param string $rootUrl The root URL used for requests to the service.
118 public function __construct($clientOrConfig = [], $rootUrl = null) argument
121 $this->rootUrl = $rootUrl ?: 'https://dfareporting.googleapis.com/';
H A DCompute.php149 * @param string $rootUrl The root URL used for requests to the service.
151 public function __construct($clientOrConfig = [], $rootUrl = null) argument
154 $this->rootUrl = $rootUrl ?: 'https://compute.googleapis.com/';

12345678910