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