Uses of Class
io.milvus.grpc.RegisterLinkRequest
Packages that use RegisterLinkRequest
-
Uses of RegisterLinkRequest in io.milvus.grpc
Methods in io.milvus.grpc that return RegisterLinkRequestModifier and TypeMethodDescriptionRegisterLinkRequest.Builder.build()RegisterLinkRequest.Builder.buildPartial()static RegisterLinkRequestRegisterLinkRequest.getDefaultInstance()RegisterLinkRequest.Builder.getDefaultInstanceForType()RegisterLinkRequest.getDefaultInstanceForType()static RegisterLinkRequestRegisterLinkRequest.parseDelimitedFrom(InputStream input) static RegisterLinkRequestRegisterLinkRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RegisterLinkRequestRegisterLinkRequest.parseFrom(byte[] data) static RegisterLinkRequestRegisterLinkRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RegisterLinkRequestRegisterLinkRequest.parseFrom(com.google.protobuf.ByteString data) static RegisterLinkRequestRegisterLinkRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RegisterLinkRequestRegisterLinkRequest.parseFrom(com.google.protobuf.CodedInputStream input) static RegisterLinkRequestRegisterLinkRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RegisterLinkRequestRegisterLinkRequest.parseFrom(InputStream input) static RegisterLinkRequestRegisterLinkRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RegisterLinkRequestRegisterLinkRequest.parseFrom(ByteBuffer data) static RegisterLinkRequestRegisterLinkRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.milvus.grpc that return types with arguments of type RegisterLinkRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RegisterLinkRequest> RegisterLinkRequest.getParserForType()static io.grpc.MethodDescriptor<RegisterLinkRequest, RegisterLinkResponse> MilvusServiceGrpc.getRegisterLinkMethod()static io.grpc.MethodDescriptor<RegisterLinkRequest, RegisterLinkResponse> ProxyServiceGrpc.getRegisterLinkMethod()static com.google.protobuf.Parser<RegisterLinkRequest> RegisterLinkRequest.parser()Methods in io.milvus.grpc with parameters of type RegisterLinkRequestModifier and TypeMethodDescriptionRegisterLinkRequest.Builder.mergeFrom(RegisterLinkRequest other) static RegisterLinkRequest.BuilderRegisterLinkRequest.newBuilder(RegisterLinkRequest prototype) default voidMilvusServiceGrpc.AsyncService.registerLink(RegisterLinkRequest request, io.grpc.stub.StreamObserver<RegisterLinkResponse> responseObserver) TODO: removeMilvusServiceGrpc.MilvusServiceBlockingStub.registerLink(RegisterLinkRequest request) TODO: removecom.google.common.util.concurrent.ListenableFuture<RegisterLinkResponse> MilvusServiceGrpc.MilvusServiceFutureStub.registerLink(RegisterLinkRequest request) TODO: removevoidMilvusServiceGrpc.MilvusServiceStub.registerLink(RegisterLinkRequest request, io.grpc.stub.StreamObserver<RegisterLinkResponse> responseObserver) TODO: removedefault voidProxyServiceGrpc.AsyncService.registerLink(RegisterLinkRequest request, io.grpc.stub.StreamObserver<RegisterLinkResponse> responseObserver) ProxyServiceGrpc.ProxyServiceBlockingStub.registerLink(RegisterLinkRequest request) com.google.common.util.concurrent.ListenableFuture<RegisterLinkResponse> ProxyServiceGrpc.ProxyServiceFutureStub.registerLink(RegisterLinkRequest request) voidProxyServiceGrpc.ProxyServiceStub.registerLink(RegisterLinkRequest request, io.grpc.stub.StreamObserver<RegisterLinkResponse> responseObserver)