@Generated(value="by gRPC proto compiler (version 1.53.0)",
comments="Source: auth.proto")
public final class AuthGrpc
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AuthGrpc.AuthBlockingStub |
static class |
AuthGrpc.AuthFutureStub |
static class |
AuthGrpc.AuthImplBase |
static class |
AuthGrpc.AuthStub |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<_GenerateApiTokenRequest,_GenerateApiTokenResponse> |
getGenerateApiTokenMethod() |
static io.grpc.MethodDescriptor<_LoginRequest,_LoginResponse> |
getLoginMethod() |
static io.grpc.MethodDescriptor<_RefreshApiTokenRequest,_RefreshApiTokenResponse> |
getRefreshApiTokenMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static AuthGrpc.AuthBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static AuthGrpc.AuthFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static AuthGrpc.AuthStub |
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<_LoginRequest,_LoginResponse> getLoginMethod()
public static io.grpc.MethodDescriptor<_GenerateApiTokenRequest,_GenerateApiTokenResponse> getGenerateApiTokenMethod()
public static io.grpc.MethodDescriptor<_RefreshApiTokenRequest,_RefreshApiTokenResponse> getRefreshApiTokenMethod()
public static AuthGrpc.AuthStub newStub(io.grpc.Channel channel)
public static AuthGrpc.AuthBlockingStub newBlockingStub(io.grpc.Channel channel)
public static AuthGrpc.AuthFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()