ProjectsSnoozes
class ProjectsSnoozes extends Resource (View source)
The "snoozes" collection of methods.
Typical usage is:
$monitoringService = new Google\Service\Monitoring(...);
$snoozes = $monitoringService->projects_snoozes;
Methods
listProjectsSnoozes(string $parent, array $optParams = [])
Lists the Snoozes associated with a project. Can optionally pass in filter, which specifies predicates to match Snoozes. (snoozes.listProjectsSnoozes)
Details
Snooze
create(string $parent, Snooze $postBody, array $optParams = [])
Creates a Snooze that will prevent alerts, which match the provided criteria, from being opened. The Snooze applies for a specific time interval.
(snoozes.create)
Snooze
get(string $name, array $optParams = [])
Retrieves a Snooze by name. (snoozes.get)
ListSnoozesResponse
listProjectsSnoozes(string $parent, array $optParams = [])
Lists the Snoozes associated with a project. Can optionally pass in filter, which specifies predicates to match Snoozes. (snoozes.listProjectsSnoozes)