grpc.vectorindex._UpsertItemBatchResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client-protos-jvm Show documentation
Show all versions of client-protos-jvm Show documentation
Kotlin protobuf protocols for the JVM that define the Momento gRPC wire format
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: vectorindex.proto
package grpc.vectorindex;
public interface _UpsertItemBatchResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:vectorindex._UpsertItemBatchResponse)
com.google.protobuf.MessageOrBuilder {
/**
* repeated uint32 error_indices = 1;
* @return A list containing the errorIndices.
*/
java.util.List getErrorIndicesList();
/**
* repeated uint32 error_indices = 1;
* @return The count of errorIndices.
*/
int getErrorIndicesCount();
/**
* repeated uint32 error_indices = 1;
* @param index The index of the element to return.
* @return The errorIndices at the given index.
*/
int getErrorIndices(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy