Class SchemaServiceGrpc (0.37.0)

public final class SchemaServiceGrpc

Service for managing Schemas.

Inheritance

java.lang.Object > SchemaServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(SchemaServiceGrpc.AsyncService service)

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

getCreateSchemaMethod()

public static MethodDescriptor<CreateSchemaRequest,Operation> getCreateSchemaMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateSchemaRequest,Operation>

getDeleteSchemaMethod()

public static MethodDescriptor<DeleteSchemaRequest,Operation> getDeleteSchemaMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteSchemaRequest,Operation>

getGetSchemaMethod()

public static MethodDescriptor<GetSchemaRequest,Schema> getGetSchemaMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetSchemaRequest,Schema>

getListSchemasMethod()

public static MethodDescriptor<ListSchemasRequest,ListSchemasResponse> getListSchemasMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListSchemasRequest,ListSchemasResponse>

getServiceDescriptor()

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

getUpdateSchemaMethod()

public static MethodDescriptor<UpdateSchemaRequest,Operation> getUpdateSchemaMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateSchemaRequest,Operation>

newBlockingStub(Channel channel)

public static SchemaServiceGrpc.SchemaServiceBlockingStub 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
SchemaServiceGrpc.SchemaServiceBlockingStub

newFutureStub(Channel channel)

public static SchemaServiceGrpc.SchemaServiceFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
SchemaServiceGrpc.SchemaServiceFutureStub

newStub(Channel channel)

public static SchemaServiceGrpc.SchemaServiceStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
SchemaServiceGrpc.SchemaServiceStub