Class 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 Detail

      • QueryServiceImplBase

        public QueryServiceImplBase()
    • Method Detail

      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService