Class QueryServiceGrpc.QueryServiceImplBase (3.42.0)

public abstract static class QueryServiceGrpc.QueryServiceImplBase implements 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.

Inheritance

java.lang.Object > QueryServiceGrpc.QueryServiceImplBase

Implements

io.grpc.BindableService, QueryServiceGrpc.AsyncService

Constructors

QueryServiceImplBase()

public QueryServiceImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
TypeDescription
io.grpc.ServerServiceDefinition