public class Monitoring.Services.ServiceLevelObjectives extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Monitoring.Services.ServiceLevelObjectives.Create |
class |
Monitoring.Services.ServiceLevelObjectives.Delete |
class |
Monitoring.Services.ServiceLevelObjectives.Get |
class |
Monitoring.Services.ServiceLevelObjectives.List |
class |
Monitoring.Services.ServiceLevelObjectives.Patch |
| Constructor and Description |
|---|
ServiceLevelObjectives() |
| Modifier and Type | Method and Description |
|---|---|
Monitoring.Services.ServiceLevelObjectives.Create |
create(String parent,
ServiceLevelObjective content)
Create a ServiceLevelObjective for the given Service.
|
Monitoring.Services.ServiceLevelObjectives.Delete |
delete(String name)
Delete the given ServiceLevelObjective.
|
Monitoring.Services.ServiceLevelObjectives.Get |
get(String name)
Get a ServiceLevelObjective by name.
|
Monitoring.Services.ServiceLevelObjectives.List |
list(String parent)
List the ServiceLevelObjectives for the given Service.
|
Monitoring.Services.ServiceLevelObjectives.Patch |
patch(String name,
ServiceLevelObjective content)
Update the given ServiceLevelObjective.
|
public Monitoring.Services.ServiceLevelObjectives.Create create(String parent, ServiceLevelObjective content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Resource name of the parent Service. The format is:
projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]content - the ServiceLevelObjectiveIOExceptionpublic Monitoring.Services.ServiceLevelObjectives.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Resource name of the ServiceLevelObjective to delete. The format is:
projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME]IOExceptionpublic Monitoring.Services.ServiceLevelObjectives.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Resource name of the ServiceLevelObjective to get. The format is:
projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME]IOExceptionpublic Monitoring.Services.ServiceLevelObjectives.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Resource name of the parent containing the listed SLOs, either a project or a Monitoring
Metrics Scope. The formats are: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]
workspaces/[HOST_PROJECT_ID_OR_NUMBER]/services/-IOExceptionpublic Monitoring.Services.ServiceLevelObjectives.Patch patch(String name, ServiceLevelObjective content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Identifier. Resource name for this ServiceLevelObjective. The format is:
projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME]content - the ServiceLevelObjectiveIOExceptionCopyright © 2011–2025 Google. All rights reserved.