![JAR search and dependency download from the Maven repository](/logo.png)
io.milvus.grpc.StringArrayOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of milvus-sdk-java Show documentation
Show all versions of milvus-sdk-java Show documentation
Java SDK for Milvus, a distributed high-performance vector search engine.
update grpc to 1.42.1
update protobuf to 3.19.1
restore the calcDistance interface that is removed in 2.1.0-beta4
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: schema.proto
package io.milvus.grpc;
public interface StringArrayOrBuilder extends
// @@protoc_insertion_point(interface_extends:milvus.proto.schema.StringArray)
com.google.protobuf.MessageOrBuilder {
/**
* repeated string data = 1;
* @return A list containing the data.
*/
java.util.List
getDataList();
/**
* repeated string data = 1;
* @return The count of data.
*/
int getDataCount();
/**
* repeated string data = 1;
* @param index The index of the element to return.
* @return The data at the given index.
*/
java.lang.String getData(int index);
/**
* repeated string data = 1;
* @param index The index of the value to return.
* @return The bytes of the data at the given index.
*/
com.google.protobuf.ByteString
getDataBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy