Uses of Class
io.milvus.grpc.GetVersionRequest
-
Packages that use GetVersionRequest Package Description io.milvus.grpc -
-
Uses of GetVersionRequest in io.milvus.grpc
Methods in io.milvus.grpc that return GetVersionRequest Modifier and Type Method Description GetVersionRequest
GetVersionRequest.Builder. build()
GetVersionRequest
GetVersionRequest.Builder. buildPartial()
static GetVersionRequest
GetVersionRequest. getDefaultInstance()
GetVersionRequest
GetVersionRequest.Builder. getDefaultInstanceForType()
GetVersionRequest
GetVersionRequest. getDefaultInstanceForType()
static GetVersionRequest
GetVersionRequest. parseDelimitedFrom(InputStream input)
static GetVersionRequest
GetVersionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVersionRequest
GetVersionRequest. parseFrom(byte[] data)
static GetVersionRequest
GetVersionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVersionRequest
GetVersionRequest. parseFrom(com.google.protobuf.ByteString data)
static GetVersionRequest
GetVersionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVersionRequest
GetVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetVersionRequest
GetVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVersionRequest
GetVersionRequest. parseFrom(InputStream input)
static GetVersionRequest
GetVersionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVersionRequest
GetVersionRequest. parseFrom(ByteBuffer data)
static GetVersionRequest
GetVersionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.milvus.grpc that return types with arguments of type GetVersionRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetVersionRequest,GetVersionResponse>
MilvusServiceGrpc. getGetVersionMethod()
com.google.protobuf.Parser<GetVersionRequest>
GetVersionRequest. getParserForType()
static com.google.protobuf.Parser<GetVersionRequest>
GetVersionRequest. parser()
Methods in io.milvus.grpc with parameters of type GetVersionRequest Modifier and Type Method Description default void
MilvusServiceGrpc.AsyncService. getVersion(GetVersionRequest request, io.grpc.stub.StreamObserver<GetVersionResponse> responseObserver)
GetVersionResponse
MilvusServiceGrpc.MilvusServiceBlockingStub. getVersion(GetVersionRequest request)
com.google.common.util.concurrent.ListenableFuture<GetVersionResponse>
MilvusServiceGrpc.MilvusServiceFutureStub. getVersion(GetVersionRequest request)
void
MilvusServiceGrpc.MilvusServiceStub. getVersion(GetVersionRequest request, io.grpc.stub.StreamObserver<GetVersionResponse> responseObserver)
GetVersionRequest.Builder
GetVersionRequest.Builder. mergeFrom(GetVersionRequest other)
static GetVersionRequest.Builder
GetVersionRequest. newBuilder(GetVersionRequest prototype)
-