/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/ |
H A D | AccountTreeRequest.php | 45 public $websiteUrl; variable in Google\\Service\\Analytics\\AccountTreeRequest 120 public function setWebsiteUrl($websiteUrl) argument 122 $this->websiteUrl = $websiteUrl; 129 return $this->websiteUrl;
|
H A D | WebPropertySummary.php | 52 public $websiteUrl; variable in Google\\Service\\Analytics\\WebPropertySummary 155 public function setWebsiteUrl($websiteUrl) argument 157 $this->websiteUrl = $websiteUrl; 164 return $this->websiteUrl;
|
H A D | Webproperty.php | 91 public $websiteUrl; variable in Google\\Service\\Analytics\\Webproperty 348 public function setWebsiteUrl($websiteUrl) argument 350 $this->websiteUrl = $websiteUrl; 357 return $this->websiteUrl;
|
H A D | Profile.php | 119 public $websiteUrl; variable in Google\\Service\\Analytics\\Profile 474 public function setWebsiteUrl($websiteUrl) argument 476 $this->websiteUrl = $websiteUrl; 483 return $this->websiteUrl;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
H A D | PosStore.php | 54 public $websiteUrl; variable in Google\\Service\\ShoppingContent\\PosStore 157 public function setWebsiteUrl($websiteUrl) argument 159 $this->websiteUrl = $websiteUrl; 166 return $this->websiteUrl;
|
H A D | Account.php | 72 public $websiteUrl; variable in Google\\Service\\ShoppingContent\\Account 275 public function setWebsiteUrl($websiteUrl) argument 277 $this->websiteUrl = $websiteUrl; 284 return $this->websiteUrl;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/ |
H A D | AssociationSession.php | 58 public $websiteUrl; variable in Google\\Service\\AdSenseHost\\AssociationSession 175 public function setWebsiteUrl($websiteUrl) argument 177 $this->websiteUrl = $websiteUrl; 184 return $this->websiteUrl;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/Resource/ |
H A D | Associationsessions.php | 37 * @param string $websiteUrl The URL of the user's hosted website. 47 public function start($productCode, $websiteUrl, $optParams = []) argument 49 $params = ['productCode' => $productCode, 'websiteUrl' => $websiteUrl];
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_AdsensehostService.php | 369 * @param string $websiteUrl The URL of the user's hosted website. 376 public function start($productCode, $websiteUrl, $optParams = array()) { argument 377 $params = array('productCode' => $productCode, 'websiteUrl' => $websiteUrl); 1114 public $websiteUrl; variable in Google_AssociationSession 1164 public function setWebsiteUrl( $websiteUrl) { argument 1165 $this->websiteUrl = $websiteUrl; 1168 return $this->websiteUrl;
|
H A D | Google_AnalyticsService.php | 2406 public $websiteUrl; variable in Google_Profile 2521 public function setWebsiteUrl( $websiteUrl) { argument 2522 $this->websiteUrl = $websiteUrl; 2525 return $this->websiteUrl; 3016 public $websiteUrl; variable in Google_Webproperty 3095 public function setWebsiteUrl( $websiteUrl) { argument 3096 $this->websiteUrl = $websiteUrl; 3099 return $this->websiteUrl;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | AdSenseHost.php | 405 'websiteUrl' => [
|