Package dev.enola.protobuf.test
Interface TestRepeatedOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TestRepeated,TestRepeated.Builder
-
Method Summary
Modifier and TypeMethodDescriptiongetLines(int index) repeated string lines = 1;com.google.protobuf.ByteStringgetLinesBytes(int index) repeated string lines = 1;intrepeated string lines = 1;repeated string lines = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getLinesList
repeated string lines = 1;- Returns:
- A list containing the lines.
-
getLinesCount
int getLinesCount()repeated string lines = 1;- Returns:
- The count of lines.
-
getLines
repeated string lines = 1;- Parameters:
index- The index of the element to return.- Returns:
- The lines at the given index.
-
getLinesBytes
repeated string lines = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the lines at the given index.
-