Interface ListIntPOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- ListIntP,- ListIntP.Builder
 
 public interface ListIntPOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetItems(int index)repeated int32 items = 1;intgetItemsCount()repeated int32 items = 1;List<Integer>getItemsList()repeated int32 items = 1;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getItemsListList<Integer> getItemsList() repeated int32 items = 1;- Returns:
- A list containing the items.
 
 - 
getItemsCountint getItemsCount() repeated int32 items = 1;- Returns:
- The count of items.
 
 - 
getItemsint getItems(int index) repeated int32 items = 1;- Parameters:
- index- The index of the element to return.
- Returns:
- The items at the given index.
 
 
- 
 
-