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 interface
MetricsServiceV2Grpc.AsyncService
Service for configuring logs-based metrics.static class
MetricsServiceV2Grpc.MetricsServiceV2BlockingStub
A stub to allow clients to do synchronous rpc calls to service MetricsServiceV2.static class
MetricsServiceV2Grpc.MetricsServiceV2FutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service MetricsServiceV2.static class
MetricsServiceV2Grpc.MetricsServiceV2ImplBase
Base class for the server implementation of the service MetricsServiceV2.static class
MetricsServiceV2Grpc.MetricsServiceV2Stub
A stub to allow clients to do asynchronous rpc calls to service MetricsServiceV2.
-
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(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.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateLogMetricRequest,LogMetric>
getUpdateLogMetricMethod()
static MetricsServiceV2Grpc.MetricsServiceV2BlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic MetricsServiceV2Grpc.MetricsServiceV2FutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic MetricsServiceV2Grpc.MetricsServiceV2Stub
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
-
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()
-
-