public static final class QueryServiceGrpc.QueryServiceStub extends io.grpc.stub.AbstractAsyncStub<QueryServiceGrpc.QueryServiceStub>
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.
| Modifier and Type | Method and 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.
|
protected QueryServiceGrpc.QueryServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<QueryServiceGrpc.QueryServiceStub>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.
Copyright © 2023 Google LLC. All rights reserved.