Package com.google.monitoring.v3
Class QueryServiceGrpc.QueryServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<QueryServiceGrpc.QueryServiceStub>
-
- com.google.monitoring.v3.QueryServiceGrpc.QueryServiceStub
-
- Enclosing class:
- QueryServiceGrpc
public static final class QueryServiceGrpc.QueryServiceStub extends io.grpc.stub.AbstractAsyncStub<QueryServiceGrpc.QueryServiceStub>
A stub to allow clients to do asynchronous rpc calls to 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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected QueryServiceGrpc.QueryServiceStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
queryTimeSeries(QueryTimeSeriesRequest request, io.grpc.stub.StreamObserver<QueryTimeSeriesResponse> responseObserver)
Queries time series using Monitoring Query Language.
-
-
-
Method Detail
-
build
protected QueryServiceGrpc.QueryServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<QueryServiceGrpc.QueryServiceStub>
-
queryTimeSeries
public void queryTimeSeries(QueryTimeSeriesRequest request, io.grpc.stub.StreamObserver<QueryTimeSeriesResponse> responseObserver)
Queries time series using Monitoring Query Language. This method does not require a Workspace.
-
-