
com.aerospike.vector.client.proto.AboutResponseOrBuilder Maven / Gradle / Ivy
// 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 AboutResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:aerospike.vector.AboutResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* AVS server version.
*
*
* string version = 1;
* @return The version.
*/
java.lang.String getVersion();
/**
*
* AVS server version.
*
*
* string version = 1;
* @return The bytes for version.
*/
com.google.protobuf.ByteString
getVersionBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy