Package com.google.monitoring.v3
Class QueryServiceGrpc.QueryServiceImplBase
- java.lang.Object
-
- com.google.monitoring.v3.QueryServiceGrpc.QueryServiceImplBase
-
- All Implemented Interfaces:
QueryServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- QueryServiceGrpc
public abstract static class QueryServiceGrpc.QueryServiceImplBase extends Object implements io.grpc.BindableService, QueryServiceGrpc.AsyncService
Base class for the server implementation of the service QueryService.The QueryService API is used to manage time series data in Stackdriver Monitoring. Time series data is a collection of data points that describes the time-varying values of a metric.
-
-
Constructor Summary
Constructors Constructor Description QueryServiceImplBase()
-
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.QueryServiceGrpc.AsyncService
queryTimeSeries
-
-