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

grpc.vectorindex._GetItemBatchRequestOrBuilder 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 _GetItemBatchRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:vectorindex._GetItemBatchRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string index_name = 1;
   * @return The indexName.
   */
  java.lang.String getIndexName();
  /**
   * string index_name = 1;
   * @return The bytes for indexName.
   */
  com.google.protobuf.ByteString
      getIndexNameBytes();

  /**
   * repeated string ids = 2;
   * @return A list containing the ids.
   */
  java.util.List
      getIdsList();
  /**
   * repeated string ids = 2;
   * @return The count of ids.
   */
  int getIdsCount();
  /**
   * repeated string ids = 2;
   * @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 = 2;
   * @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);

  /**
   * .vectorindex._MetadataRequest metadata_fields = 3;
   * @return Whether the metadataFields field is set.
   */
  boolean hasMetadataFields();
  /**
   * .vectorindex._MetadataRequest metadata_fields = 3;
   * @return The metadataFields.
   */
  grpc.vectorindex._MetadataRequest getMetadataFields();
  /**
   * .vectorindex._MetadataRequest metadata_fields = 3;
   */
  grpc.vectorindex._MetadataRequestOrBuilder getMetadataFieldsOrBuilder();

  /**
   * .vectorindex._FilterExpression filter = 4;
   * @return Whether the filter field is set.
   */
  boolean hasFilter();
  /**
   * .vectorindex._FilterExpression filter = 4;
   * @return The filter.
   */
  grpc.vectorindex._FilterExpression getFilter();
  /**
   * .vectorindex._FilterExpression filter = 4;
   */
  grpc.vectorindex._FilterExpressionOrBuilder getFilterOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy