-
- All Implemented Interfaces:
public final class SchemaServiceGrpcSchemaService implements operations on a Permissions System's Schema.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public abstract classSchemaServiceGrpc.SchemaServiceImplBaseSchemaService implements operations on a Permissions System's Schema.public final classSchemaServiceGrpc.SchemaServiceStubSchemaService implements operations on a Permissions System's Schema.public final classSchemaServiceGrpc.SchemaServiceBlockingStubSchemaService implements operations on a Permissions System's Schema.public final classSchemaServiceGrpc.SchemaServiceFutureStubSchemaService implements operations on a Permissions System's Schema.
-
Field Summary
Fields Modifier and Type Field Description public final static StringSERVICE_NAMEprivate static volatile ServiceDescriptorserviceDescriptor
-
Method Summary
Modifier and Type Method Description static ServiceDescriptorgetServiceDescriptor()static MethodDescriptor<SchemaServiceOuterClass.ReadSchemaRequest, SchemaServiceOuterClass.ReadSchemaResponse>getReadSchemaMethod()static MethodDescriptor<SchemaServiceOuterClass.WriteSchemaRequest, SchemaServiceOuterClass.WriteSchemaResponse>getWriteSchemaMethod()static SchemaServiceGrpc.SchemaServiceStubnewStub(Channel channel)Creates a new async stub that supports all call types for the service static SchemaServiceGrpc.SchemaServiceBlockingStubnewBlockingStub(Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the service static SchemaServiceGrpc.SchemaServiceFutureStubnewFutureStub(Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the service -
-
Method Detail
-
getServiceDescriptor
static ServiceDescriptor getServiceDescriptor()
-
getReadSchemaMethod
static MethodDescriptor<SchemaServiceOuterClass.ReadSchemaRequest, SchemaServiceOuterClass.ReadSchemaResponse> getReadSchemaMethod()
-
getWriteSchemaMethod
static MethodDescriptor<SchemaServiceOuterClass.WriteSchemaRequest, SchemaServiceOuterClass.WriteSchemaResponse> getWriteSchemaMethod()
-
newStub
static SchemaServiceGrpc.SchemaServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
static SchemaServiceGrpc.SchemaServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
static SchemaServiceGrpc.SchemaServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
-
-
-