com.aerospike.vector.client.proto.ClusterNodeEndpointsRequestOrBuilder 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 ClusterNodeEndpointsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:aerospike.vector.ClusterNodeEndpointsRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Optional name of the listener.
* If not specified the "default" listener endpoints are returned.
*
*
* optional string listenerName = 1;
* @return Whether the listenerName field is set.
*/
boolean hasListenerName();
/**
*
* Optional name of the listener.
* If not specified the "default" listener endpoints are returned.
*
*
* optional string listenerName = 1;
* @return The listenerName.
*/
java.lang.String getListenerName();
/**
*
* Optional name of the listener.
* If not specified the "default" listener endpoints are returned.
*
*
* optional string listenerName = 1;
* @return The bytes for listenerName.
*/
com.google.protobuf.ByteString
getListenerNameBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy