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 interface
QueryServiceGrpc.AsyncService
The QueryService API is used to manage time series data in Stackdriver Monitoring.static class
QueryServiceGrpc.QueryServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service QueryService.static class
QueryServiceGrpc.QueryServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service QueryService.static class
QueryServiceGrpc.QueryServiceImplBase
Base class for the server implementation of the service QueryService.static class
QueryServiceGrpc.QueryServiceStub
A stub to allow clients to do asynchronous rpc calls to service QueryService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(QueryServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<QueryTimeSeriesRequest,QueryTimeSeriesResponse>
getQueryTimeSeriesMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static QueryServiceGrpc.QueryServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic QueryServiceGrpc.QueryServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic QueryServiceGrpc.QueryServiceStub
newStub(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()
-
-