Uses of Class
io.milvus.grpc.SelectUserResponse
Packages that use SelectUserResponse
-
Uses of SelectUserResponse in io.milvus.client
Methods in io.milvus.client that return types with arguments of type SelectUserResponseModifier and TypeMethodDescriptionAbstractMilvusGrpcClient.selectUser(SelectUserParam requestParam) MilvusClient.selectUser(SelectUserParam requestParam) Get all roles the user has.MilvusMultiServiceClient.selectUser(SelectUserParam requestParam) MilvusServiceClient.selectUser(SelectUserParam requestParam) -
Uses of SelectUserResponse in io.milvus.grpc
Methods in io.milvus.grpc that return SelectUserResponseModifier and TypeMethodDescriptionSelectUserResponse.Builder.build()SelectUserResponse.Builder.buildPartial()static SelectUserResponseSelectUserResponse.getDefaultInstance()SelectUserResponse.Builder.getDefaultInstanceForType()SelectUserResponse.getDefaultInstanceForType()static SelectUserResponseSelectUserResponse.parseDelimitedFrom(InputStream input) static SelectUserResponseSelectUserResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SelectUserResponseSelectUserResponse.parseFrom(byte[] data) static SelectUserResponseSelectUserResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SelectUserResponseSelectUserResponse.parseFrom(com.google.protobuf.ByteString data) static SelectUserResponseSelectUserResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SelectUserResponseSelectUserResponse.parseFrom(com.google.protobuf.CodedInputStream input) static SelectUserResponseSelectUserResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SelectUserResponseSelectUserResponse.parseFrom(InputStream input) static SelectUserResponseSelectUserResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SelectUserResponseSelectUserResponse.parseFrom(ByteBuffer data) static SelectUserResponseSelectUserResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MilvusServiceGrpc.MilvusServiceBlockingStub.selectUser(SelectUserRequest request) Methods in io.milvus.grpc that return types with arguments of type SelectUserResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<SelectUserResponse> SelectUserResponse.getParserForType()static io.grpc.MethodDescriptor<SelectUserRequest, SelectUserResponse> MilvusServiceGrpc.getSelectUserMethod()static com.google.protobuf.Parser<SelectUserResponse> SelectUserResponse.parser()com.google.common.util.concurrent.ListenableFuture<SelectUserResponse> MilvusServiceGrpc.MilvusServiceFutureStub.selectUser(SelectUserRequest request) Methods in io.milvus.grpc with parameters of type SelectUserResponseModifier and TypeMethodDescriptionSelectUserResponse.Builder.mergeFrom(SelectUserResponse other) static SelectUserResponse.BuilderSelectUserResponse.newBuilder(SelectUserResponse prototype) Method parameters in io.milvus.grpc with type arguments of type SelectUserResponseModifier and TypeMethodDescriptiondefault voidMilvusServiceGrpc.AsyncService.selectUser(SelectUserRequest request, io.grpc.stub.StreamObserver<SelectUserResponse> responseObserver) voidMilvusServiceGrpc.MilvusServiceStub.selectUser(SelectUserRequest request, io.grpc.stub.StreamObserver<SelectUserResponse> responseObserver)