Uses of Class
io.milvus.grpc.SelectUserResponse
-
Packages that use SelectUserResponse Package Description io.milvus.client io.milvus.grpc -
-
Uses of SelectUserResponse in io.milvus.client
Methods in io.milvus.client that return types with arguments of type SelectUserResponse Modifier and Type Method Description R<SelectUserResponse>AbstractMilvusGrpcClient. selectUser(SelectUserParam requestParam)R<SelectUserResponse>MilvusClient. selectUser(SelectUserParam requestParam)Get all roles the user has.R<SelectUserResponse>MilvusMultiServiceClient. selectUser(SelectUserParam requestParam)R<SelectUserResponse>MilvusServiceClient. selectUser(SelectUserParam requestParam) -
Uses of SelectUserResponse in io.milvus.grpc
Methods in io.milvus.grpc that return SelectUserResponse Modifier and Type Method Description SelectUserResponseSelectUserResponse.Builder. build()SelectUserResponseSelectUserResponse.Builder. buildPartial()static SelectUserResponseSelectUserResponse. getDefaultInstance()SelectUserResponseSelectUserResponse.Builder. getDefaultInstanceForType()SelectUserResponseSelectUserResponse. 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)SelectUserResponseMilvusServiceGrpc.MilvusServiceBlockingStub. selectUser(SelectUserRequest request)Methods in io.milvus.grpc that return types with arguments of type SelectUserResponse Modifier and Type Method Description com.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 SelectUserResponse Modifier and Type Method Description SelectUserResponse.BuilderSelectUserResponse.Builder. mergeFrom(SelectUserResponse other)static SelectUserResponse.BuilderSelectUserResponse. newBuilder(SelectUserResponse prototype)Method parameters in io.milvus.grpc with type arguments of type SelectUserResponse Modifier and Type Method Description voidMilvusServiceGrpc.MilvusServiceImplBase. selectUser(SelectUserRequest request, io.grpc.stub.StreamObserver<SelectUserResponse> responseObserver)voidMilvusServiceGrpc.MilvusServiceStub. selectUser(SelectUserRequest request, io.grpc.stub.StreamObserver<SelectUserResponse> responseObserver)
-