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

ai.promoted.proto.event.IndexPathOrBuilder Maven / Gradle / Ivy

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

package ai.promoted.proto.event;

public interface IndexPathOrBuilder extends
    // @@protoc_insertion_point(interface_extends:event.IndexPath)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated int32 index = 1 [json_name = "index"];
   * @return A list containing the index.
   */
  java.util.List getIndexList();
  /**
   * repeated int32 index = 1 [json_name = "index"];
   * @return The count of index.
   */
  int getIndexCount();
  /**
   * repeated int32 index = 1 [json_name = "index"];
   * @param index The index of the element to return.
   * @return The index at the given index.
   */
  int getIndex(int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy