@Generated(value="by gRPC proto compiler (version 1.2.0)",
comments="Source: google/devtools/clouderrorreporting/v1beta1/error_group_service.proto")
public final class ErrorGroupServiceGrpc
extends java.lang.Object
Service for retrieving and updating individual error groups.
Modifier and Type | Class and Description |
---|---|
static class |
ErrorGroupServiceGrpc.ErrorGroupServiceBlockingStub
Service for retrieving and updating individual error groups.
|
static class |
ErrorGroupServiceGrpc.ErrorGroupServiceFutureStub
Service for retrieving and updating individual error groups.
|
static class |
ErrorGroupServiceGrpc.ErrorGroupServiceImplBase
Service for retrieving and updating individual error groups.
|
static class |
ErrorGroupServiceGrpc.ErrorGroupServiceStub
Service for retrieving and updating individual error groups.
|
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<GetGroupRequest,ErrorGroup> |
METHOD_GET_GROUP |
static io.grpc.MethodDescriptor<UpdateGroupRequest,ErrorGroup> |
METHOD_UPDATE_GROUP |
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static ErrorGroupServiceGrpc.ErrorGroupServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ErrorGroupServiceGrpc.ErrorGroupServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
|
static ErrorGroupServiceGrpc.ErrorGroupServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<GetGroupRequest,ErrorGroup> METHOD_GET_GROUP
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<UpdateGroupRequest,ErrorGroup> METHOD_UPDATE_GROUP
public static ErrorGroupServiceGrpc.ErrorGroupServiceStub newStub(io.grpc.Channel channel)
public static ErrorGroupServiceGrpc.ErrorGroupServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ErrorGroupServiceGrpc.ErrorGroupServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()