ServicesServiceLevelObjectives
class ServicesServiceLevelObjectives extends Resource (View source)
The "serviceLevelObjectives" collection of methods.
Typical usage is:
 $monitoringService = new Google\Service\Monitoring(...);
 $serviceLevelObjectives = $monitoringService->services_serviceLevelObjectives;Methods
Create a ServiceLevelObjective for the given Service.
Delete the given ServiceLevelObjective. (serviceLevelObjectives.delete)
Get a ServiceLevelObjective by name. (serviceLevelObjectives.get)
List the ServiceLevelObjectives for the given Service.
Update the given ServiceLevelObjective. (serviceLevelObjectives.patch)
Details
        
                            ServiceLevelObjective
    create(string $parent, ServiceLevelObjective $postBody, array $optParams = [])
        
    
    Create a ServiceLevelObjective for the given Service.
(serviceLevelObjectives.create)
        
                            MonitoringEmpty
    delete(string $name, array $optParams = [])
        
    
    Delete the given ServiceLevelObjective. (serviceLevelObjectives.delete)
        
                            ServiceLevelObjective
    get(string $name, array $optParams = [])
        
    
    Get a ServiceLevelObjective by name. (serviceLevelObjectives.get)
        
                            ListServiceLevelObjectivesResponse
    listServicesServiceLevelObjectives(string $parent, array $optParams = [])
        
    
    List the ServiceLevelObjectives for the given Service.
(serviceLevelObjectives.listServicesServiceLevelObjectives)
        
                            ServiceLevelObjective
    patch(string $name, ServiceLevelObjective $postBody, array $optParams = [])
        
    
    Update the given ServiceLevelObjective. (serviceLevelObjectives.patch)