Class QueryServiceGrpc.QueryServiceFutureStub (3.57.0)

public static final class QueryServiceGrpc.QueryServiceFutureStub extends AbstractFutureStub<QueryServiceGrpc.QueryServiceFutureStub>

A stub to allow clients to do ListenableFuture-style rpc calls to service QueryService.

The QueryService API is used to manage time series data in Cloud Monitoring. Time series data is a collection of data points that describes the time-varying values of a metric.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > QueryServiceGrpc.QueryServiceFutureStub

Methods

build(Channel channel, CallOptions callOptions)

protected QueryServiceGrpc.QueryServiceFutureStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
QueryServiceGrpc.QueryServiceFutureStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

queryTimeSeries(QueryTimeSeriesRequest request) (deprecated)

public ListenableFuture<QueryTimeSeriesResponse> queryTimeSeries(QueryTimeSeriesRequest request)

Queries time series by using Monitoring Query Language (MQL). We recommend using PromQL instead of MQL. For more information about the status of MQL, see the MQL deprecation notice.

Parameter
Name Description
request QueryTimeSeriesRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<QueryTimeSeriesResponse>