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 SnoozeSnoozeServiceClient. 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 SnoozeNameSnoozeName.Builder. build()static SnoozeNameSnoozeName. of(String project, String snooze)static SnoozeNameSnoozeName. 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)
-