com.aerospike.vector.client.proto.ServerEndpointOrBuilder 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 ServerEndpointOrBuilder extends
// @@protoc_insertion_point(interface_extends:aerospike.vector.ServerEndpoint)
com.google.protobuf.MessageOrBuilder {
/**
*
* IP address or DNS name.
*
*
* string address = 1;
* @return The address.
*/
java.lang.String getAddress();
/**
*
* IP address or DNS name.
*
*
* string address = 1;
* @return The bytes for address.
*/
com.google.protobuf.ByteString
getAddressBytes();
/**
*
* Listening port.
*
*
* uint32 port = 2;
* @return The port.
*/
int getPort();
/**
*
* Indicates if this is a TLS enabled port.
*
*
* bool isTls = 3;
* @return The isTls.
*/
boolean getIsTls();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy