Package ai.promoted.proto.event
Interface IndexPathOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IndexPath,IndexPath.Builder
public interface IndexPathOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIndex(int index)repeated int32 index = 1 [json_name = "index"];intgetIndexCount()repeated int32 index = 1 [json_name = "index"];List<Integer>getIndexList()repeated int32 index = 1 [json_name = "index"];-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getIndexList
List<Integer> getIndexList()
repeated int32 index = 1 [json_name = "index"];- Returns:
- A list containing the index.
-
getIndexCount
int getIndexCount()
repeated int32 index = 1 [json_name = "index"];- Returns:
- The count of index.
-
getIndex
int getIndex(int index)
repeated int32 index = 1 [json_name = "index"];- Parameters:
index- The index of the element to return.- Returns:
- The index at the given index.
-
-