Class SessionEntityTypesGrpc (0.52.0)

public final class SessionEntityTypesGrpc

Service for managing SessionEntityTypes.

Inheritance

java.lang.Object > SessionEntityTypesGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(SessionEntityTypesGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(SessionEntityTypesGrpc.AsyncService service)
Parameter
NameDescription
serviceSessionEntityTypesGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getCreateSessionEntityTypeMethod()

public static MethodDescriptor<CreateSessionEntityTypeRequest,SessionEntityType> getCreateSessionEntityTypeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateSessionEntityTypeRequest,SessionEntityType>

getDeleteSessionEntityTypeMethod()

public static MethodDescriptor<DeleteSessionEntityTypeRequest,Empty> getDeleteSessionEntityTypeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteSessionEntityTypeRequest,Empty>

getGetSessionEntityTypeMethod()

public static MethodDescriptor<GetSessionEntityTypeRequest,SessionEntityType> getGetSessionEntityTypeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetSessionEntityTypeRequest,SessionEntityType>

getListSessionEntityTypesMethod()

public static MethodDescriptor<ListSessionEntityTypesRequest,ListSessionEntityTypesResponse> getListSessionEntityTypesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListSessionEntityTypesRequest,ListSessionEntityTypesResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getUpdateSessionEntityTypeMethod()

public static MethodDescriptor<UpdateSessionEntityTypeRequest,SessionEntityType> getUpdateSessionEntityTypeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateSessionEntityTypeRequest,SessionEntityType>

newBlockingStub(Channel channel)

public static SessionEntityTypesGrpc.SessionEntityTypesBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
SessionEntityTypesGrpc.SessionEntityTypesBlockingStub

newFutureStub(Channel channel)

public static SessionEntityTypesGrpc.SessionEntityTypesFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
SessionEntityTypesGrpc.SessionEntityTypesFutureStub

newStub(Channel channel)

public static SessionEntityTypesGrpc.SessionEntityTypesStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
SessionEntityTypesGrpc.SessionEntityTypesStub