@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.
| Modifier and Type | Class and 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.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and 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 service
|
static QueryServiceGrpc.QueryServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static QueryServiceGrpc.QueryServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<QueryTimeSeriesRequest,QueryTimeSeriesResponse> getQueryTimeSeriesMethod()
public static QueryServiceGrpc.QueryServiceStub newStub(io.grpc.Channel channel)
public static QueryServiceGrpc.QueryServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static QueryServiceGrpc.QueryServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(QueryServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.