Uses of Class
com.google.monitoring.v3.SnoozeName
-
Packages that use SnoozeName Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.monitoring.v3 -
-
Uses of SnoozeName in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 with parameters of type SnoozeName Modifier and Type Method Description Snooze
SnoozeServiceClient. getSnooze(SnoozeName name)
Retrieves a `Snooze` by `name`. -
Uses of SnoozeName in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return SnoozeName Modifier and Type Method Description SnoozeName
SnoozeName.Builder. build()
static SnoozeName
SnoozeName. of(String project, String snooze)
static SnoozeName
SnoozeName. parse(String formattedString)
Methods in com.google.monitoring.v3 that return types with arguments of type SnoozeName Modifier and Type Method Description static List<SnoozeName>
SnoozeName. parseList(List<String> formattedStrings)
Method parameters in com.google.monitoring.v3 with type arguments of type SnoozeName Modifier and Type Method Description static List<String>
SnoozeName. toStringList(List<SnoozeName> values)
-