com.aerospike.vector.client.proto.ServerEndpointListOrBuilder 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: vector-db.proto
// Protobuf Java Version: 3.25.5
package com.aerospike.vector.client.proto;
public interface ServerEndpointListOrBuilder extends
// @@protoc_insertion_point(interface_extends:aerospike.vector.ServerEndpointList)
com.google.protobuf.MessageOrBuilder {
/**
*
* List of server endpoints.
*
*
* repeated .aerospike.vector.ServerEndpoint endpoints = 1;
*/
java.util.List
getEndpointsList();
/**
*
* List of server endpoints.
*
*
* repeated .aerospike.vector.ServerEndpoint endpoints = 1;
*/
com.aerospike.vector.client.proto.ServerEndpoint getEndpoints(int index);
/**
*
* List of server endpoints.
*
*
* repeated .aerospike.vector.ServerEndpoint endpoints = 1;
*/
int getEndpointsCount();
/**
*
* List of server endpoints.
*
*
* repeated .aerospike.vector.ServerEndpoint endpoints = 1;
*/
java.util.List extends com.aerospike.vector.client.proto.ServerEndpointOrBuilder>
getEndpointsOrBuilderList();
/**
*
* List of server endpoints.
*
*
* repeated .aerospike.vector.ServerEndpoint endpoints = 1;
*/
com.aerospike.vector.client.proto.ServerEndpointOrBuilder getEndpointsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy