com.aerospike.vector.client.proto.NodeIdOrBuilder 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.1
package com.aerospike.vector.client.proto;
public interface NodeIdOrBuilder extends
// @@protoc_insertion_point(interface_extends:aerospike.vector.NodeId)
com.google.protobuf.MessageOrBuilder {
/**
* uint64 id = 1;
* @return The id.
*/
long getId();
}