Package com.google.monitoring.v3
Class MetricServiceGrpc.MetricServiceImplBase
- java.lang.Object
-
- com.google.monitoring.v3.MetricServiceGrpc.MetricServiceImplBase
-
- All Implemented Interfaces:
MetricServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- MetricServiceGrpc
public abstract static class MetricServiceGrpc.MetricServiceImplBase extends Object implements io.grpc.BindableService, MetricServiceGrpc.AsyncService
Base class for the server implementation of the service MetricService.Manages metric descriptors, monitored resource descriptors, and time series data.
-
-
Constructor Summary
Constructors Constructor Description MetricServiceImplBase()
-
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.MetricServiceGrpc.AsyncService
createMetricDescriptor, createServiceTimeSeries, createTimeSeries, deleteMetricDescriptor, getMetricDescriptor, getMonitoredResourceDescriptor, listMetricDescriptors, listMonitoredResourceDescriptors, listTimeSeries
-
-