Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Indexing/
H A DUrlNotificationMetadata.php22 protected $latestRemoveType = UrlNotification::class;
24 protected $latestUpdateType = UrlNotification::class;
32 * @param UrlNotification
34 public function setLatestRemove(UrlNotification $latestRemove)
39 * @return UrlNotification
46 * @param UrlNotification
48 public function setLatestUpdate(UrlNotification $latestUpdate)
53 * @return UrlNotification
H A DUrlNotification.php20 class UrlNotification extends \Google\Model class
80 class_alias(UrlNotification::class, 'Google_Service_Indexing_UrlNotification');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Indexing/Resource/
H A DUrlNotifications.php21 use Google\Service\Indexing\UrlNotification; alias
54 * @param UrlNotification $postBody
58 public function publish(UrlNotification $postBody, $optParams = [])