Home
last modified time | relevance | path

Searched refs:postBody (Results 1 – 25 of 1267) sorted by path

12345678910>>...51

/plugin/authgoogle/google/contrib/
H A DGoogle_AdexchangebuyerService.php64 * @param Google_Account $postBody
68 public function patch($id, Google_Account $postBody, $optParams = array()) { argument
69 $params = array('id' => $id, 'postBody' => $postBody);
82 * @param Google_Account $postBody
86 public function update($id, Google_Account $postBody, $optParams = array()) { argument
87 $params = array('id' => $id, 'postBody' => $postBody);
129 * @param Google_Creative $postBody
133 public function insert(Google_Creative $postBody, $optParams = array()) { argument
134 $params = array('postBody' => $postBody);
H A DGoogle_AdsensehostService.php188 * @param Google_AdUnit $postBody
231 * @param Google_AdUnit $postBody
250 * @param Google_AdUnit $postBody
456 * @param Google_CustomChannel $postBody
461 $params = array('adClientId' => $adClientId, 'postBody' => $postBody);
496 * @param Google_CustomChannel $postBody
514 * @param Google_CustomChannel $postBody
519 $params = array('adClientId' => $adClientId, 'postBody' => $postBody);
602 * @param Google_UrlChannel $postBody
606 public function insert($adClientId, Google_UrlChannel $postBody, $optParams = array()) { argument
[all …]
H A DGoogle_AnalyticsService.php340 * @param Google_Experiment $postBody
344 …public function insert($accountId, $webPropertyId, $profileId, Google_Experiment $postBody, $optPa… argument
345 …$accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $postBody);
384 * @param Google_Experiment $postBody
388 …ccountId, $webPropertyId, $profileId, $experimentId, Google_Experiment $postBody, $optParams = arr… argument
389 …ebPropertyId, 'profileId' => $profileId, 'experimentId' => $experimentId, 'postBody' => $postBody);
405 * @param Google_Experiment $postBody
409 …ccountId, $webPropertyId, $profileId, $experimentId, Google_Experiment $postBody, $optParams = arr… argument
410 …ebPropertyId, 'profileId' => $profileId, 'experimentId' => $experimentId, 'postBody' => $postBody);
H A DGoogle_AppstateService.php104 * @param Google_UpdateRequest $postBody
110 public function update($stateKey, Google_UpdateRequest $postBody, $optParams = array()) { argument
111 $params = array('stateKey' => $stateKey, 'postBody' => $postBody);
H A DGoogle_BigqueryService.php66 * @param Google_Dataset $postBody
71 $params = array('projectId' => $projectId, 'postBody' => $postBody);
109 * @param Google_Dataset $postBody
131 * @param Google_Dataset $postBody
202 * @param Google_Job $postBody
207 $params = array('projectId' => $projectId, 'postBody' => $postBody);
244 * @param Google_QueryRequest $postBody
249 $params = array('projectId' => $projectId, 'postBody' => $postBody);
376 * @param Google_Table $postBody
418 * @param Google_Table $postBody
[all …]
H A DGoogle_BloggerService.php285 * @param Google_Post $postBody
289 public function insert($blogId, Google_Post $postBody, $optParams = array()) { argument
290 $params = array('blogId' => $blogId, 'postBody' => $postBody);
328 * @param Google_Post $postBody
332 public function patch($blogId, $postId, Google_Post $postBody, $optParams = array()) { argument
333 $params = array('blogId' => $blogId, 'postId' => $postId, 'postBody' => $postBody);
365 * @param Google_Post $postBody
369 public function update($blogId, $postId, Google_Post $postBody, $optParams = array()) { argument
370 $params = array('blogId' => $blogId, 'postId' => $postId, 'postBody' => $postBody);
H A DGoogle_BooksService.php149 * @param Google_BooksCloudloadingResource $postBody
153 public function updateBook(Google_BooksCloudloadingResource $postBody, $optParams = array()) { argument
154 $params = array('postBody' => $postBody);
490 * @param Google_Annotation $postBody
496 public function insert(Google_Annotation $postBody, $optParams = array()) { argument
497 $params = array('postBody' => $postBody);
537 * @param Google_Annotation $postBody
543 public function update($annotationId, Google_Annotation $postBody, $optParams = array()) { argument
544 $params = array('annotationId' => $annotationId, 'postBody' => $postBody);
H A DGoogle_CalendarService.php62 * @param Google_AclRule $postBody
98 * @param Google_AclRule $postBody
117 * @param Google_AclRule $postBody
182 $params = array('postBody' => $postBody);
310 * @param Google_Calendar $postBody
328 * @param Google_Calendar $postBody
346 * @param Google_Calendar $postBody
441 * @param Google_Event $postBody
459 * @param Google_Event $postBody
562 * @param Google_Event $postBody
[all …]
H A DGoogle_CivicInfoService.php48 * @param Google_VoterInfoRequest $postBody
54 …public function voterInfoQuery($electionId, Google_VoterInfoRequest $postBody, $optParams = array(… argument
55 $params = array('electionId' => $electionId, 'postBody' => $postBody);
H A DGoogle_ComputeService.php92 * @param Google_Address $postBody
167 * @param Google_Snapshot $postBody
225 * @param Google_Disk $postBody
316 * @param Google_Firewall $postBody
357 * @param Google_Firewall $postBody
376 * @param Google_Firewall $postBody
549 * @param Google_Image $postBody
762 * @param Google_Instance $postBody
844 * @param Google_Tags $postBody
1037 * @param Google_Network $postBody
[all …]
H A DGoogle_CoordinateService.php82 * @param Google_Job $postBody
129 * @param Google_Job $postBody
144 public function patch($teamId, $jobId, Google_Job $postBody, $optParams = array()) { argument
145 $params = array('teamId' => $teamId, 'jobId' => $jobId, 'postBody' => $postBody);
159 * @param Google_Job $postBody
174 public function update($teamId, $jobId, Google_Job $postBody, $optParams = array()) { argument
175 $params = array('teamId' => $teamId, 'jobId' => $jobId, 'postBody' => $postBody);
254 * @param Google_Schedule $postBody
264 $params = array('teamId' => $teamId, 'jobId' => $jobId, 'postBody' => $postBody);
278 * @param Google_Schedule $postBody
[all …]
H A DGoogle_DatastoreService.php32 * @param Google_AllocateIdsRequest $postBody
37 $params = array('datasetId' => $datasetId, 'postBody' => $postBody);
50 * @param Google_BeginTransactionRequest $postBody
55 $params = array('datasetId' => $datasetId, 'postBody' => $postBody);
68 * @param Google_BlindWriteRequest $postBody
73 $params = array('datasetId' => $datasetId, 'postBody' => $postBody);
86 * @param Google_CommitRequest $postBody
91 $params = array('datasetId' => $datasetId, 'postBody' => $postBody);
104 * @param Google_LookupRequest $postBody
122 * @param Google_RollbackRequest $postBody
[all …]
H A DGoogle_DfareportingService.php31 * @param Google_DimensionValueRequest $postBody
38 … public function query($profileId, Google_DimensionValueRequest $postBody, $optParams = array()) { argument
39 $params = array('profileId' => $profileId, 'postBody' => $postBody);
148 * @param Google_Report $postBody
152 public function insert($profileId, Google_Report $postBody, $optParams = array()) { argument
153 $params = array('profileId' => $profileId, 'postBody' => $postBody);
190 * @param Google_Report $postBody
229 * @param Google_Report $postBody
261 * @param Google_Report $postBody
265 public function query($profileId, Google_Report $postBody, $optParams = array()) { argument
[all …]
H A DGoogle_DirectoryService.php159 * @param Google_Group $postBody
199 * @param Google_Group $postBody
217 * @param Google_Group $postBody
261 * @param Google_Alias $postBody
340 * @param Google_Member $postBody
381 * @param Google_Member $postBody
400 * @param Google_Member $postBody
663 * @param Google_User $postBody
719 * @param Google_User $postBody
750 * @param Google_User $postBody
[all …]
H A DGoogle_DriveService.php146 * @param Google_Channel $postBody
181 * @param Google_Channel $postBody
321 * @param Google_Comment $postBody
362 * @param Google_Comment $postBody
381 * @param Google_Comment $postBody
411 * @param Google_DriveFile $postBody
468 * @param Google_DriveFile $postBody
625 * @param Google_Channel $postBody
894 * @param Google_Property $postBody
930 * @param Google_Property $postBody
[all …]
H A DGoogle_FusiontablesService.php62 * @param Google_Column $postBody
102 * @param Google_Column $postBody
121 * @param Google_Column $postBody
234 * @param Google_StyleSetting $postBody
273 * @param Google_StyleSetting $postBody
412 * @param Google_Table $postBody
450 * @param Google_Table $postBody
471 * @param Google_Table $postBody
534 * @param Google_Template $postBody
573 * @param Google_Template $postBody
[all …]
H A DGoogle_GamesService.php310 * @param Google_RoomCreateRequest $postBody
316 public function create(Google_RoomCreateRequest $postBody, $optParams = array()) { argument
317 $params = array('postBody' => $postBody);
381 * @param Google_RoomJoinRequest $postBody
386 $params = array('roomId' => $roomId, 'postBody' => $postBody);
400 * @param Google_RoomLeaveRequest $postBody
405 $params = array('roomId' => $roomId, 'postBody' => $postBody);
439 * @param Google_RoomP2PStatuses $postBody
444 $params = array('roomId' => $roomId, 'postBody' => $postBody);
562 * @param Google_PlayerScoreSubmissionList $postBody
[all …]
H A DGoogle_GanService.php193 * @param Google_Link $postBody
197 public function insert($role, $roleId, Google_Link $postBody, $optParams = array()) { argument
198 $params = array('role' => $role, 'roleId' => $roleId, 'postBody' => $postBody);
H A DGoogle_GroupssettingsService.php48 * @param Google_Groups $postBody
52 public function patch($groupUniqueId, Google_Groups $postBody, $optParams = array()) { argument
53 $params = array('groupUniqueId' => $groupUniqueId, 'postBody' => $postBody);
66 * @param Google_Groups $postBody
70 public function update($groupUniqueId, Google_Groups $postBody, $optParams = array()) { argument
71 $params = array('groupUniqueId' => $groupUniqueId, 'postBody' => $postBody);
H A DGoogle_LicensingService.php65 * @param Google_LicenseAssignmentInsert $postBody
69 …public function insert($productId, $skuId, Google_LicenseAssignmentInsert $postBody, $optParams = … argument
70 $params = array('productId' => $productId, 'skuId' => $skuId, 'postBody' => $postBody);
129 * @param Google_LicenseAssignment $postBody
133 …public function patch($productId, $skuId, $userId, Google_LicenseAssignment $postBody, $optParams … argument
134 … array('productId' => $productId, 'skuId' => $skuId, 'userId' => $userId, 'postBody' => $postBody);
149 * @param Google_LicenseAssignment $postBody
153 …public function update($productId, $skuId, $userId, Google_LicenseAssignment $postBody, $optParams… argument
154 … array('productId' => $productId, 'skuId' => $skuId, 'userId' => $userId, 'postBody' => $postBody);
H A DGoogle_MirrorService.php59 * @param Google_Contact $postBody
64 $params = array('postBody' => $postBody);
94 * @param Google_Contact $postBody
112 * @param Google_Contact $postBody
198 * @param Google_Subscription $postBody
203 $params = array('postBody' => $postBody);
233 * @param Google_Subscription $postBody
291 * @param Google_TimelineItem $postBody
296 $params = array('postBody' => $postBody);
335 * @param Google_TimelineItem $postBody
[all …]
H A DGoogle_ModeratorService.php34 * @param Google_Vote $postBody
56 * @param Google_Vote $postBody
99 * @param Google_Vote $postBody
219 * @param Google_Tag $postBody
282 * @param Google_Series $postBody
300 * @param Google_Series $postBody
338 * @param Google_Series $postBody
462 * @param Google_Topic $postBody
503 * @param Google_Topic $postBody
638 * @param Google_Profile $postBody
[all …]
H A DGoogle_OrkutService.php120 * @param Google_Visibility $postBody
125 $params = array('activityId' => $activityId, 'postBody' => $postBody);
138 * @param Google_Visibility $postBody
143 $params = array('activityId' => $activityId, 'postBody' => $postBody);
246 * @param Google_Comment $postBody
495 * @param Google_CommunityMessage $postBody
548 * @param Google_CommunityPollComment $postBody
601 * @param Google_CommunityPollVote $postBody
748 * @param Google_CommunityTopic $postBody
829 * @param Google_Activity $postBody
[all …]
H A DGoogle_PlusDomainsService.php48 * @param Google_Activity $postBody
55 $params = array('userId' => $userId, 'postBody' => $postBody);
172 * @param Google_Circle $postBody
177 $params = array('userId' => $userId, 'postBody' => $postBody);
210 * @param Google_Circle $postBody
215 $params = array('circleId' => $circleId, 'postBody' => $postBody);
255 * @param Google_Circle $postBody
260 $params = array('circleId' => $circleId, 'postBody' => $postBody);
302 * @param Google_Comment $postBody
307 $params = array('activityId' => $activityId, 'postBody' => $postBody);
[all …]
H A DGoogle_PlusService.php155 * @param Google_Moment $postBody
161 public function insert($userId, $collection, Google_Moment $postBody, $optParams = array()) { argument
162 $params = array('userId' => $userId, 'collection' => $collection, 'postBody' => $postBody);

12345678910>>...51