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