Package com.coreos.dex.api
Class DexGrpc
java.lang.Object
com.coreos.dex.api.DexGrpc
@Generated(value="by gRPC proto compiler (version 1.68.0)",
comments="Source: dex.proto")
public final class DexGrpc
extends Object
Dex represents the dex gRPC service.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Dex represents the dex gRPC service.static final class
A stub to allow clients to do synchronous rpc calls to service Dex.static final class
A stub to allow clients to do ListenableFuture-style rpc calls to service Dex.static class
Base class for the server implementation of the service Dex.static final class
A stub to allow clients to do asynchronous rpc calls to service Dex. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinition
bindService
(DexGrpc.AsyncService service) static io.grpc.MethodDescriptor<DexOuterClass.CreateClientReq,
DexOuterClass.CreateClientResp> static io.grpc.MethodDescriptor<DexOuterClass.CreatePasswordReq,
DexOuterClass.CreatePasswordResp> static io.grpc.MethodDescriptor<DexOuterClass.DeleteClientReq,
DexOuterClass.DeleteClientResp> static io.grpc.MethodDescriptor<DexOuterClass.DeletePasswordReq,
DexOuterClass.DeletePasswordResp> static io.grpc.MethodDescriptor<DexOuterClass.GetClientReq,
DexOuterClass.GetClientResp> static io.grpc.MethodDescriptor<DexOuterClass.VersionReq,
DexOuterClass.VersionResp> static io.grpc.MethodDescriptor<DexOuterClass.ListPasswordReq,
DexOuterClass.ListPasswordResp> static io.grpc.MethodDescriptor<DexOuterClass.ListRefreshReq,
DexOuterClass.ListRefreshResp> static io.grpc.MethodDescriptor<DexOuterClass.RevokeRefreshReq,
DexOuterClass.RevokeRefreshResp> static io.grpc.ServiceDescriptor
static io.grpc.MethodDescriptor<DexOuterClass.UpdateClientReq,
DexOuterClass.UpdateClientResp> static io.grpc.MethodDescriptor<DexOuterClass.UpdatePasswordReq,
DexOuterClass.UpdatePasswordResp> static io.grpc.MethodDescriptor<DexOuterClass.VerifyPasswordReq,
DexOuterClass.VerifyPasswordResp> static DexGrpc.DexBlockingStub
newBlockingStub
(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic DexGrpc.DexFutureStub
newFutureStub
(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic DexGrpc.DexStub
newStub
(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getGetClientMethod
public static io.grpc.MethodDescriptor<DexOuterClass.GetClientReq,DexOuterClass.GetClientResp> getGetClientMethod() -
getCreateClientMethod
public static io.grpc.MethodDescriptor<DexOuterClass.CreateClientReq,DexOuterClass.CreateClientResp> getCreateClientMethod() -
getUpdateClientMethod
public static io.grpc.MethodDescriptor<DexOuterClass.UpdateClientReq,DexOuterClass.UpdateClientResp> getUpdateClientMethod() -
getDeleteClientMethod
public static io.grpc.MethodDescriptor<DexOuterClass.DeleteClientReq,DexOuterClass.DeleteClientResp> getDeleteClientMethod() -
getCreatePasswordMethod
public static io.grpc.MethodDescriptor<DexOuterClass.CreatePasswordReq,DexOuterClass.CreatePasswordResp> getCreatePasswordMethod() -
getUpdatePasswordMethod
public static io.grpc.MethodDescriptor<DexOuterClass.UpdatePasswordReq,DexOuterClass.UpdatePasswordResp> getUpdatePasswordMethod() -
getDeletePasswordMethod
public static io.grpc.MethodDescriptor<DexOuterClass.DeletePasswordReq,DexOuterClass.DeletePasswordResp> getDeletePasswordMethod() -
getListPasswordsMethod
public static io.grpc.MethodDescriptor<DexOuterClass.ListPasswordReq,DexOuterClass.ListPasswordResp> getListPasswordsMethod() -
getGetVersionMethod
public static io.grpc.MethodDescriptor<DexOuterClass.VersionReq,DexOuterClass.VersionResp> getGetVersionMethod() -
getListRefreshMethod
public static io.grpc.MethodDescriptor<DexOuterClass.ListRefreshReq,DexOuterClass.ListRefreshResp> getListRefreshMethod() -
getRevokeRefreshMethod
public static io.grpc.MethodDescriptor<DexOuterClass.RevokeRefreshReq,DexOuterClass.RevokeRefreshResp> getRevokeRefreshMethod() -
getVerifyPasswordMethod
public static io.grpc.MethodDescriptor<DexOuterClass.VerifyPasswordReq,DexOuterClass.VerifyPasswordResp> getVerifyPasswordMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-