Interface PBBulkImportOrBuilder

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

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

    • getStringValuesList

      List<String> getStringValuesList()
       We use this mechanism both to save space and to represent nulls (identified by -1)
       
      repeated string stringValues = 1;
      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 = 1;
      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 = 1;
      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 = 1;
      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 = 2;
    • getMetaPointers

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

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

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

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

      List<PBAttachPoint> getAttachPointsList()
      repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
    • getAttachPoints

      PBAttachPoint getAttachPoints(int index)
      repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
    • getAttachPointsCount

      int getAttachPointsCount()
      repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
    • getAttachPointsOrBuilderList

      List<? extends PBAttachPointOrBuilder> getAttachPointsOrBuilderList()
      repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
    • getAttachPointsOrBuilder

      PBAttachPointOrBuilder getAttachPointsOrBuilder(int index)
      repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
    • getNodesList

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

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

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

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

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