| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
BasicSli |
BasicSli.clone() |
BasicSli |
ServiceLevelIndicator.getBasicSli()
Basic SLI on a well-known service type.
|
BasicSli |
PerformanceThreshold.getBasicSliPerformance()
BasicSli to evaluate to judge window quality.
|
BasicSli |
BasicSli.set(String fieldName,
Object value) |
BasicSli |
BasicSli.setAvailability(AvailabilityCriteria availability)
Good service is defined to be the count of requests made to this service that return
successfully.
|
BasicSli |
BasicSli.setLatency(LatencyCriteria latency)
Good service is defined to be the count of requests made to this service that are fast enough
with respect to latency.threshold.
|
BasicSli |
BasicSli.setLocation(List<String> location)
OPTIONAL: The set of locations to which this SLI is relevant.
|
BasicSli |
BasicSli.setMethod(List<String> method)
OPTIONAL: The set of RPCs to which this SLI is relevant.
|
BasicSli |
BasicSli.setVersion(List<String> version)
OPTIONAL: The set of API versions to which this SLI is relevant.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceLevelIndicator |
ServiceLevelIndicator.setBasicSli(BasicSli basicSli)
Basic SLI on a well-known service type.
|
PerformanceThreshold |
PerformanceThreshold.setBasicSliPerformance(BasicSli basicSliPerformance)
BasicSli to evaluate to judge window quality.
|
Copyright © 2011–2025 Google. All rights reserved.