Lines Matching refs:alertId
73 * @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.
169 public function undelete($alertId, UndeleteAlertRequest $postBody, $optParams = []) argument
171 $params = ['alertId' => $alertId, 'postBody' => $postBody];