All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aerospike.vector.client.proto.ServerEndpointOrBuilder Maven / Gradle / Ivy

Go to download

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