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
Modifier and TypeMethodDescriptiongetChunk(int index) repeated string chunk = 1;com.google.protobuf.ByteStringgetChunkBytes(int index) repeated string chunk = 1;intrepeated string chunk = 1;repeated string chunk = 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
-
getChunkList
repeated string chunk = 1;- Returns:
- A list containing the chunk.
-
getChunkCount
int getChunkCount()repeated string chunk = 1;- Returns:
- The count of chunk.
-
getChunk
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.
-