Home
last modified time | relevance | path

Searched refs:profileName (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DRealtimeDataProfileInfo.php37 public $profileName; variable in Google\\Service\\Analytics\\RealtimeDataProfileInfo
92 public function setProfileName($profileName) argument
94 $this->profileName = $profileName;
101 return $this->profileName;
H A DAccountTreeRequest.php33 public $profileName; variable in Google\\Service\\Analytics\\AccountTreeRequest
78 public function setProfileName($profileName) argument
80 $this->profileName = $profileName;
87 return $this->profileName;
H A DGaDataProfileInfo.php37 public $profileName; variable in Google\\Service\\Analytics\\GaDataProfileInfo
92 public function setProfileName($profileName) argument
94 $this->profileName = $profileName;
101 return $this->profileName;
H A DMcfDataProfileInfo.php37 public $profileName; variable in Google\\Service\\Analytics\\McfDataProfileInfo
92 public function setProfileName($profileName) argument
94 $this->profileName = $profileName;
101 return $this->profileName;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DSubscriptionPurchase.php111 public $profileName; variable in Google\\Service\\AndroidPublisher\\SubscriptionPurchase
458 public function setProfileName($profileName) argument
460 $this->profileName = $profileName;
467 return $this->profileName;
/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php1606 public $profileName; variable in Google_GaDataProfileInfo
1627 public function setProfileName( $profileName) { argument
1628 $this->profileName = $profileName;
1631 return $this->profileName;
2229 public $profileName; variable in Google_McfDataProfileInfo
2250 public function setProfileName( $profileName) { argument
2251 $this->profileName = $profileName;
2254 return $this->profileName;
2727 public $profileName; variable in Google_RealtimeDataProfileInfo
2749 $this->profileName = $profileName;
[all …]