Uses of Class
io.milvus.grpc.UserResult
Packages that use UserResult
-
Uses of UserResult in io.milvus.grpc
Methods in io.milvus.grpc that return UserResultModifier and TypeMethodDescriptionUserResult.Builder.build()UserResult.Builder.buildPartial()static UserResultUserResult.getDefaultInstance()UserResult.Builder.getDefaultInstanceForType()UserResult.getDefaultInstanceForType()SelectUserResponse.Builder.getResults(int index) user result arraySelectUserResponse.getResults(int index) user result arraySelectUserResponseOrBuilder.getResults(int index) user result arraystatic UserResultUserResult.parseDelimitedFrom(InputStream input) static UserResultUserResult.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserResultUserResult.parseFrom(byte[] data) static UserResultUserResult.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserResultUserResult.parseFrom(com.google.protobuf.ByteString data) static UserResultUserResult.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserResultUserResult.parseFrom(com.google.protobuf.CodedInputStream input) static UserResultUserResult.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserResultUserResult.parseFrom(InputStream input) static UserResultUserResult.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserResultUserResult.parseFrom(ByteBuffer data) static UserResultUserResult.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.milvus.grpc that return types with arguments of type UserResultModifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserResult> UserResult.getParserForType()SelectUserResponse.Builder.getResultsList()user result arraySelectUserResponse.getResultsList()user result arraySelectUserResponseOrBuilder.getResultsList()user result arraystatic com.google.protobuf.Parser<UserResult> UserResult.parser()Methods in io.milvus.grpc with parameters of type UserResultModifier and TypeMethodDescriptionSelectUserResponse.Builder.addResults(int index, UserResult value) user result arraySelectUserResponse.Builder.addResults(UserResult value) user result arrayUserResult.Builder.mergeFrom(UserResult other) static UserResult.BuilderUserResult.newBuilder(UserResult prototype) SelectUserResponse.Builder.setResults(int index, UserResult value) user result arrayMethod parameters in io.milvus.grpc with type arguments of type UserResultModifier and TypeMethodDescriptionSelectUserResponse.Builder.addAllResults(Iterable<? extends UserResult> values) user result array