
com.aerospike.vector.client.ClusterNodeEndpointsRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: vector-db.proto
// Protobuf Java Version: 3.25.1
package com.aerospike.vector.client;
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 - 2025 Weber Informatics LLC | Privacy Policy