Uses of Class
com.google.monitoring.v3.ServiceLevelObjectiveName
-
Packages that use ServiceLevelObjectiveName Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.monitoring.v3 -
-
Uses of ServiceLevelObjectiveName in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 with parameters of type ServiceLevelObjectiveName Modifier and Type Method Description voidServiceMonitoringServiceClient. deleteServiceLevelObjective(ServiceLevelObjectiveName name)Delete the given `ServiceLevelObjective`.ServiceLevelObjectiveServiceMonitoringServiceClient. getServiceLevelObjective(ServiceLevelObjectiveName name)Get a `ServiceLevelObjective` by name. -
Uses of ServiceLevelObjectiveName in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return ServiceLevelObjectiveName Modifier and Type Method Description ServiceLevelObjectiveNameServiceLevelObjectiveName.Builder. build()ServiceLevelObjectiveNameServiceLevelObjectiveName.FolderServiceServiceLevelObjectiveBuilder. build()ServiceLevelObjectiveNameServiceLevelObjectiveName.OrganizationServiceServiceLevelObjectiveBuilder. build()static ServiceLevelObjectiveNameServiceLevelObjectiveName. of(String project, String service, String serviceLevelObjective)static ServiceLevelObjectiveNameServiceLevelObjectiveName. ofFolderServiceServiceLevelObjectiveName(String folder, String service, String serviceLevelObjective)static ServiceLevelObjectiveNameServiceLevelObjectiveName. ofOrganizationServiceServiceLevelObjectiveName(String organization, String service, String serviceLevelObjective)static ServiceLevelObjectiveNameServiceLevelObjectiveName. ofProjectServiceServiceLevelObjectiveName(String project, String service, String serviceLevelObjective)static ServiceLevelObjectiveNameServiceLevelObjectiveName. parse(String formattedString)Methods in com.google.monitoring.v3 that return types with arguments of type ServiceLevelObjectiveName Modifier and Type Method Description static List<ServiceLevelObjectiveName>ServiceLevelObjectiveName. parseList(List<String> formattedStrings)Method parameters in com.google.monitoring.v3 with type arguments of type ServiceLevelObjectiveName Modifier and Type Method Description static List<String>ServiceLevelObjectiveName. toStringList(List<ServiceLevelObjectiveName> values)
-