Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DRegionNotificationEndpoints.php20 use Google\Service\Compute\NotificationEndpoint; alias
71 * @return NotificationEndpoint
77 return $this->call('get', [$params], NotificationEndpoint::class);
86 * @param NotificationEndpoint $postBody
101 public function insert($project, $region, NotificationEndpoint $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DNotificationEndpointList.php27 protected $itemsType = NotificationEndpoint::class;
59 * @param NotificationEndpoint[]
66 * @return NotificationEndpoint[]
H A DNotificationEndpoint.php20 class NotificationEndpoint extends \Google\Model class
168 class_alias(NotificationEndpoint::class, 'Google_Service_Compute_NotificationEndpoint');