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