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 ServiceLevelObjective
ServiceMonitoringServiceClient. createServiceLevelObjective(ServiceName parent, ServiceLevelObjective serviceLevelObjective)
Create a `ServiceLevelObjective` for the given `Service`.void
ServiceMonitoringServiceClient. deleteService(ServiceName name)
Soft delete this `Service`.Service
ServiceMonitoringServiceClient. getService(ServiceName name)
Get the named `Service`.ServiceMonitoringServiceClient.ListServiceLevelObjectivesPagedResponse
ServiceMonitoringServiceClient. 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 ServiceName
ServiceName.Builder. build()
ServiceName
ServiceName.FolderServiceBuilder. build()
ServiceName
ServiceName.OrganizationServiceBuilder. build()
static ServiceName
ServiceName. of(String project, String service)
static ServiceName
ServiceName. ofFolderServiceName(String folder, String service)
static ServiceName
ServiceName. ofOrganizationServiceName(String organization, String service)
static ServiceName
ServiceName. ofProjectServiceName(String project, String service)
static ServiceName
ServiceName. 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)
-