@Generated(value="by gRPC proto compiler (version 1.66.0)",
comments="Source: github.com/heroiclabs/satori/api/satori.proto")
public final class SatoriGrpc
extends java.lang.Object
The GRPC protocol service for Satori built with GRPC.
Modifier and Type | Class and Description |
---|---|
static interface |
SatoriGrpc.AsyncService
The GRPC protocol service for Satori built with GRPC.
|
static class |
SatoriGrpc.SatoriBlockingStub
A stub to allow clients to do synchronous rpc calls to service Satori.
|
static class |
SatoriGrpc.SatoriFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Satori.
|
static class |
SatoriGrpc.SatoriImplBase
Base class for the server implementation of the service Satori.
|
static class |
SatoriGrpc.SatoriStub
A stub to allow clients to do asynchronous rpc calls to service Satori.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServerServiceDefinition |
bindService(SatoriGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<AuthenticateLogoutRequest,com.google.protobuf.Empty> |
getAuthenticateLogoutMethod() |
static io.grpc.MethodDescriptor<AuthenticateRequest,Session> |
getAuthenticateMethod() |
static io.grpc.MethodDescriptor<AuthenticateRefreshRequest,Session> |
getAuthenticateRefreshMethod() |
static io.grpc.MethodDescriptor<com.google.protobuf.Empty,com.google.protobuf.Empty> |
getDeleteIdentityMethod() |
static io.grpc.MethodDescriptor<DeleteMessageRequest,com.google.protobuf.Empty> |
getDeleteMessageMethod() |
static io.grpc.MethodDescriptor<EventRequest,com.google.protobuf.Empty> |
getEventMethod() |
static io.grpc.MethodDescriptor<GetExperimentsRequest,ExperimentList> |
getGetExperimentsMethod() |
static io.grpc.MethodDescriptor<GetFlagsRequest,FlagList> |
getGetFlagsMethod() |
static io.grpc.MethodDescriptor<GetLiveEventsRequest,LiveEventList> |
getGetLiveEventsMethod() |
static io.grpc.MethodDescriptor<GetMessageListRequest,GetMessageListResponse> |
getGetMessageListMethod() |
static io.grpc.MethodDescriptor<com.google.protobuf.Empty,com.google.protobuf.Empty> |
getHealthcheckMethod() |
static io.grpc.MethodDescriptor<IdentifyRequest,Session> |
getIdentifyMethod() |
static io.grpc.MethodDescriptor<com.google.protobuf.Empty,Properties> |
getListPropertiesMethod() |
static io.grpc.MethodDescriptor<com.google.protobuf.Empty,com.google.protobuf.Empty> |
getReadycheckMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateMessageRequest,com.google.protobuf.Empty> |
getUpdateMessageMethod() |
static io.grpc.MethodDescriptor<UpdatePropertiesRequest,com.google.protobuf.Empty> |
getUpdatePropertiesMethod() |
static SatoriGrpc.SatoriBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static SatoriGrpc.SatoriFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static SatoriGrpc.SatoriStub |
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
public static io.grpc.MethodDescriptor<AuthenticateRequest,Session> getAuthenticateMethod()
public static io.grpc.MethodDescriptor<AuthenticateLogoutRequest,com.google.protobuf.Empty> getAuthenticateLogoutMethod()
public static io.grpc.MethodDescriptor<AuthenticateRefreshRequest,Session> getAuthenticateRefreshMethod()
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,com.google.protobuf.Empty> getDeleteIdentityMethod()
public static io.grpc.MethodDescriptor<EventRequest,com.google.protobuf.Empty> getEventMethod()
public static io.grpc.MethodDescriptor<GetExperimentsRequest,ExperimentList> getGetExperimentsMethod()
public static io.grpc.MethodDescriptor<GetFlagsRequest,FlagList> getGetFlagsMethod()
public static io.grpc.MethodDescriptor<GetLiveEventsRequest,LiveEventList> getGetLiveEventsMethod()
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,com.google.protobuf.Empty> getHealthcheckMethod()
public static io.grpc.MethodDescriptor<IdentifyRequest,Session> getIdentifyMethod()
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,Properties> getListPropertiesMethod()
public static io.grpc.MethodDescriptor<com.google.protobuf.Empty,com.google.protobuf.Empty> getReadycheckMethod()
public static io.grpc.MethodDescriptor<UpdatePropertiesRequest,com.google.protobuf.Empty> getUpdatePropertiesMethod()
public static io.grpc.MethodDescriptor<GetMessageListRequest,GetMessageListResponse> getGetMessageListMethod()
public static io.grpc.MethodDescriptor<UpdateMessageRequest,com.google.protobuf.Empty> getUpdateMessageMethod()
public static io.grpc.MethodDescriptor<DeleteMessageRequest,com.google.protobuf.Empty> getDeleteMessageMethod()
public static SatoriGrpc.SatoriStub newStub(io.grpc.Channel channel)
public static SatoriGrpc.SatoriBlockingStub newBlockingStub(io.grpc.Channel channel)
public static SatoriGrpc.SatoriFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(SatoriGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()