Home
last modified time | relevance | path

Searched refs:postBody (Results 576 – 600 of 1267) sorted by relevance

1...<<21222324252627282930>>...51

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AccessApproval/Resource/
H A DOrganizationsApprovalRequests.php41 * @param ApproveApprovalRequestMessage $postBody
45 public function approve($name, ApproveApprovalRequestMessage $postBody, $optParams = []) argument
47 $params = ['name' => $name, 'postBody' => $postBody];
59 * @param DismissApprovalRequestMessage $postBody
63 public function dismiss($name, DismissApprovalRequestMessage $postBody, $optParams = []) argument
65 $params = ['name' => $name, 'postBody' => $postBody];
H A DProjectsApprovalRequests.php41 * @param ApproveApprovalRequestMessage $postBody
45 public function approve($name, ApproveApprovalRequestMessage $postBody, $optParams = []) argument
47 $params = ['name' => $name, 'postBody' => $postBody];
59 * @param DismissApprovalRequestMessage $postBody
63 public function dismiss($name, DismissApprovalRequestMessage $postBody, $optParams = []) argument
65 $params = ['name' => $name, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/Resource/
H A DAdvertisersChannels.php39 * @param Channel $postBody
46 public function create($advertiserId, Channel $postBody, $optParams = []) argument
48 $params = ['advertiserId' => $advertiserId, 'postBody' => $postBody];
112 * @param Channel $postBody
121 public function patch($advertiserId, $channelId, Channel $postBody, $optParams = []) argument
123 $params = ['advertiserId' => $advertiserId, 'channelId' => $channelId, 'postBody' => $postBody];
H A DCustomBiddingAlgorithms.php38 * @param CustomBiddingAlgorithm $postBody
42 public function create(CustomBiddingAlgorithm $postBody, $optParams = []) argument
44 $params = ['postBody' => $postBody];
123 * @param CustomBiddingAlgorithm $postBody
130 …public function patch($customBiddingAlgorithmId, CustomBiddingAlgorithm $postBody, $optParams = []) argument
132 $params = ['customBiddingAlgorithmId' => $customBiddingAlgorithmId, 'postBody' => $postBody];
H A DInventorySourceGroupsAssignedInventorySources.php47 * @param BulkEditAssignedInventorySourcesRequest $postBody
51 …lkEdit($inventorySourceGroupId, BulkEditAssignedInventorySourcesRequest $postBody, $optParams = []) argument
53 $params = ['inventorySourceGroupId' => $inventorySourceGroupId, 'postBody' => $postBody];
63 * @param AssignedInventorySource $postBody
74 …public function create($inventorySourceGroupId, AssignedInventorySource $postBody, $optParams = []) argument
76 $params = ['inventorySourceGroupId' => $inventorySourceGroupId, 'postBody' => $postBody];
H A DInventorySourceGroups.php38 * @param InventorySourceGroup $postBody
50 public function create(InventorySourceGroup $postBody, $optParams = []) argument
52 $params = ['postBody' => $postBody];
142 * @param InventorySourceGroup $postBody
154 public function patch($inventorySourceGroupId, InventorySourceGroup $postBody, $optParams = []) argument
156 $params = ['inventorySourceGroupId' => $inventorySourceGroupId, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/Resource/
H A DAccountsChannelPartnerLinks.php53 * @param GoogleCloudChannelV1ChannelPartnerLink $postBody
57 public function create($parent, GoogleCloudChannelV1ChannelPartnerLink $postBody, $optParams = []) argument
59 $params = ['parent' => $parent, 'postBody' => $postBody];
136 * @param GoogleCloudChannelV1UpdateChannelPartnerLinkRequest $postBody
140 …public function patch($name, GoogleCloudChannelV1UpdateChannelPartnerLinkRequest $postBody, $optPa… argument
142 $params = ['name' => $name, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firebaseappcheck/Resource/
H A DProjectsServices.php43 * @param GoogleFirebaseAppcheckV1betaBatchUpdateServicesRequest $postBody
47 …hUpdate($parent, GoogleFirebaseAppcheckV1betaBatchUpdateServicesRequest $postBody, $optParams = []) argument
49 $params = ['parent' => $parent, 'postBody' => $postBody];
109 * @param GoogleFirebaseAppcheckV1betaService $postBody
116 public function patch($name, GoogleFirebaseAppcheckV1betaService $postBody, $optParams = []) argument
118 $params = ['name' => $name, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessAccountManagement/Resource/
H A DAccountsAdmins.php42 * @param Admin $postBody
46 public function create($parent, Admin $postBody, $optParams = []) argument
48 $params = ['parent' => $parent, 'postBody' => $postBody];
87 * @param Admin $postBody
94 public function patch($name, Admin $postBody, $optParams = []) argument
96 $params = ['name' => $name, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/Resource/
H A DBillingAccountsLocationsBucketsViews.php41 * @param LogView $postBody
47 public function create($parent, LogView $postBody, $optParams = []) argument
49 $params = ['parent' => $parent, 'postBody' => $postBody];
104 * @param LogView $postBody
115 public function patch($name, LogView $postBody, $optParams = []) argument
117 $params = ['name' => $name, 'postBody' => $postBody];
/plugin/authgoogle/google/contrib/
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 …]
/plugin/authgoogle/google/service/
H A DGoogle_ServiceResource.php77 $postBody = null;
92 $postBody = is_array($parameters['postBody']) || is_object($parameters['postBody'])
145 $media = Google_MediaFileUpload::process($postBody, $parameters);
148 $postBody = isset($media['postBody']) ? $media['postBody'] : null;
155 $httpRequest = new Google_HttpRequest($url, $method['httpMethod'], null, $postBody);
156 if ($postBody) {
162 $contentTypeHeader['content-length'] = Google_Utils::getStrLen($postBody);
180 if ($postBody) {
181 $httpRequest->setPostBody($postBody);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/Resource/
H A DProjectsHistoriesExecutions.php42 * @param Execution $postBody
49 public function create($projectId, $historyId, Execution $postBody, $optParams = []) argument
51 $params = ['projectId' => $projectId, 'historyId' => $historyId, 'postBody' => $postBody];
110 * @param Execution $postBody
117 public function patch($projectId, $historyId, $executionId, Execution $postBody, $optParams = []) argument
119 … => $projectId, 'historyId' => $historyId, 'executionId' => $executionId, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/Resource/
H A DAccountsContainers.php38 * @param Container $postBody
42 public function create($parent, Container $postBody, $optParams = []) argument
44 $params = ['parent' => $parent, 'postBody' => $postBody];
98 * @param Container $postBody
105 public function update($path, Container $postBody, $optParams = []) argument
107 $params = ['path' => $path, 'postBody' => $postBody];
H A DAccountsUserPermissions.php38 * @param UserPermission $postBody
42 public function create($parent, UserPermission $postBody, $optParams = []) argument
44 $params = ['parent' => $parent, 'postBody' => $postBody];
100 * @param UserPermission $postBody
104 public function update($path, UserPermission $postBody, $optParams = []) argument
106 $params = ['path' => $path, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/Resource/
H A DCaptions.php93 * @param Caption $postBody
112 public function insert($part, Caption $postBody, $optParams = []) argument
114 $params = ['part' => $part, 'postBody' => $postBody];
157 * @param Caption $postBody
176 public function update($part, Caption $postBody, $optParams = []) argument
178 $params = ['part' => $part, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/Resource/
H A DEnterprises.php38 * @param Enterprise $postBody
65 public function create(Enterprise $postBody, $optParams = []) argument
67 $params = ['postBody' => $postBody];
127 * @param Enterprise $postBody
134 public function patch($name, Enterprise $postBody, $optParams = []) argument
136 $params = ['name' => $name, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/Resource/
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];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/Resource/
H A DProjectsLocationsDeliveryPipelinesReleasesRollouts.php42 * @param ApproveRolloutRequest $postBody
46 public function approve($name, ApproveRolloutRequest $postBody, $optParams = []) argument
48 $params = ['name' => $name, 'postBody' => $postBody];
58 * @param Rollout $postBody
78 public function create($parent, Rollout $postBody, $optParams = []) argument
80 $params = ['parent' => $parent, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/Resource/
H A DSettingsDatasources.php39 * @param DataSource $postBody
43 public function create(DataSource $postBody, $optParams = []) argument
45 $params = ['postBody' => $postBody];
109 * @param UpdateDataSourceRequest $postBody
113 public function update($name, UpdateDataSourceRequest $postBody, $optParams = []) argument
115 $params = ['name' => $name, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/Resource/
H A DFormsWatches.php43 * @param CreateWatchRequest $postBody
47 public function create($formId, CreateWatchRequest $postBody, $optParams = []) argument
49 $params = ['formId' => $formId, 'postBody' => $postBody];
91 * @param RenewWatchRequest $postBody
95 public function renew($formId, $watchId, RenewWatchRequest $postBody, $optParams = []) argument
97 $params = ['formId' => $formId, 'watchId' => $watchId, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesConfiguration/Resource/
H A DAchievementConfigurations.php66 * @param AchievementConfiguration $postBody
70 public function insert($applicationId, AchievementConfiguration $postBody, $optParams = []) argument
72 $params = ['applicationId' => $applicationId, 'postBody' => $postBody];
101 * @param AchievementConfiguration $postBody
105 public function update($achievementId, AchievementConfiguration $postBody, $optParams = []) argument
107 $params = ['achievementId' => $achievementId, 'postBody' => $postBody];
H A DLeaderboardConfigurations.php66 * @param LeaderboardConfiguration $postBody
70 public function insert($applicationId, LeaderboardConfiguration $postBody, $optParams = []) argument
72 $params = ['applicationId' => $applicationId, 'postBody' => $postBody];
101 * @param LeaderboardConfiguration $postBody
105 public function update($leaderboardId, LeaderboardConfiguration $postBody, $optParams = []) argument
107 $params = ['leaderboardId' => $leaderboardId, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FactCheckTools/Resource/
H A DPages.php37 * @param GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage $postBody
41 …public function create(GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage $postBody, $o… argument
43 $params = ['postBody' => $postBody];
115 * @param GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage $postBody
119 …te($name, GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage $postBody, $optParams = []) argument
121 $params = ['name' => $name, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsApiproductsRateplans.php47 * @param GoogleCloudApigeeV1RatePlan $postBody
51 public function create($parent, GoogleCloudApigeeV1RatePlan $postBody, $optParams = []) argument
53 $params = ['parent' => $parent, 'postBody' => $postBody];
128 * @param GoogleCloudApigeeV1RatePlan $postBody
132 public function update($name, GoogleCloudApigeeV1RatePlan $postBody, $optParams = []) argument
134 $params = ['name' => $name, 'postBody' => $postBody];

1...<<21222324252627282930>>...51