Interface CommandLineOuterClass.ChunkListOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getChunk​(int index)
      repeated string chunk = 1;
      com.google.protobuf.ByteString getChunkBytes​(int index)
      repeated string chunk = 1;
      int getChunkCount()
      repeated string chunk = 1;
      java.util.List<java.lang.String> getChunkList()
      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 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.