Package com.google.monitoring.v3
Class MetricServiceGrpc
- java.lang.Object
-
- com.google.monitoring.v3.MetricServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/monitoring/v3/metric_service.proto") public final class MetricServiceGrpc extends Object
Manages metric descriptors, monitored resource descriptors, and time series data.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
MetricServiceGrpc.AsyncService
Manages metric descriptors, monitored resource descriptors, and time series data.static class
MetricServiceGrpc.MetricServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service MetricService.static class
MetricServiceGrpc.MetricServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service MetricService.static class
MetricServiceGrpc.MetricServiceImplBase
Base class for the server implementation of the service MetricService.static class
MetricServiceGrpc.MetricServiceStub
A stub to allow clients to do asynchronous rpc calls to service MetricService.
-
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(MetricServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateMetricDescriptorRequest,com.google.api.MetricDescriptor>
getCreateMetricDescriptorMethod()
static io.grpc.MethodDescriptor<CreateTimeSeriesRequest,com.google.protobuf.Empty>
getCreateServiceTimeSeriesMethod()
static io.grpc.MethodDescriptor<CreateTimeSeriesRequest,com.google.protobuf.Empty>
getCreateTimeSeriesMethod()
static io.grpc.MethodDescriptor<DeleteMetricDescriptorRequest,com.google.protobuf.Empty>
getDeleteMetricDescriptorMethod()
static io.grpc.MethodDescriptor<GetMetricDescriptorRequest,com.google.api.MetricDescriptor>
getGetMetricDescriptorMethod()
static io.grpc.MethodDescriptor<GetMonitoredResourceDescriptorRequest,com.google.api.MonitoredResourceDescriptor>
getGetMonitoredResourceDescriptorMethod()
static io.grpc.MethodDescriptor<ListMetricDescriptorsRequest,ListMetricDescriptorsResponse>
getListMetricDescriptorsMethod()
static io.grpc.MethodDescriptor<ListMonitoredResourceDescriptorsRequest,ListMonitoredResourceDescriptorsResponse>
getListMonitoredResourceDescriptorsMethod()
static io.grpc.MethodDescriptor<ListTimeSeriesRequest,ListTimeSeriesResponse>
getListTimeSeriesMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static MetricServiceGrpc.MetricServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic MetricServiceGrpc.MetricServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic MetricServiceGrpc.MetricServiceStub
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
-
getListMonitoredResourceDescriptorsMethod
public static io.grpc.MethodDescriptor<ListMonitoredResourceDescriptorsRequest,ListMonitoredResourceDescriptorsResponse> getListMonitoredResourceDescriptorsMethod()
-
getGetMonitoredResourceDescriptorMethod
public static io.grpc.MethodDescriptor<GetMonitoredResourceDescriptorRequest,com.google.api.MonitoredResourceDescriptor> getGetMonitoredResourceDescriptorMethod()
-
getListMetricDescriptorsMethod
public static io.grpc.MethodDescriptor<ListMetricDescriptorsRequest,ListMetricDescriptorsResponse> getListMetricDescriptorsMethod()
-
getGetMetricDescriptorMethod
public static io.grpc.MethodDescriptor<GetMetricDescriptorRequest,com.google.api.MetricDescriptor> getGetMetricDescriptorMethod()
-
getCreateMetricDescriptorMethod
public static io.grpc.MethodDescriptor<CreateMetricDescriptorRequest,com.google.api.MetricDescriptor> getCreateMetricDescriptorMethod()
-
getDeleteMetricDescriptorMethod
public static io.grpc.MethodDescriptor<DeleteMetricDescriptorRequest,com.google.protobuf.Empty> getDeleteMetricDescriptorMethod()
-
getListTimeSeriesMethod
public static io.grpc.MethodDescriptor<ListTimeSeriesRequest,ListTimeSeriesResponse> getListTimeSeriesMethod()
-
getCreateTimeSeriesMethod
public static io.grpc.MethodDescriptor<CreateTimeSeriesRequest,com.google.protobuf.Empty> getCreateTimeSeriesMethod()
-
getCreateServiceTimeSeriesMethod
public static io.grpc.MethodDescriptor<CreateTimeSeriesRequest,com.google.protobuf.Empty> getCreateServiceTimeSeriesMethod()
-
newStub
public static MetricServiceGrpc.MetricServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static MetricServiceGrpc.MetricServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static MetricServiceGrpc.MetricServiceFutureStub 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(MetricServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-