Home
last modified time | relevance | path

Searched refs:watchId (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DCreateWatchRequest.php27 public $watchId; variable in Google\\Service\\Forms\\CreateWatchRequest
46 public function setWatchId($watchId) argument
48 $this->watchId = $watchId;
55 return $this->watchId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/Resource/
H A DFormsWatches.php57 * @param string $watchId Required. The ID of the Watch to delete.
61 public function delete($formId, $watchId, $optParams = []) argument
63 $params = ['formId' => $formId, 'watchId' => $watchId];
90 * @param string $watchId Required. The ID of the Watch to renew.
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/
H A DForms.php174 'path' => 'v1/forms/{formId}/watches/{watchId}',
182 'watchId' => [
199 'path' => 'v1/forms/{formId}/watches/{watchId}:renew',
207 'watchId' => [