Uses of Class
io.milvus.grpc.ListCredUsersResponse
Packages that use ListCredUsersResponse
-
Uses of ListCredUsersResponse in io.milvus.client
Methods in io.milvus.client that return types with arguments of type ListCredUsersResponseModifier and TypeMethodDescriptionAbstractMilvusGrpcClient.listCredUsers(ListCredUsersParam requestParam) MilvusClient.listCredUsers(ListCredUsersParam requestParam) List all user names.MilvusMultiServiceClient.listCredUsers(ListCredUsersParam requestParam) MilvusServiceClient.listCredUsers(ListCredUsersParam requestParam) -
Uses of ListCredUsersResponse in io.milvus.grpc
Methods in io.milvus.grpc that return ListCredUsersResponseModifier and TypeMethodDescriptionListCredUsersResponse.Builder.build()ListCredUsersResponse.Builder.buildPartial()static ListCredUsersResponseListCredUsersResponse.getDefaultInstance()ListCredUsersResponse.Builder.getDefaultInstanceForType()ListCredUsersResponse.getDefaultInstanceForType()MilvusServiceGrpc.MilvusServiceBlockingStub.listCredUsers(ListCredUsersRequest request) static ListCredUsersResponseListCredUsersResponse.parseDelimitedFrom(InputStream input) static ListCredUsersResponseListCredUsersResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListCredUsersResponseListCredUsersResponse.parseFrom(byte[] data) static ListCredUsersResponseListCredUsersResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListCredUsersResponseListCredUsersResponse.parseFrom(com.google.protobuf.ByteString data) static ListCredUsersResponseListCredUsersResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListCredUsersResponseListCredUsersResponse.parseFrom(com.google.protobuf.CodedInputStream input) static ListCredUsersResponseListCredUsersResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListCredUsersResponseListCredUsersResponse.parseFrom(InputStream input) static ListCredUsersResponseListCredUsersResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListCredUsersResponseListCredUsersResponse.parseFrom(ByteBuffer data) static ListCredUsersResponseListCredUsersResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.milvus.grpc that return types with arguments of type ListCredUsersResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<ListCredUsersRequest, ListCredUsersResponse> MilvusServiceGrpc.getListCredUsersMethod()com.google.protobuf.Parser<ListCredUsersResponse> ListCredUsersResponse.getParserForType()com.google.common.util.concurrent.ListenableFuture<ListCredUsersResponse> MilvusServiceGrpc.MilvusServiceFutureStub.listCredUsers(ListCredUsersRequest request) static com.google.protobuf.Parser<ListCredUsersResponse> ListCredUsersResponse.parser()Methods in io.milvus.grpc with parameters of type ListCredUsersResponseModifier and TypeMethodDescriptionListCredUsersResponse.Builder.mergeFrom(ListCredUsersResponse other) ListCredUsersResponse.newBuilder(ListCredUsersResponse prototype) Method parameters in io.milvus.grpc with type arguments of type ListCredUsersResponseModifier and TypeMethodDescriptiondefault voidMilvusServiceGrpc.AsyncService.listCredUsers(ListCredUsersRequest request, io.grpc.stub.StreamObserver<ListCredUsersResponse> responseObserver) voidMilvusServiceGrpc.MilvusServiceStub.listCredUsers(ListCredUsersRequest request, io.grpc.stub.StreamObserver<ListCredUsersResponse> responseObserver)