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

com.vesoft.nebula.proto.common.VectorOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: common.proto

// Protobuf Java Version: 3.25.1
package com.vesoft.nebula.proto.common;

public interface VectorOrBuilder extends
    // @@protoc_insertion_point(interface_extends:nebula.proto.common.Vector)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated float values = 1;
   * @return A list containing the values.
   */
  java.util.List getValuesList();
  /**
   * repeated float values = 1;
   * @return The count of values.
   */
  int getValuesCount();
  /**
   * repeated float values = 1;
   * @param index The index of the element to return.
   * @return The values at the given index.
   */
  float getValues(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy