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 interfaceMetricServiceGrpc.AsyncServiceManages metric descriptors, monitored resource descriptors, and time series data.static classMetricServiceGrpc.MetricServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service MetricService.static classMetricServiceGrpc.MetricServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service MetricService.static classMetricServiceGrpc.MetricServiceImplBaseBase class for the server implementation of the service MetricService.static classMetricServiceGrpc.MetricServiceStubA stub to allow clients to do asynchronous rpc calls to service MetricService.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(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.ServiceDescriptorgetServiceDescriptor()static MetricServiceGrpc.MetricServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic MetricServiceGrpc.MetricServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic MetricServiceGrpc.MetricServiceStubnewStub(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()
-
-