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 Type
    Method
    Description
    getChunk(int index)
    repeated string chunk = 1;
    com.google.protobuf.ByteString
    getChunkBytes(int index)
    repeated string chunk = 1;
    int
    repeated string chunk = 1;
    repeated string chunk = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getChunkList

      List<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

      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.