Home
last modified time | relevance | path

Searched refs:profileId (Results 76 – 84 of 84) sorted by last modified time

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reports/
H A DActivityActor.php37 public $profileId; variable in Google\\Service\\Reports\\ActivityActor
84 public function setProfileId($profileId) argument
86 $this->profileId = $profileId;
93 return $this->profileId;
H A DUsageReportEntity.php33 public $profileId; variable in Google\\Service\\Reports\\UsageReportEntity
74 public function setProfileId($profileId) argument
76 $this->profileId = $profileId;
83 return $this->profileId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/Resource/
H A DManagementExperiments.php38 * @param string $profileId View (Profile) ID to which the experiment belongs
42 public function delete($accountId, $webPropertyId, $profileId, $experimentId, $optParams = []) argument
53 * @param string $profileId View (Profile) ID to retrieve the experiment for.
58 public function get($accountId, $webPropertyId, $profileId, $experimentId, $optParams = []) argument
69 * @param string $profileId View (Profile) ID to create the experiment for.
74 …public function insert($accountId, $webPropertyId, $profileId, Experiment $postBody, $optParams = … argument
86 * @param string $profileId View (Profile) ID to retrieve experiments for.
96 public function listManagementExperiments($accountId, $webPropertyId, $profileId, $optParams = []) argument
98 …params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId];
108 * @param string $profileId View (Profile) ID of the experiment to update.
[all …]
H A DManagementGoals.php38 * @param string $profileId View (Profile) ID to retrieve the goal for.
43 public function get($accountId, $webPropertyId, $profileId, $goalId, $optParams = []) argument
54 * @param string $profileId View (Profile) ID to create the goal for.
59 public function insert($accountId, $webPropertyId, $profileId, Goal $postBody, $optParams = []) argument
74 * @param string $profileId View (Profile) ID to retrieve goals for. Can either
85 public function listManagementGoals($accountId, $webPropertyId, $profileId, $optParams = []) argument
87 …params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId];
96 * @param string $profileId View (Profile) ID to update the goal.
102 …public function patch($accountId, $webPropertyId, $profileId, $goalId, Goal $postBody, $optParams … argument
113 * @param string $profileId View (Profile) ID to update the goal.
[all …]
H A DManagementProfileFilterLinks.php39 * @param string $profileId Profile ID to which the filter link belongs.
43 public function delete($accountId, $webPropertyId, $profileId, $linkId, $optParams = []) argument
55 * @param string $profileId Profile ID to retrieve filter link for.
60 public function get($accountId, $webPropertyId, $profileId, $linkId, $optParams = []) argument
72 * @param string $profileId Profile ID to create filter link for.
77 …public function insert($accountId, $webPropertyId, $profileId, ProfileFilterLink $postBody, $optPa… argument
91 * @param string $profileId Profile ID to retrieve filter links for. Can either
102 …public function listManagementProfileFilterLinks($accountId, $webPropertyId, $profileId, $optParam… argument
104 …params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId];
115 * @param string $profileId Profile ID to which filter link belongs
[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/authgoogle/google/contrib/
H A DGoogle_DfareportingService.php30 * @param string $profileId The DFA user profile ID.
81 * @param string $profileId The DFA profile ID.
92 $params = array('profileId' => $profileId);
176 $params = array('profileId' => $profileId);
207 * @param string $profileId The DFA profile ID.
289 * @param string $profileId The DFA profile ID.
348 $params = array('profileId' => $profileId);
1907 public $profileId; variable in Google_UserProfile
1935 public function setProfileId( $profileId) { argument
1936 $this->profileId = $profileId;
[all …]
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 …]

1234