Package com.google.monitoring.v3
Class QueryServiceGrpc
- java.lang.Object
-
- com.google.monitoring.v3.QueryServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/monitoring/v3/query_service.proto") public final class QueryServiceGrpc extends Object
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceQueryServiceGrpc.AsyncServiceThe QueryService API is used to manage time series data in Stackdriver Monitoring.static classQueryServiceGrpc.QueryServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service QueryService.static classQueryServiceGrpc.QueryServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service QueryService.static classQueryServiceGrpc.QueryServiceImplBaseBase class for the server implementation of the service QueryService.static classQueryServiceGrpc.QueryServiceStubA stub to allow clients to do asynchronous rpc calls to service QueryService.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(QueryServiceGrpc.AsyncService service)static io.grpc.MethodDescriptor<QueryTimeSeriesRequest,QueryTimeSeriesResponse>getQueryTimeSeriesMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static QueryServiceGrpc.QueryServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic QueryServiceGrpc.QueryServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic QueryServiceGrpc.QueryServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getQueryTimeSeriesMethod
public static io.grpc.MethodDescriptor<QueryTimeSeriesRequest,QueryTimeSeriesResponse> getQueryTimeSeriesMethod()
-
newStub
public static QueryServiceGrpc.QueryServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static QueryServiceGrpc.QueryServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static QueryServiceGrpc.QueryServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(QueryServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-