Uses of Class
io.milvus.grpc.GetVersionResponse
Packages that use GetVersionResponse
-
Uses of GetVersionResponse in io.milvus.client
Methods in io.milvus.client that return types with arguments of type GetVersionResponseModifier and TypeMethodDescriptionAbstractMilvusGrpcClient.getVersion()MilvusClient.getVersion()Get server versionMilvusMultiServiceClient.getVersion()MilvusServiceClient.getVersion() -
Uses of GetVersionResponse in io.milvus.grpc
Methods in io.milvus.grpc that return GetVersionResponseModifier and TypeMethodDescriptionGetVersionResponse.Builder.build()GetVersionResponse.Builder.buildPartial()static GetVersionResponseGetVersionResponse.getDefaultInstance()GetVersionResponse.Builder.getDefaultInstanceForType()GetVersionResponse.getDefaultInstanceForType()MilvusServiceGrpc.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 GetVersionResponseModifier and TypeMethodDescriptionstatic 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 GetVersionResponseModifier and TypeMethodDescriptionGetVersionResponse.Builder.mergeFrom(GetVersionResponse other) static GetVersionResponse.BuilderGetVersionResponse.newBuilder(GetVersionResponse prototype) Method parameters in io.milvus.grpc with type arguments of type GetVersionResponseModifier and TypeMethodDescriptiondefault voidMilvusServiceGrpc.AsyncService.getVersion(GetVersionRequest request, io.grpc.stub.StreamObserver<GetVersionResponse> responseObserver) voidMilvusServiceGrpc.MilvusServiceStub.getVersion(GetVersionRequest request, io.grpc.stub.StreamObserver<GetVersionResponse> responseObserver)