
com.aerospike.vector.client.proto.FloatDataOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: types.proto
// Protobuf Java Version: 3.25.5
package com.aerospike.vector.client.proto;
public interface FloatDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:aerospike.vector.FloatData)
com.google.protobuf.MessageOrBuilder {
/**
* repeated float value = 1;
* @return A list containing the value.
*/
java.util.List getValueList();
/**
* repeated float value = 1;
* @return The count of value.
*/
int getValueCount();
/**
* repeated float value = 1;
* @param index The index of the element to return.
* @return The value at the given index.
*/
float getValue(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy