| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3 | |
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
Monitoring.Projects.Snoozes.Create |
Monitoring.Projects.Snoozes.create(String parent,
Snooze content)
Creates a Snooze that will prevent alerts, which match the provided criteria, from being opened.
|
Monitoring.Projects.Snoozes.Patch |
Monitoring.Projects.Snoozes.patch(String name,
Snooze content)
Updates a Snooze, identified by its name, with the parameters in the given Snooze object.
|
| Constructor and Description |
|---|
Create(String parent,
Snooze content)
Creates a Snooze that will prevent alerts, which match the provided criteria, from being
opened.
|
Patch(String name,
Snooze content)
Updates a Snooze, identified by its name, with the parameters in the given Snooze object.
|
| Modifier and Type | Method and Description |
|---|---|
Snooze |
Snooze.clone() |
Snooze |
Snooze.set(String fieldName,
Object value) |
Snooze |
Snooze.setCriteria(Criteria criteria)
Required.
|
Snooze |
Snooze.setDisplayName(String displayName)
Required.
|
Snooze |
Snooze.setInterval(TimeInterval interval)
Required.
|
Snooze |
Snooze.setName(String name)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
List<Snooze> |
ListSnoozesResponse.getSnoozes()
Snoozes matching this list call.
|
| Modifier and Type | Method and Description |
|---|---|
ListSnoozesResponse |
ListSnoozesResponse.setSnoozes(List<Snooze> snoozes)
Snoozes matching this list call.
|
Copyright © 2011–2025 Google. All rights reserved.