Home
last modified time | relevance | path

Searched refs:postBody (Results 76 – 100 of 1267) sorted by path

12345678910>>...51

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/Resource/
H A DCustomchannels.php68 * @param CustomChannel $postBody
72 public function insert($adClientId, CustomChannel $postBody, $optParams = []) argument
74 $params = ['adClientId' => $adClientId, 'postBody' => $postBody];
105 * @param CustomChannel $postBody
109 public function patch($adClientId, $customChannelId, CustomChannel $postBody, $optParams = []) argument
111 …ms = ['adClientId' => $adClientId, 'customChannelId' => $customChannelId, 'postBody' => $postBody];
120 * @param CustomChannel $postBody
124 public function update($adClientId, CustomChannel $postBody, $optParams = []) argument
126 $params = ['adClientId' => $adClientId, 'postBody' => $postBody];
H A DUrlchannels.php52 * @param UrlChannel $postBody
56 public function insert($adClientId, UrlChannel $postBody, $optParams = []) argument
58 $params = ['adClientId' => $adClientId, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/Resource/
H A DAlerts.php43 * @param BatchDeleteAlertsRequest $postBody
47 public function batchDelete(BatchDeleteAlertsRequest $postBody, $optParams = []) argument
49 $params = ['postBody' => $postBody];
56 * @param BatchUndeleteAlertsRequest $postBody
60 public function batchUndelete(BatchUndeleteAlertsRequest $postBody, $optParams = []) argument
62 $params = ['postBody' => $postBody];
165 * @param UndeleteAlertRequest $postBody
169 public function undelete($alertId, UndeleteAlertRequest $postBody, $optParams = []) argument
171 $params = ['alertId' => $alertId, 'postBody' => $postBody];
H A DAlertsFeedback.php41 * @param AlertFeedback $postBody
49 public function create($alertId, AlertFeedback $postBody, $optParams = []) argument
51 $params = ['alertId' => $alertId, 'postBody' => $postBody];
H A DV1beta1.php51 * @param Settings $postBody
59 public function updateSettings(Settings $postBody, $optParams = []) argument
61 $params = ['postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/Resource/
H A DManagementAccountUserLinks.php50 * @param EntityUserLink $postBody
54 public function insert($accountId, EntityUserLink $postBody, $optParams = []) argument
56 $params = ['accountId' => $accountId, 'postBody' => $postBody];
86 * @param EntityUserLink $postBody
90 public function update($accountId, $linkId, EntityUserLink $postBody, $optParams = []) argument
92 $params = ['accountId' => $accountId, 'linkId' => $linkId, 'postBody' => $postBody];
H A DManagementClientId.php36 * @param HashClientIdRequest $postBody
40 public function hashClientId(HashClientIdRequest $postBody, $optParams = []) argument
42 $params = ['postBody' => $postBody];
H A DManagementCustomDimensions.php55 * @param CustomDimension $postBody
59 public function insert($accountId, $webPropertyId, CustomDimension $postBody, $optParams = []) argument
61 … $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody];
95 * @param CustomDimension $postBody
103 …public function patch($accountId, $webPropertyId, $customDimensionId, CustomDimension $postBody, $… argument
105 …PropertyId' => $webPropertyId, 'customDimensionId' => $customDimensionId, 'postBody' => $postBody];
117 * @param CustomDimension $postBody
125 …public function update($accountId, $webPropertyId, $customDimensionId, CustomDimension $postBody, … argument
127 …PropertyId' => $webPropertyId, 'customDimensionId' => $customDimensionId, 'postBody' => $postBody];
H A DManagementCustomMetrics.php55 * @param CustomMetric $postBody
59 public function insert($accountId, $webPropertyId, CustomMetric $postBody, $optParams = []) argument
61 … $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody];
94 * @param CustomMetric $postBody
102 …public function patch($accountId, $webPropertyId, $customMetricId, CustomMetric $postBody, $optPar… argument
104 …, 'webPropertyId' => $webPropertyId, 'customMetricId' => $customMetricId, 'postBody' => $postBody];
115 * @param CustomMetric $postBody
123 …public function update($accountId, $webPropertyId, $customMetricId, CustomMetric $postBody, $optPa… argument
125 …, 'webPropertyId' => $webPropertyId, 'customMetricId' => $customMetricId, 'postBody' => $postBody];
H A DManagementExperiments.php70 * @param Experiment $postBody
74 …public function insert($accountId, $webPropertyId, $profileId, Experiment $postBody, $optParams = … argument
76 …$accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody];
110 * @param Experiment $postBody
114 …public function patch($accountId, $webPropertyId, $profileId, $experimentId, Experiment $postBody,… argument
116 …ebPropertyId, 'profileId' => $profileId, 'experimentId' => $experimentId, 'postBody' => $postBody];
127 * @param Experiment $postBody
131 …pdate($accountId, $webPropertyId, $profileId, $experimentId, Experiment $postBody, $optParams = []) argument
133 …ebPropertyId, 'profileId' => $profileId, 'experimentId' => $experimentId, 'postBody' => $postBody];
H A DManagementFilters.php65 * @param Filter $postBody
69 public function insert($accountId, Filter $postBody, $optParams = []) argument
71 $params = ['accountId' => $accountId, 'postBody' => $postBody];
99 * @param Filter $postBody
103 public function patch($accountId, $filterId, Filter $postBody, $optParams = []) argument
105 $params = ['accountId' => $accountId, 'filterId' => $filterId, 'postBody' => $postBody];
114 * @param Filter $postBody
118 public function update($accountId, $filterId, Filter $postBody, $optParams = []) argument
120 $params = ['accountId' => $accountId, 'filterId' => $filterId, 'postBody' => $postBody];
H A DManagementGoals.php55 * @param Goal $postBody
59 public function insert($accountId, $webPropertyId, $profileId, Goal $postBody, $optParams = []) argument
61 …$accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody];
98 * @param Goal $postBody
102 …public function patch($accountId, $webPropertyId, $profileId, $goalId, Goal $postBody, $optParams … argument
104 …rtyId' => $webPropertyId, 'profileId' => $profileId, 'goalId' => $goalId, 'postBody' => $postBody];
115 * @param Goal $postBody
119 …public function update($accountId, $webPropertyId, $profileId, $goalId, Goal $postBody, $optParams… argument
121 …rtyId' => $webPropertyId, 'profileId' => $profileId, 'goalId' => $goalId, 'postBody' => $postBody];
H A DManagementProfileFilterLinks.php73 * @param ProfileFilterLink $postBody
77 …public function insert($accountId, $webPropertyId, $profileId, ProfileFilterLink $postBody, $optPa… argument
79 …$accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody];
117 * @param ProfileFilterLink $postBody
121 …atch($accountId, $webPropertyId, $profileId, $linkId, ProfileFilterLink $postBody, $optParams = []) argument
123 …rtyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId, 'postBody' => $postBody];
135 * @param ProfileFilterLink $postBody
139 …date($accountId, $webPropertyId, $profileId, $linkId, ProfileFilterLink $postBody, $optParams = []) argument
141 …rtyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId, 'postBody' => $postBody];
H A DManagementProfileUserLinks.php54 * @param EntityUserLink $postBody
58 …public function insert($accountId, $webPropertyId, $profileId, EntityUserLink $postBody, $optParam… argument
60 …$accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody];
99 * @param EntityUserLink $postBody
103 …public function update($accountId, $webPropertyId, $profileId, $linkId, EntityUserLink $postBody, … argument
105 …rtyId' => $webPropertyId, 'profileId' => $profileId, 'linkId' => $linkId, 'postBody' => $postBody];
H A DManagementProfiles.php71 * @param Profile $postBody
75 public function insert($accountId, $webPropertyId, Profile $postBody, $optParams = []) argument
77 … $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody];
113 * @param Profile $postBody
117 public function patch($accountId, $webPropertyId, $profileId, Profile $postBody, $optParams = []) argument
119 …$accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody];
130 * @param Profile $postBody
134 public function update($accountId, $webPropertyId, $profileId, Profile $postBody, $optParams = []) argument
136 …$accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody];
H A DManagementRemarketingAudience.php76 * @param RemarketingAudience $postBody
80 public function insert($accountId, $webPropertyId, RemarketingAudience $postBody, $optParams = []) argument
82 … $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody];
119 * @param RemarketingAudience $postBody
123 …$accountId, $webPropertyId, $remarketingAudienceId, RemarketingAudience $postBody, $optParams = []) argument
125 …Id' => $webPropertyId, 'remarketingAudienceId' => $remarketingAudienceId, 'postBody' => $postBody];
138 * @param RemarketingAudience $postBody
142 …$accountId, $webPropertyId, $remarketingAudienceId, RemarketingAudience $postBody, $optParams = []) argument
144 …Id' => $webPropertyId, 'remarketingAudienceId' => $remarketingAudienceId, 'postBody' => $postBody];
H A DManagementUnsampledReports.php75 * @param UnsampledReport $postBody
79 …public function insert($accountId, $webPropertyId, $profileId, UnsampledReport $postBody, $optPara… argument
81 …$accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody];
H A DManagementUploads.php41 * @param AnalyticsDataimportDeleteUploadDataRequest $postBody
44 …ertyId, $customDataSourceId, AnalyticsDataimportDeleteUploadDataRequest $postBody, $optParams = []) argument
46 …opertyId' => $webPropertyId, 'customDataSourceId' => $customDataSourceId, 'postBody' => $postBody];
H A DManagementWebPropertyAdWordsLinks.php73 * @param EntityAdWordsLink $postBody
77 public function insert($accountId, $webPropertyId, EntityAdWordsLink $postBody, $optParams = []) argument
79 … $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody];
115 * @param EntityAdWordsLink $postBody
119 …accountId, $webPropertyId, $webPropertyAdWordsLinkId, EntityAdWordsLink $postBody, $optParams = []) argument
121 … $webPropertyId, 'webPropertyAdWordsLinkId' => $webPropertyAdWordsLinkId, 'postBody' => $postBody];
134 * @param EntityAdWordsLink $postBody
138 …accountId, $webPropertyId, $webPropertyAdWordsLinkId, EntityAdWordsLink $postBody, $optParams = []) argument
140 … $webPropertyId, 'webPropertyAdWordsLinkId' => $webPropertyAdWordsLinkId, 'postBody' => $postBody];
H A DManagementWebproperties.php53 * @param Webproperty $postBody
57 public function insert($accountId, Webproperty $postBody, $optParams = []) argument
59 $params = ['accountId' => $accountId, 'postBody' => $postBody];
90 * @param Webproperty $postBody
94 public function patch($accountId, $webPropertyId, Webproperty $postBody, $optParams = []) argument
96 … $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody];
105 * @param Webproperty $postBody
109 public function update($accountId, $webPropertyId, Webproperty $postBody, $optParams = []) argument
111 … $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody];
H A DManagementWebpropertyUserLinks.php52 * @param EntityUserLink $postBody
56 public function insert($accountId, $webPropertyId, EntityUserLink $postBody, $optParams = []) argument
58 … $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody];
93 * @param EntityUserLink $postBody
97 …public function update($accountId, $webPropertyId, $linkId, EntityUserLink $postBody, $optParams =… argument
99 …d' => $accountId, 'webPropertyId' => $webPropertyId, 'linkId' => $linkId, 'postBody' => $postBody];
H A DProvisioning.php37 * @param AccountTicket $postBody
41 public function createAccountTicket(AccountTicket $postBody, $optParams = []) argument
43 $params = ['postBody' => $postBody];
50 * @param AccountTreeRequest $postBody
54 public function createAccountTree(AccountTreeRequest $postBody, $optParams = []) argument
56 $params = ['postBody' => $postBody];
H A DUserDeletionUserDeletionRequest.php35 * @param UserDeletionRequest $postBody
39 public function upsert(UserDeletionRequest $postBody, $optParams = []) argument
41 $params = ['postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/Resource/
H A DProperties.php55 * @param BatchRunPivotReportsRequest $postBody
61 $params = ['property' => $property, 'postBody' => $postBody];
76 * @param BatchRunReportsRequest $postBody
82 $params = ['property' => $property, 'postBody' => $postBody];
103 * @param CheckCompatibilityRequest $postBody
109 $params = ['property' => $property, 'postBody' => $postBody];
155 * @param RunPivotReportRequest $postBody
161 $params = ['property' => $property, 'postBody' => $postBody];
178 * @param RunRealtimeReportRequest $postBody
184 $params = ['property' => $property, 'postBody' => $postBody];
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/Resource/
H A DReports.php36 * @param GetReportsRequest $postBody
40 public function batchGet(GetReportsRequest $postBody, $optParams = []) argument
42 $params = ['postBody' => $postBody];

12345678910>>...51