ProjectsLocationsNotifications
class ProjectsLocationsNotifications extends Resource (View source)
The "notifications" collection of methods.
Typical usage is:
$advisorynotificationsService = new Google\Service\Advisorynotifications(...);
$notifications = $advisorynotificationsService->projects_locations_notifications;
Methods
get(string $name, array $optParams = [])
Gets a notification. (notifications.get)
listProjectsLocationsNotifications(string $parent, array $optParams = [])
Lists notifications under a given parent.
Details
GoogleCloudAdvisorynotificationsV1Notification
get(string $name, array $optParams = [])
Gets a notification. (notifications.get)
GoogleCloudAdvisorynotificationsV1ListNotificationsResponse
listProjectsLocationsNotifications(string $parent, array $optParams = [])
Lists notifications under a given parent.
(notifications.listProjectsLocationsNotifications)