Package com.google.logging.v2
Class MetricsServiceV2Grpc
- java.lang.Object
-
- com.google.logging.v2.MetricsServiceV2Grpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/logging/v2/logging_metrics.proto") public final class MetricsServiceV2Grpc extends Object
Service for configuring logs-based metrics.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMetricsServiceV2Grpc.AsyncServiceService for configuring logs-based metrics.static classMetricsServiceV2Grpc.MetricsServiceV2BlockingStubA stub to allow clients to do synchronous rpc calls to service MetricsServiceV2.static classMetricsServiceV2Grpc.MetricsServiceV2FutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service MetricsServiceV2.static classMetricsServiceV2Grpc.MetricsServiceV2ImplBaseBase class for the server implementation of the service MetricsServiceV2.static classMetricsServiceV2Grpc.MetricsServiceV2StubA stub to allow clients to do asynchronous rpc calls to service MetricsServiceV2.
-
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(MetricsServiceV2Grpc.AsyncService service)static io.grpc.MethodDescriptor<CreateLogMetricRequest,LogMetric>getCreateLogMetricMethod()static io.grpc.MethodDescriptor<DeleteLogMetricRequest,com.google.protobuf.Empty>getDeleteLogMetricMethod()static io.grpc.MethodDescriptor<GetLogMetricRequest,LogMetric>getGetLogMetricMethod()static io.grpc.MethodDescriptor<ListLogMetricsRequest,ListLogMetricsResponse>getListLogMetricsMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UpdateLogMetricRequest,LogMetric>getUpdateLogMetricMethod()static MetricsServiceV2Grpc.MetricsServiceV2BlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic MetricsServiceV2Grpc.MetricsServiceV2FutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic MetricsServiceV2Grpc.MetricsServiceV2StubnewStub(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
-
getListLogMetricsMethod
public static io.grpc.MethodDescriptor<ListLogMetricsRequest,ListLogMetricsResponse> getListLogMetricsMethod()
-
getGetLogMetricMethod
public static io.grpc.MethodDescriptor<GetLogMetricRequest,LogMetric> getGetLogMetricMethod()
-
getCreateLogMetricMethod
public static io.grpc.MethodDescriptor<CreateLogMetricRequest,LogMetric> getCreateLogMetricMethod()
-
getUpdateLogMetricMethod
public static io.grpc.MethodDescriptor<UpdateLogMetricRequest,LogMetric> getUpdateLogMetricMethod()
-
getDeleteLogMetricMethod
public static io.grpc.MethodDescriptor<DeleteLogMetricRequest,com.google.protobuf.Empty> getDeleteLogMetricMethod()
-
newStub
public static MetricsServiceV2Grpc.MetricsServiceV2Stub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static MetricsServiceV2Grpc.MetricsServiceV2BlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static MetricsServiceV2Grpc.MetricsServiceV2FutureStub 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(MetricsServiceV2Grpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-