Class DocumentSchemaServiceGrpc (0.37.0)

public final class DocumentSchemaServiceGrpc

This service lets you manage document schema.

Inheritance

java.lang.Object > DocumentSchemaServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(DocumentSchemaServiceGrpc.AsyncService service)

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

getCreateDocumentSchemaMethod()

public static MethodDescriptor<CreateDocumentSchemaRequest,DocumentSchema> getCreateDocumentSchemaMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateDocumentSchemaRequest,DocumentSchema>

getDeleteDocumentSchemaMethod()

public static MethodDescriptor<DeleteDocumentSchemaRequest,Empty> getDeleteDocumentSchemaMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteDocumentSchemaRequest,Empty>

getGetDocumentSchemaMethod()

public static MethodDescriptor<GetDocumentSchemaRequest,DocumentSchema> getGetDocumentSchemaMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetDocumentSchemaRequest,DocumentSchema>

getListDocumentSchemasMethod()

public static MethodDescriptor<ListDocumentSchemasRequest,ListDocumentSchemasResponse> getListDocumentSchemasMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListDocumentSchemasRequest,ListDocumentSchemasResponse>

getServiceDescriptor()

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

getUpdateDocumentSchemaMethod()

public static MethodDescriptor<UpdateDocumentSchemaRequest,DocumentSchema> getUpdateDocumentSchemaMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateDocumentSchemaRequest,DocumentSchema>

newBlockingStub(Channel channel)

public static DocumentSchemaServiceGrpc.DocumentSchemaServiceBlockingStub 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
DocumentSchemaServiceGrpc.DocumentSchemaServiceBlockingStub

newFutureStub(Channel channel)

public static DocumentSchemaServiceGrpc.DocumentSchemaServiceFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
DocumentSchemaServiceGrpc.DocumentSchemaServiceFutureStub

newStub(Channel channel)

public static DocumentSchemaServiceGrpc.DocumentSchemaServiceStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
DocumentSchemaServiceGrpc.DocumentSchemaServiceStub