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

com.aerospike.vector.client.proto.ListOrBuilder 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: types.proto

// Protobuf Java Version: 3.25.5
package com.aerospike.vector.client.proto;

public interface ListOrBuilder extends
    // @@protoc_insertion_point(interface_extends:aerospike.vector.List)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .aerospike.vector.Value entries = 1;
   */
  java.util.List 
      getEntriesList();
  /**
   * repeated .aerospike.vector.Value entries = 1;
   */
  com.aerospike.vector.client.proto.Value getEntries(int index);
  /**
   * repeated .aerospike.vector.Value entries = 1;
   */
  int getEntriesCount();
  /**
   * repeated .aerospike.vector.Value entries = 1;
   */
  java.util.List 
      getEntriesOrBuilderList();
  /**
   * repeated .aerospike.vector.Value entries = 1;
   */
  com.aerospike.vector.client.proto.ValueOrBuilder getEntriesOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy