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 void
AlertPolicyServiceClient. deleteAlertPolicy(AlertPolicyName name)
Deletes an alerting policy.AlertPolicy
AlertPolicyServiceClient. 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 AlertPolicyName
AlertPolicyName.Builder. build()
AlertPolicyName
AlertPolicyName.FolderAlertPolicyBuilder. build()
AlertPolicyName
AlertPolicyName.OrganizationAlertPolicyBuilder. build()
static AlertPolicyName
AlertPolicyName. of(String project, String alertPolicy)
static AlertPolicyName
AlertPolicyName. ofFolderAlertPolicyName(String folder, String alertPolicy)
static AlertPolicyName
AlertPolicyName. ofOrganizationAlertPolicyName(String organization, String alertPolicy)
static AlertPolicyName
AlertPolicyName. ofProjectAlertPolicyName(String project, String alertPolicy)
static AlertPolicyName
AlertPolicyName. 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)
-