Uses of Class
com.google.monitoring.v3.ServiceName
-
Packages that use ServiceName Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.monitoring.v3 -
-
Uses of ServiceName in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 with parameters of type ServiceName Modifier and Type Method Description ServiceLevelObjectiveServiceMonitoringServiceClient. createServiceLevelObjective(ServiceName parent, ServiceLevelObjective serviceLevelObjective)Create a `ServiceLevelObjective` for the given `Service`.voidServiceMonitoringServiceClient. deleteService(ServiceName name)Soft delete this `Service`.ServiceServiceMonitoringServiceClient. getService(ServiceName name)Get the named `Service`.ServiceMonitoringServiceClient.ListServiceLevelObjectivesPagedResponseServiceMonitoringServiceClient. listServiceLevelObjectives(ServiceName parent)List the `ServiceLevelObjective`s for the given `Service`. -
Uses of ServiceName in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return ServiceName Modifier and Type Method Description ServiceNameServiceName.Builder. build()ServiceNameServiceName.FolderServiceBuilder. build()ServiceNameServiceName.OrganizationServiceBuilder. build()static ServiceNameServiceName. of(String project, String service)static ServiceNameServiceName. ofFolderServiceName(String folder, String service)static ServiceNameServiceName. ofOrganizationServiceName(String organization, String service)static ServiceNameServiceName. ofProjectServiceName(String project, String service)static ServiceNameServiceName. parse(String formattedString)Methods in com.google.monitoring.v3 that return types with arguments of type ServiceName Modifier and Type Method Description static List<ServiceName>ServiceName. parseList(List<String> formattedStrings)Method parameters in com.google.monitoring.v3 with type arguments of type ServiceName Modifier and Type Method Description static List<String>ServiceName. toStringList(List<ServiceName> values)
-