Class SchemaServiceGrpc (1.127.3)

public final class SchemaServiceGrpc

Service for doing schema-related operations.

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

getCommitSchemaMethod()

public static MethodDescriptor<CommitSchemaRequest,Schema> getCommitSchemaMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CommitSchemaRequest,Schema>

getCreateSchemaMethod()

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

getDeleteSchemaMethod()

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

getDeleteSchemaRevisionMethod()

public static MethodDescriptor<DeleteSchemaRevisionRequest,Schema> getDeleteSchemaRevisionMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteSchemaRevisionRequest,Schema>

getGetSchemaMethod()

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

getListSchemaRevisionsMethod()

public static MethodDescriptor<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse> getListSchemaRevisionsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse>

getListSchemasMethod()

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

getRollbackSchemaMethod()

public static MethodDescriptor<RollbackSchemaRequest,Schema> getRollbackSchemaMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<RollbackSchemaRequest,Schema>

getServiceDescriptor()

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

getValidateMessageMethod()

public static MethodDescriptor<ValidateMessageRequest,ValidateMessageResponse> getValidateMessageMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ValidateMessageRequest,ValidateMessageResponse>

getValidateSchemaMethod()

public static MethodDescriptor<ValidateSchemaRequest,ValidateSchemaResponse> getValidateSchemaMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ValidateSchemaRequest,ValidateSchemaResponse>

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