com.aerospike.vector.client.proto.IndexDefinitionListOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of avs-client-java Show documentation
Show all versions of avs-client-java Show documentation
This project includes the Java client for Aerospike Vector Search for high-performance data interactions.
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: types.proto
// Protobuf Java Version: 3.25.1
package com.aerospike.vector.client.proto;
public interface IndexDefinitionListOrBuilder extends
// @@protoc_insertion_point(interface_extends:aerospike.vector.IndexDefinitionList)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .aerospike.vector.IndexDefinition indices = 1;
*/
java.util.List
getIndicesList();
/**
* repeated .aerospike.vector.IndexDefinition indices = 1;
*/
com.aerospike.vector.client.proto.IndexDefinition getIndices(int index);
/**
* repeated .aerospike.vector.IndexDefinition indices = 1;
*/
int getIndicesCount();
/**
* repeated .aerospike.vector.IndexDefinition indices = 1;
*/
java.util.List extends com.aerospike.vector.client.proto.IndexDefinitionOrBuilder>
getIndicesOrBuilderList();
/**
* repeated .aerospike.vector.IndexDefinition indices = 1;
*/
com.aerospike.vector.client.proto.IndexDefinitionOrBuilder getIndicesOrBuilder(
int index);
}