Uses of Class
com.google.monitoring.v3.AlertPolicyName
-
Packages that use AlertPolicyName Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.monitoring.v3 -
-
Uses of AlertPolicyName in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 with parameters of type AlertPolicyName Modifier and Type Method Description voidAlertPolicyServiceClient. deleteAlertPolicy(AlertPolicyName name)Deletes an alerting policy.AlertPolicyAlertPolicyServiceClient. getAlertPolicy(AlertPolicyName name)Gets a single alerting policy. -
Uses of AlertPolicyName in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return AlertPolicyName Modifier and Type Method Description AlertPolicyNameAlertPolicyName.Builder. build()AlertPolicyNameAlertPolicyName.FolderAlertPolicyBuilder. build()AlertPolicyNameAlertPolicyName.OrganizationAlertPolicyBuilder. build()static AlertPolicyNameAlertPolicyName. of(String project, String alertPolicy)static AlertPolicyNameAlertPolicyName. ofFolderAlertPolicyName(String folder, String alertPolicy)static AlertPolicyNameAlertPolicyName. ofOrganizationAlertPolicyName(String organization, String alertPolicy)static AlertPolicyNameAlertPolicyName. ofProjectAlertPolicyName(String project, String alertPolicy)static AlertPolicyNameAlertPolicyName. parse(String formattedString)Methods in com.google.monitoring.v3 that return types with arguments of type AlertPolicyName Modifier and Type Method Description static List<AlertPolicyName>AlertPolicyName. parseList(List<String> formattedStrings)Method parameters in com.google.monitoring.v3 with type arguments of type AlertPolicyName Modifier and Type Method Description static List<String>AlertPolicyName. toStringList(List<AlertPolicyName> values)
-