Home
last modified time | relevance | path

Searched refs:alertId (Results 1 – 8 of 8) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/Resource/
H A DAlerts.php73 * @param string $alertId Required. The identifier of the alert to delete.
81 public function delete($alertId, $optParams = []) argument
83 $params = ['alertId' => $alertId];
91 * @param string $alertId Required. The identifier of the alert to retrieve.
99 public function get($alertId, $optParams = []) argument
101 $params = ['alertId' => $alertId];
109 * @param string $alertId Required. The identifier of the alert this metadata
118 public function getMetadata($alertId, $optParams = []) argument
120 $params = ['alertId' => $alertId];
164 * @param string $alertId Required. The identifier of the alert to undelete.
[all …]
H A DAlertsFeedback.php39 * @param string $alertId Required. The identifier of the alert this feedback
49 public function create($alertId, AlertFeedback $postBody, $optParams = []) argument
51 $params = ['alertId' => $alertId, 'postBody' => $postBody];
59 * @param string $alertId Required. The alert identifier. The "-" wildcard could
73 public function listAlertsFeedback($alertId, $optParams = []) argument
75 $params = ['alertId' => $alertId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAlertCenter.php76 'path' => 'v1beta1/alerts/{alertId}',
79 'alertId' => [
90 'path' => 'v1beta1/alerts/{alertId}',
93 'alertId' => [
104 'path' => 'v1beta1/alerts/{alertId}/metadata',
107 'alertId' => [
143 'path' => 'v1beta1/alerts/{alertId}:undelete',
146 'alertId' => [
163 'path' => 'v1beta1/alerts/{alertId}/feedback',
166 'alertId' => [
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DBatchDeleteAlertsRequest.php26 public $alertId; variable in Google\\Service\\AlertCenter\\BatchDeleteAlertsRequest
35 public function setAlertId($alertId) argument
37 $this->alertId = $alertId;
44 return $this->alertId;
H A DBatchUndeleteAlertsRequest.php26 public $alertId; variable in Google\\Service\\AlertCenter\\BatchUndeleteAlertsRequest
35 public function setAlertId($alertId) argument
37 $this->alertId = $alertId;
44 return $this->alertId;
H A DAlertFeedback.php25 public $alertId; variable in Google\\Service\\AlertCenter\\AlertFeedback
50 public function setAlertId($alertId) argument
52 $this->alertId = $alertId;
59 return $this->alertId;
H A DAlertMetadata.php25 public $alertId; variable in Google\\Service\\AlertCenter\\AlertMetadata
54 public function setAlertId($alertId) argument
56 $this->alertId = $alertId;
63 return $this->alertId;
H A DAlert.php25 public $alertId; variable in Google\\Service\\AlertCenter\\Alert
76 public function setAlertId($alertId) argument
78 $this->alertId = $alertId;
85 return $this->alertId;