Uses of Class
io.milvus.grpc.ListCredUsersResponse
-
Packages that use ListCredUsersResponse Package Description io.milvus.client io.milvus.grpc -
-
Uses of ListCredUsersResponse in io.milvus.client
Methods in io.milvus.client that return types with arguments of type ListCredUsersResponse Modifier and Type Method Description R<ListCredUsersResponse>AbstractMilvusGrpcClient. listCredUsers(ListCredUsersParam requestParam)R<ListCredUsersResponse>MilvusClient. listCredUsers(ListCredUsersParam requestParam)List all user names.R<ListCredUsersResponse>MilvusMultiServiceClient. listCredUsers(ListCredUsersParam requestParam) -
Uses of ListCredUsersResponse in io.milvus.grpc
Methods in io.milvus.grpc that return ListCredUsersResponse Modifier and Type Method Description ListCredUsersResponseListCredUsersResponse.Builder. build()ListCredUsersResponseListCredUsersResponse.Builder. buildPartial()static ListCredUsersResponseListCredUsersResponse. getDefaultInstance()ListCredUsersResponseListCredUsersResponse.Builder. getDefaultInstanceForType()ListCredUsersResponseListCredUsersResponse. getDefaultInstanceForType()ListCredUsersResponseMilvusServiceGrpc.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 ListCredUsersResponse Modifier and Type Method Description static 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 ListCredUsersResponse Modifier and Type Method Description ListCredUsersResponse.BuilderListCredUsersResponse.Builder. mergeFrom(ListCredUsersResponse other)static ListCredUsersResponse.BuilderListCredUsersResponse. newBuilder(ListCredUsersResponse prototype)Method parameters in io.milvus.grpc with type arguments of type ListCredUsersResponse Modifier and Type Method Description voidMilvusServiceGrpc.MilvusServiceImplBase. listCredUsers(ListCredUsersRequest request, io.grpc.stub.StreamObserver<ListCredUsersResponse> responseObserver)voidMilvusServiceGrpc.MilvusServiceStub. listCredUsers(ListCredUsersRequest request, io.grpc.stub.StreamObserver<ListCredUsersResponse> responseObserver)
-