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

grpc.vectorindex._IdInSetExpressionOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.119.5
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: vectorindex.proto

package grpc.vectorindex;

public interface _IdInSetExpressionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:vectorindex._IdInSetExpression)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated string ids = 1;
   * @return A list containing the ids.
   */
  java.util.List
      getIdsList();
  /**
   * repeated string ids = 1;
   * @return The count of ids.
   */
  int getIdsCount();
  /**
   * repeated string ids = 1;
   * @param index The index of the element to return.
   * @return The ids at the given index.
   */
  java.lang.String getIds(int index);
  /**
   * repeated string ids = 1;
   * @param index The index of the value to return.
   * @return The bytes of the ids at the given index.
   */
  com.google.protobuf.ByteString
      getIdsBytes(int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy