Home
last modified time | relevance | path

Searched refs:profileId (Results 76 – 84 of 84) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DUnsampledReport.php69 public $profileId; variable in Google\\Service\\Analytics\\UnsampledReport
256 public function setProfileId($profileId) argument
258 $this->profileId = $profileId;
265 return $this->profileId;
H A DGoal.php57 public $profileId; variable in Google\\Service\\Analytics\\Goal
214 public function setProfileId($profileId) argument
216 $this->profileId = $profileId;
223 return $this->profileId;
H A DExperiment.php80 public $profileId; variable in Google\\Service\\Analytics\\Experiment
325 public function setProfileId($profileId) argument
327 $this->profileId = $profileId;
334 return $this->profileId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/
H A DUserProfiles.php36 * @param string $profileId The user profile ID.
40 public function get($profileId, $optParams = []) argument
42 $params = ['profileId' => $profileId];
H A DFiles.php51 * @param string $profileId The Campaign Manager 360 user profile ID.
62 public function listFiles($profileId, $optParams = []) argument
64 $params = ['profileId' => $profileId];
/plugin/authgoogle/google/contrib/
H A DGoogle_ReportsService.php245 public $profileId; variable in Google_ActivityActor
264 public function setProfileId( $profileId) { argument
265 $this->profileId = $profileId;
268 return $this->profileId;
399 public $profileId; variable in Google_UsageReportEntity
408 public function setProfileId( $profileId) { argument
409 $this->profileId = $profileId;
412 return $this->profileId;
H A DGoogle_AnalyticsService.php1178 public $profileId; variable in Google_Experiment
1273 $this->profileId = $profileId;
1276 return $this->profileId;
1605 public $profileId; variable in Google_GaDataProfileInfo
1622 $this->profileId = $profileId;
1736 public $profileId; variable in Google_Goal
1806 $this->profileId = $profileId;
2228 public $profileId; variable in Google_McfDataProfileInfo
2245 $this->profileId = $profileId;
2726 public $profileId; variable in Google_RealtimeDataProfileInfo
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DPublisherProfileApiProto.php36 public $profileId; variable in Google\\Service\\AdExchangeBuyer\\PublisherProfileApiProto
156 public function setProfileId($profileId) argument
158 $this->profileId = $profileId;
162 return $this->profileId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DSubscriptionPurchase.php107 public $profileId; variable in Google\\Service\\AndroidPublisher\\SubscriptionPurchase
444 public function setProfileId($profileId) argument
446 $this->profileId = $profileId;
453 return $this->profileId;

1234