Interface CommandLineOuterClass.ChunkListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandLineOuterClass.ChunkList,CommandLineOuterClass.ChunkList.Builder
- Enclosing class:
- CommandLineOuterClass
public static interface CommandLineOuterClass.ChunkListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetChunk(int index)repeated string chunk = 1;com.google.protobuf.ByteStringgetChunkBytes(int index)repeated string chunk = 1;intgetChunkCount()repeated string chunk = 1;java.util.List<java.lang.String>getChunkList()repeated string chunk = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getChunkList
java.util.List<java.lang.String> getChunkList()
repeated string chunk = 1;- Returns:
- A list containing the chunk.
-
getChunkCount
int getChunkCount()
repeated string chunk = 1;- Returns:
- The count of chunk.
-
getChunk
java.lang.String getChunk(int index)
repeated string chunk = 1;- Parameters:
index- The index of the element to return.- Returns:
- The chunk at the given index.
-
getChunkBytes
com.google.protobuf.ByteString getChunkBytes(int index)
repeated string chunk = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the chunk at the given index.
-
-