| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3 | |
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
Monitoring.Services.ServiceLevelObjectives.Create |
Monitoring.Services.ServiceLevelObjectives.create(String parent,
ServiceLevelObjective content)
Create a ServiceLevelObjective for the given Service.
|
Monitoring.Services.ServiceLevelObjectives.Patch |
Monitoring.Services.ServiceLevelObjectives.patch(String name,
ServiceLevelObjective content)
Update the given ServiceLevelObjective.
|
| Constructor and Description |
|---|
Create(String parent,
ServiceLevelObjective content)
Create a ServiceLevelObjective for the given Service.
|
Patch(String name,
ServiceLevelObjective content)
Update the given ServiceLevelObjective.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceLevelObjective |
ServiceLevelObjective.clone() |
ServiceLevelObjective |
ServiceLevelObjective.set(String fieldName,
Object value) |
ServiceLevelObjective |
ServiceLevelObjective.setCalendarPeriod(String calendarPeriod)
A calendar period, semantically "since the start of the current ".
|
ServiceLevelObjective |
ServiceLevelObjective.setDisplayName(String displayName)
Name used for UI elements listing this SLO.
|
ServiceLevelObjective |
ServiceLevelObjective.setGoal(Double goal)
The fraction of service that must be good in order for this objective to be met.
|
ServiceLevelObjective |
ServiceLevelObjective.setName(String name)
Identifier.
|
ServiceLevelObjective |
ServiceLevelObjective.setRollingPeriod(String rollingPeriod)
A rolling time period, semantically "in the past ".
|
ServiceLevelObjective |
ServiceLevelObjective.setServiceLevelIndicator(ServiceLevelIndicator serviceLevelIndicator)
The definition of good service, used to measure and calculate the quality of the Service's
performance with respect to a single aspect of service quality.
|
ServiceLevelObjective |
ServiceLevelObjective.setUserLabels(Map<String,String> userLabels)
Labels which have been used to annotate the service-level objective.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceLevelObjective> |
ListServiceLevelObjectivesResponse.getServiceLevelObjectives()
The ServiceLevelObjectives matching the specified filter.
|
| Modifier and Type | Method and Description |
|---|---|
ListServiceLevelObjectivesResponse |
ListServiceLevelObjectivesResponse.setServiceLevelObjectives(List<ServiceLevelObjective> serviceLevelObjectives)
The ServiceLevelObjectives matching the specified filter.
|
Copyright © 2011–2025 Google. All rights reserved.