Package com.google.monitoring.v3
Class ServiceMonitoringServiceGrpc.ServiceMonitoringServiceImplBase
- java.lang.Object
-
- com.google.monitoring.v3.ServiceMonitoringServiceGrpc.ServiceMonitoringServiceImplBase
-
- All Implemented Interfaces:
ServiceMonitoringServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ServiceMonitoringServiceGrpc
public abstract static class ServiceMonitoringServiceGrpc.ServiceMonitoringServiceImplBase extends Object implements io.grpc.BindableService, ServiceMonitoringServiceGrpc.AsyncService
Base class for the server implementation of the service ServiceMonitoringService.The Cloud Monitoring Service-Oriented Monitoring API has endpoints for managing and querying aspects of a workspace's services. These include the `Service`'s monitored resources, its Service-Level Objectives, and a taxonomy of categorized Health Metrics.
-
-
Constructor Summary
Constructors Constructor Description ServiceMonitoringServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.monitoring.v3.ServiceMonitoringServiceGrpc.AsyncService
createService, createServiceLevelObjective, deleteService, deleteServiceLevelObjective, getService, getServiceLevelObjective, listServiceLevelObjectives, listServices, updateService, updateServiceLevelObjective
-
-