Class WeaviateGrpc
- java.lang.Object
-
- io.weaviate.client.grpc.protocol.v1.WeaviateGrpc
-
public final class WeaviateGrpc extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWeaviateGrpc.AsyncServicestatic classWeaviateGrpc.WeaviateBlockingStubA stub to allow clients to do synchronous rpc calls to service Weaviate.static classWeaviateGrpc.WeaviateFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service Weaviate.static classWeaviateGrpc.WeaviateImplBaseBase class for the server implementation of the service Weaviate.static classWeaviateGrpc.WeaviateStubA stub to allow clients to do asynchronous rpc calls to service Weaviate.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(WeaviateGrpc.AsyncService service)static io.grpc.MethodDescriptor<WeaviateProtoBatchDelete.BatchDeleteRequest,WeaviateProtoBatchDelete.BatchDeleteReply>getBatchDeleteMethod()static io.grpc.MethodDescriptor<WeaviateProtoBatch.BatchObjectsRequest,WeaviateProtoBatch.BatchObjectsReply>getBatchObjectsMethod()static io.grpc.MethodDescriptor<WeaviateProtoSearchGet.SearchRequest,WeaviateProtoSearchGet.SearchReply>getSearchMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<WeaviateProtoTenants.TenantsGetRequest,WeaviateProtoTenants.TenantsGetReply>getTenantsGetMethod()static WeaviateGrpc.WeaviateBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic WeaviateGrpc.WeaviateFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic WeaviateGrpc.WeaviateStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSearchMethod
public static io.grpc.MethodDescriptor<WeaviateProtoSearchGet.SearchRequest,WeaviateProtoSearchGet.SearchReply> getSearchMethod()
-
getBatchObjectsMethod
public static io.grpc.MethodDescriptor<WeaviateProtoBatch.BatchObjectsRequest,WeaviateProtoBatch.BatchObjectsReply> getBatchObjectsMethod()
-
getBatchDeleteMethod
public static io.grpc.MethodDescriptor<WeaviateProtoBatchDelete.BatchDeleteRequest,WeaviateProtoBatchDelete.BatchDeleteReply> getBatchDeleteMethod()
-
getTenantsGetMethod
public static io.grpc.MethodDescriptor<WeaviateProtoTenants.TenantsGetRequest,WeaviateProtoTenants.TenantsGetReply> getTenantsGetMethod()
-
newStub
public static WeaviateGrpc.WeaviateStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static WeaviateGrpc.WeaviateBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static WeaviateGrpc.WeaviateFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(WeaviateGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-