Home
last modified time | relevance | path

Searched refs:accountId (Results 51 – 75 of 157) sorted by path

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DProfile.php25 public $accountId; variable in Google\\Service\\Analytics\\Profile
124 public function setAccountId($accountId) argument
126 $this->accountId = $accountId;
133 return $this->accountId;
H A DProfileRef.php25 public $accountId; variable in Google\\Service\\Analytics\\ProfileRef
54 public function setAccountId($accountId) argument
56 $this->accountId = $accountId;
63 return $this->accountId;
H A DRealtimeDataProfileInfo.php25 public $accountId; variable in Google\\Service\\Analytics\\RealtimeDataProfileInfo
50 public function setAccountId($accountId) argument
52 $this->accountId = $accountId;
59 return $this->accountId;
H A DRemarketingAudience.php26 public $accountId; variable in Google\\Service\\Analytics\\RemarketingAudience
77 public function setAccountId($accountId) argument
79 $this->accountId = $accountId;
86 return $this->accountId;
H A DUnsampledReport.php29 public $accountId; variable in Google\\Service\\Analytics\\UnsampledReport
102 public function setAccountId($accountId) argument
104 $this->accountId = $accountId;
111 return $this->accountId;
H A DUpload.php26 public $accountId; variable in Google\\Service\\Analytics\\Upload
55 public function setAccountId($accountId) argument
57 $this->accountId = $accountId;
64 return $this->accountId;
H A DWebPropertyRef.php25 public $accountId; variable in Google\\Service\\Analytics\\WebPropertyRef
50 public function setAccountId($accountId) argument
52 $this->accountId = $accountId;
59 return $this->accountId;
H A DWebproperty.php25 public $accountId; variable in Google\\Service\\Analytics\\Webproperty
96 public function setAccountId($accountId) argument
98 $this->accountId = $accountId;
105 return $this->accountId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/Resource/
H A DManagementAccountUserLinks.php36 * @param string $accountId Account ID to delete the user link for.
40 public function delete($accountId, $linkId, $optParams = []) argument
42 $params = ['accountId' => $accountId, 'linkId' => $linkId];
49 * @param string $accountId Account ID to create the user link for.
54 public function insert($accountId, EntityUserLink $postBody, $optParams = []) argument
56 $params = ['accountId' => $accountId, 'postBody' => $postBody];
64 * @param string $accountId Account ID to retrieve the user links for.
74 public function listManagementAccountUserLinks($accountId, $optParams = []) argument
76 $params = ['accountId' => $accountId];
84 * @param string $accountId Account ID to update the account-user link for.
[all …]
H A DManagementCustomDataSources.php36 * @param string $accountId Account Id for the custom data sources to retrieve.
48 public function listManagementCustomDataSources($accountId, $webPropertyId, $optParams = []) argument
50 $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId];
H A DManagementCustomDimensions.php36 * @param string $accountId Account ID for the custom dimension to retrieve.
43 public function get($accountId, $webPropertyId, $customDimensionId, $optParams = []) argument
52 * @param string $accountId Account ID for the custom dimension to create.
59 public function insert($accountId, $webPropertyId, CustomDimension $postBody, $optParams = []) argument
61 … $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody];
69 * @param string $accountId Account ID for the custom dimensions to retrieve.
80 public function listManagementCustomDimensions($accountId, $webPropertyId, $optParams = []) argument
82 $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId];
90 * @param string $accountId Account ID for the custom dimension to update.
103 …public function patch($accountId, $webPropertyId, $customDimensionId, CustomDimension $postBody, $… argument
[all …]
H A DManagementCustomMetrics.php36 * @param string $accountId Account ID for the custom metric to retrieve.
43 public function get($accountId, $webPropertyId, $customMetricId, $optParams = []) argument
52 * @param string $accountId Account ID for the custom metric to create.
59 public function insert($accountId, $webPropertyId, CustomMetric $postBody, $optParams = []) argument
61 … $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody];
69 * @param string $accountId Account ID for the custom metrics to retrieve.
80 public function listManagementCustomMetrics($accountId, $webPropertyId, $optParams = []) argument
82 $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId];
90 * @param string $accountId Account ID for the custom metric to update.
102 …public function patch($accountId, $webPropertyId, $customMetricId, CustomMetric $postBody, $optPar… argument
[all …]
H A DManagementExperiments.php36 * @param string $accountId Account ID to which the experiment belongs
42 public function delete($accountId, $webPropertyId, $profileId, $experimentId, $optParams = []) argument
51 * @param string $accountId Account ID to retrieve the experiment for.
58 public function get($accountId, $webPropertyId, $profileId, $experimentId, $optParams = []) argument
67 * @param string $accountId Account ID to create the experiment for.
74 …public function insert($accountId, $webPropertyId, $profileId, Experiment $postBody, $optParams = … argument
84 * @param string $accountId Account ID to retrieve experiments for.
96 public function listManagementExperiments($accountId, $webPropertyId, $profileId, $optParams = []) argument
98 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
106 * @param string $accountId Account ID of the experiment to update.
[all …]
H A DManagementFilters.php36 * @param string $accountId Account ID to delete the filter for.
41 public function delete($accountId, $filterId, $optParams = []) argument
43 $params = ['accountId' => $accountId, 'filterId' => $filterId];
50 * @param string $accountId Account ID to retrieve filters for.
55 public function get($accountId, $filterId, $optParams = []) argument
57 $params = ['accountId' => $accountId, 'filterId' => $filterId];
64 * @param string $accountId Account ID to create filter for.
71 $params = ['accountId' => $accountId, 'postBody' => $postBody];
78 * @param string $accountId Account ID to retrieve filters for.
87 public function listManagementFilters($accountId, $optParams = []) argument
[all …]
H A DManagementGoals.php36 * @param string $accountId Account ID to retrieve the goal for.
43 public function get($accountId, $webPropertyId, $profileId, $goalId, $optParams = []) argument
52 * @param string $accountId Account ID to create the goal for.
59 public function insert($accountId, $webPropertyId, $profileId, Goal $postBody, $optParams = []) argument
68 * @param string $accountId Account ID to retrieve goals for. Can either be a
85 public function listManagementGoals($accountId, $webPropertyId, $profileId, $optParams = []) argument
87 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
94 * @param string $accountId Account ID to update the goal.
102 …public function patch($accountId, $webPropertyId, $profileId, $goalId, Goal $postBody, $optParams … argument
111 * @param string $accountId Account ID to update the goal.
[all …]
H A DManagementProfileFilterLinks.php36 * @param string $accountId Account ID to which the profile filter link belongs.
43 public function delete($accountId, $webPropertyId, $profileId, $linkId, $optParams = []) argument
52 * @param string $accountId Account ID to retrieve profile filter link for.
60 public function get($accountId, $webPropertyId, $profileId, $linkId, $optParams = []) argument
69 * @param string $accountId Account ID to create profile filter link for.
77 …public function insert($accountId, $webPropertyId, $profileId, ProfileFilterLink $postBody, $optPa… argument
87 * @param string $accountId Account ID to retrieve profile filter links for.
102 …public function listManagementProfileFilterLinks($accountId, $webPropertyId, $profileId, $optParam… argument
104 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
112 * @param string $accountId Account ID to which profile filter link belongs.
[all …]
H A DManagementProfileUserLinks.php36 * @param string $accountId Account ID to delete the user link for.
42 public function delete($accountId, $webPropertyId, $profileId, $linkId, $optParams = []) argument
44 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
51 * @param string $accountId Account ID to create the user link for.
58 …public function insert($accountId, $webPropertyId, $profileId, EntityUserLink $postBody, $optParam… argument
60 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
68 * @param string $accountId Account ID which the given view (profile) belongs
85 …public function listManagementProfileUserLinks($accountId, $webPropertyId, $profileId, $optParams … argument
87 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
95 * @param string $accountId Account ID to update the user link for.
[all …]
H A DManagementProfiles.php36 * @param string $accountId Account ID to delete the view (profile) for.
42 public function delete($accountId, $webPropertyId, $profileId, $optParams = []) argument
51 * @param string $accountId Account ID to retrieve the view (profile) for.
59 public function get($accountId, $webPropertyId, $profileId, $optParams = []) argument
68 * @param string $accountId Account ID to create the view (profile) for.
75 public function insert($accountId, $webPropertyId, Profile $postBody, $optParams = []) argument
85 * @param string $accountId Account ID for the view (profiles) to retrieve. Can
99 public function listManagementProfiles($accountId, $webPropertyId, $optParams = []) argument
101 $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId];
109 * @param string $accountId Account ID to which the view (profile) belongs
[all …]
H A DManagementRemarketingAudience.php36 * @param string $accountId Account ID to which the remarketing audience
44 public function delete($accountId, $webPropertyId, $remarketingAudienceId, $optParams = []) argument
54 * @param string $accountId The account ID of the remarketing audience to
63 public function get($accountId, $webPropertyId, $remarketingAudienceId, $optParams = []) argument
72 * @param string $accountId The account ID for which to create the remarketing
80 public function insert($accountId, $webPropertyId, RemarketingAudience $postBody, $optParams = []) argument
90 * @param string $accountId The account ID of the remarketing audiences to
103 public function listManagementRemarketingAudience($accountId, $webPropertyId, $optParams = []) argument
105 $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId];
113 * @param string $accountId The account ID of the remarketing audience to
[all …]
H A DManagementUnsampledReports.php36 * @param string $accountId Account ID to delete the unsampled report for.
44 …public function delete($accountId, $webPropertyId, $profileId, $unsampledReportId, $optParams = []) argument
46 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
53 * @param string $accountId Account ID to retrieve unsampled report for.
61 public function get($accountId, $webPropertyId, $profileId, $unsampledReportId, $optParams = []) argument
70 * @param string $accountId Account ID to create the unsampled report for.
79 …public function insert($accountId, $webPropertyId, $profileId, UnsampledReport $postBody, $optPara… argument
81 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
89 * @param string $accountId Account ID to retrieve unsampled reports for. Must
104 …public function listManagementUnsampledReports($accountId, $webPropertyId, $profileId, $optParams … argument
[all …]
H A DManagementUploads.php37 * @param string $accountId Account Id for the uploads to be deleted.
46 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDataSourceId' => $…
53 * @param string $accountId Account Id for the upload to retrieve.
61 public function get($accountId, $webPropertyId, $customDataSourceId, $uploadId, $optParams = []) argument
63 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDataSourceId' => $…
70 * @param string $accountId Account Id for the uploads to retrieve.
83 …public function listManagementUploads($accountId, $webPropertyId, $customDataSourceId, $optParams … argument
85 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDataSourceId' => $…
92 * @param string $accountId Account Id associated with the upload.
100 public function uploadData($accountId, $webPropertyId, $customDataSourceId, $optParams = []) argument
[all …]
H A DManagementWebPropertyAdWordsLinks.php36 * @param string $accountId ID of the account which the given web property
43 public function delete($accountId, $webPropertyId, $webPropertyAdWordsLinkId, $optParams = []) argument
53 * @param string $accountId ID of the account which the given web property
61 public function get($accountId, $webPropertyId, $webPropertyAdWordsLinkId, $optParams = []) argument
70 * @param string $accountId ID of the Google Analytics account to create the
77 public function insert($accountId, $webPropertyId, EntityAdWordsLink $postBody, $optParams = []) argument
87 * @param string $accountId ID of the account which the given web property
100 public function listManagementWebPropertyAdWordsLinks($accountId, $webPropertyId, $optParams = []) argument
102 $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId];
110 * @param string $accountId ID of the account which the given web property
[all …]
H A DManagementWebproperties.php36 * @param string $accountId Account ID to retrieve the web property for.
41 public function get($accountId, $webPropertyId, $optParams = []) argument
43 $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId];
52 * @param string $accountId Account ID to create the web property for.
57 public function insert($accountId, Webproperty $postBody, $optParams = []) argument
59 $params = ['accountId' => $accountId, 'postBody' => $postBody];
67 * @param string $accountId Account ID to retrieve web properties for. Can
78 public function listManagementWebproperties($accountId, $optParams = []) argument
80 $params = ['accountId' => $accountId];
88 * @param string $accountId Account ID to which the web property belongs
[all …]
H A DManagementWebpropertyUserLinks.php36 * @param string $accountId Account ID to delete the user link for.
41 public function delete($accountId, $webPropertyId, $linkId, $optParams = []) argument
43 $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'linkId' => $linkId];
50 * @param string $accountId Account ID to create the user link for.
56 public function insert($accountId, $webPropertyId, EntityUserLink $postBody, $optParams = []) argument
58 … $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody];
66 * @param string $accountId Account ID which the given web property belongs to.
79 public function listManagementWebpropertyUserLinks($accountId, $webPropertyId, $optParams = []) argument
81 $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId];
89 * @param string $accountId Account ID to update the account-user link for.
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudOSLogin/
H A DPosixAccount.php25 public $accountId; variable in Google\\Service\\CloudOSLogin\\PosixAccount
70 public function setAccountId($accountId) argument
72 $this->accountId = $accountId;
79 return $this->accountId;

1234567