Interface PBChunkOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PBChunk, PBChunk.Builder

public interface PBChunkOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getSerializationFormatVersion

      String getSerializationFormatVersion()
      string serializationFormatVersion = 1;
      Returns:
      The serializationFormatVersion.
    • getSerializationFormatVersionBytes

      com.google.protobuf.ByteString getSerializationFormatVersionBytes()
      string serializationFormatVersion = 1;
      Returns:
      The bytes for serializationFormatVersion.
    • getStringValuesList

      List<String> getStringValuesList()
       We use this mechanism both to save space and to represent nulls (identified by -1)
       
      repeated string stringValues = 2;
      Returns:
      A list containing the stringValues.
    • getStringValuesCount

      int getStringValuesCount()
       We use this mechanism both to save space and to represent nulls (identified by -1)
       
      repeated string stringValues = 2;
      Returns:
      The count of stringValues.
    • getStringValues

      String getStringValues(int index)
       We use this mechanism both to save space and to represent nulls (identified by -1)
       
      repeated string stringValues = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The stringValues at the given index.
    • getStringValuesBytes

      com.google.protobuf.ByteString getStringValuesBytes(int index)
       We use this mechanism both to save space and to represent nulls (identified by -1)
       
      repeated string stringValues = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the stringValues at the given index.
    • getMetaPointersList

      List<PBMetaPointer> getMetaPointersList()
      repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 3;
    • getMetaPointers

      PBMetaPointer getMetaPointers(int index)
      repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 3;
    • getMetaPointersCount

      int getMetaPointersCount()
      repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 3;
    • getMetaPointersOrBuilderList

      List<? extends PBMetaPointerOrBuilder> getMetaPointersOrBuilderList()
      repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 3;
    • getMetaPointersOrBuilder

      PBMetaPointerOrBuilder getMetaPointersOrBuilder(int index)
      repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 3;
    • getLanguagesList

      List<PBLanguage> getLanguagesList()
      repeated .io.lionweb.lioncore.protobuf.PBLanguage languages = 4;
    • getLanguages

      PBLanguage getLanguages(int index)
      repeated .io.lionweb.lioncore.protobuf.PBLanguage languages = 4;
    • getLanguagesCount

      int getLanguagesCount()
      repeated .io.lionweb.lioncore.protobuf.PBLanguage languages = 4;
    • getLanguagesOrBuilderList

      List<? extends PBLanguageOrBuilder> getLanguagesOrBuilderList()
      repeated .io.lionweb.lioncore.protobuf.PBLanguage languages = 4;
    • getLanguagesOrBuilder

      PBLanguageOrBuilder getLanguagesOrBuilder(int index)
      repeated .io.lionweb.lioncore.protobuf.PBLanguage languages = 4;
    • getNodesList

      List<PBNode> getNodesList()
      repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 5;
    • getNodes

      PBNode getNodes(int index)
      repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 5;
    • getNodesCount

      int getNodesCount()
      repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 5;
    • getNodesOrBuilderList

      List<? extends PBNodeOrBuilder> getNodesOrBuilderList()
      repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 5;
    • getNodesOrBuilder

      PBNodeOrBuilder getNodesOrBuilder(int index)
      repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 5;