Class SessionEntityTypesGrpc (4.9.1)

See more code actions.
public final class SessionEntityTypesGrpc

Service for managing SessionEntityTypes.

java.lang.Object > SessionEntityTypesGrpc

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

getCreateSessionEntityTypeMethod()

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

getDeleteSessionEntityTypeMethod()

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

getGetSessionEntityTypeMethod()

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

getListSessionEntityTypesMethod()

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

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateSessionEntityTypeMethod()

public static MethodDescriptor<UpdateSessionEntityTypeRequest,SessionEntityType> getUpdateSessionEntityTypeMethod()
Returns
Type Description
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
Name Description
channel io.grpc.Channel
Returns

newFutureStub(Channel channel)

public static SessionEntityTypesGrpc.SessionEntityTypesFutureStub newFutureStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns

newStub(Channel channel)

public static SessionEntityTypesGrpc.SessionEntityTypesStub newStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns