ai.promoted.proto.event.IndexPathOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deliveryclient Show documentation
Show all versions of deliveryclient Show documentation
A Java Client to contact the Promoted.ai Delivery API.
// 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