Class PBBulkImport.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<PBBulkImport.Builder>
io.lionweb.lioncore.protobuf.PBBulkImport.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, PBBulkImportOrBuilder, Cloneable
Enclosing class:
PBBulkImport

public static final class PBBulkImport.Builder extends com.google.protobuf.GeneratedMessage.Builder<PBBulkImport.Builder> implements PBBulkImportOrBuilder
Protobuf type io.lionweb.lioncore.protobuf.PBBulkImport
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<PBBulkImport.Builder>
    • clear

      public PBBulkImport.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<PBBulkImport.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<PBBulkImport.Builder>
    • getDefaultInstanceForType

      public PBBulkImport getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public PBBulkImport build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public PBBulkImport buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public PBBulkImport.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<PBBulkImport.Builder>
    • mergeFrom

      public PBBulkImport.Builder mergeFrom(PBBulkImport other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<PBBulkImport.Builder>
    • mergeFrom

      public PBBulkImport.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<PBBulkImport.Builder>
      Throws:
      IOException
    • getStringValuesList

      public com.google.protobuf.ProtocolStringList getStringValuesList()
       We use this mechanism both to save space and to represent nulls (identified by -1)
       
      repeated string stringValues = 1;
      Specified by:
      getStringValuesList in interface PBBulkImportOrBuilder
      Returns:
      A list containing the stringValues.
    • getStringValuesCount

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

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

      public 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;
      Specified by:
      getStringValuesBytes in interface PBBulkImportOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the stringValues at the given index.
    • setStringValues

      public PBBulkImport.Builder setStringValues(int index, String value)
       We use this mechanism both to save space and to represent nulls (identified by -1)
       
      repeated string stringValues = 1;
      Parameters:
      index - The index to set the value at.
      value - The stringValues to set.
      Returns:
      This builder for chaining.
    • addStringValues

      public PBBulkImport.Builder addStringValues(String value)
       We use this mechanism both to save space and to represent nulls (identified by -1)
       
      repeated string stringValues = 1;
      Parameters:
      value - The stringValues to add.
      Returns:
      This builder for chaining.
    • addAllStringValues

      public PBBulkImport.Builder addAllStringValues(Iterable<String> values)
       We use this mechanism both to save space and to represent nulls (identified by -1)
       
      repeated string stringValues = 1;
      Parameters:
      values - The stringValues to add.
      Returns:
      This builder for chaining.
    • clearStringValues

      public PBBulkImport.Builder clearStringValues()
       We use this mechanism both to save space and to represent nulls (identified by -1)
       
      repeated string stringValues = 1;
      Returns:
      This builder for chaining.
    • addStringValuesBytes

      public PBBulkImport.Builder addStringValuesBytes(com.google.protobuf.ByteString value)
       We use this mechanism both to save space and to represent nulls (identified by -1)
       
      repeated string stringValues = 1;
      Parameters:
      value - The bytes of the stringValues to add.
      Returns:
      This builder for chaining.
    • getMetaPointersList

      public List<PBMetaPointer> getMetaPointersList()
      repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 2;
      Specified by:
      getMetaPointersList in interface PBBulkImportOrBuilder
    • getMetaPointersCount

      public int getMetaPointersCount()
      repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 2;
      Specified by:
      getMetaPointersCount in interface PBBulkImportOrBuilder
    • getMetaPointers

      public PBMetaPointer getMetaPointers(int index)
      repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 2;
      Specified by:
      getMetaPointers in interface PBBulkImportOrBuilder
    • setMetaPointers

      public PBBulkImport.Builder setMetaPointers(int index, PBMetaPointer value)
      repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 2;
    • setMetaPointers

      public PBBulkImport.Builder setMetaPointers(int index, PBMetaPointer.Builder builderForValue)
      repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 2;
    • addMetaPointers

      public PBBulkImport.Builder addMetaPointers(PBMetaPointer value)
      repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 2;
    • addMetaPointers

      public PBBulkImport.Builder addMetaPointers(int index, PBMetaPointer value)
      repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 2;
    • addMetaPointers

      public PBBulkImport.Builder addMetaPointers(PBMetaPointer.Builder builderForValue)
      repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 2;
    • addMetaPointers

      public PBBulkImport.Builder addMetaPointers(int index, PBMetaPointer.Builder builderForValue)
      repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 2;
    • addAllMetaPointers

      public PBBulkImport.Builder addAllMetaPointers(Iterable<? extends PBMetaPointer> values)
      repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 2;
    • clearMetaPointers

      public PBBulkImport.Builder clearMetaPointers()
      repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 2;
    • removeMetaPointers

      public PBBulkImport.Builder removeMetaPointers(int index)
      repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 2;
    • getMetaPointersBuilder

      public PBMetaPointer.Builder getMetaPointersBuilder(int index)
      repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 2;
    • getMetaPointersOrBuilder

      public PBMetaPointerOrBuilder getMetaPointersOrBuilder(int index)
      repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 2;
      Specified by:
      getMetaPointersOrBuilder in interface PBBulkImportOrBuilder
    • getMetaPointersOrBuilderList

      public List<? extends PBMetaPointerOrBuilder> getMetaPointersOrBuilderList()
      repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 2;
      Specified by:
      getMetaPointersOrBuilderList in interface PBBulkImportOrBuilder
    • addMetaPointersBuilder

      public PBMetaPointer.Builder addMetaPointersBuilder()
      repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 2;
    • addMetaPointersBuilder

      public PBMetaPointer.Builder addMetaPointersBuilder(int index)
      repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 2;
    • getMetaPointersBuilderList

      public List<PBMetaPointer.Builder> getMetaPointersBuilderList()
      repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 2;
    • getAttachPointsList

      public List<PBAttachPoint> getAttachPointsList()
      repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
      Specified by:
      getAttachPointsList in interface PBBulkImportOrBuilder
    • getAttachPointsCount

      public int getAttachPointsCount()
      repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
      Specified by:
      getAttachPointsCount in interface PBBulkImportOrBuilder
    • getAttachPoints

      public PBAttachPoint getAttachPoints(int index)
      repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
      Specified by:
      getAttachPoints in interface PBBulkImportOrBuilder
    • setAttachPoints

      public PBBulkImport.Builder setAttachPoints(int index, PBAttachPoint value)
      repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
    • setAttachPoints

      public PBBulkImport.Builder setAttachPoints(int index, PBAttachPoint.Builder builderForValue)
      repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
    • addAttachPoints

      public PBBulkImport.Builder addAttachPoints(PBAttachPoint value)
      repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
    • addAttachPoints

      public PBBulkImport.Builder addAttachPoints(int index, PBAttachPoint value)
      repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
    • addAttachPoints

      public PBBulkImport.Builder addAttachPoints(PBAttachPoint.Builder builderForValue)
      repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
    • addAttachPoints

      public PBBulkImport.Builder addAttachPoints(int index, PBAttachPoint.Builder builderForValue)
      repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
    • addAllAttachPoints

      public PBBulkImport.Builder addAllAttachPoints(Iterable<? extends PBAttachPoint> values)
      repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
    • clearAttachPoints

      public PBBulkImport.Builder clearAttachPoints()
      repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
    • removeAttachPoints

      public PBBulkImport.Builder removeAttachPoints(int index)
      repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
    • getAttachPointsBuilder

      public PBAttachPoint.Builder getAttachPointsBuilder(int index)
      repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
    • getAttachPointsOrBuilder

      public PBAttachPointOrBuilder getAttachPointsOrBuilder(int index)
      repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
      Specified by:
      getAttachPointsOrBuilder in interface PBBulkImportOrBuilder
    • getAttachPointsOrBuilderList

      public List<? extends PBAttachPointOrBuilder> getAttachPointsOrBuilderList()
      repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
      Specified by:
      getAttachPointsOrBuilderList in interface PBBulkImportOrBuilder
    • addAttachPointsBuilder

      public PBAttachPoint.Builder addAttachPointsBuilder()
      repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
    • addAttachPointsBuilder

      public PBAttachPoint.Builder addAttachPointsBuilder(int index)
      repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
    • getAttachPointsBuilderList

      public List<PBAttachPoint.Builder> getAttachPointsBuilderList()
      repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
    • getNodesList

      public List<PBNode> getNodesList()
      repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 4;
      Specified by:
      getNodesList in interface PBBulkImportOrBuilder
    • getNodesCount

      public int getNodesCount()
      repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 4;
      Specified by:
      getNodesCount in interface PBBulkImportOrBuilder
    • getNodes

      public PBNode getNodes(int index)
      repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 4;
      Specified by:
      getNodes in interface PBBulkImportOrBuilder
    • setNodes

      public PBBulkImport.Builder setNodes(int index, PBNode value)
      repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 4;
    • setNodes

      public PBBulkImport.Builder setNodes(int index, PBNode.Builder builderForValue)
      repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 4;
    • addNodes

      public PBBulkImport.Builder addNodes(PBNode value)
      repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 4;
    • addNodes

      public PBBulkImport.Builder addNodes(int index, PBNode value)
      repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 4;
    • addNodes

      public PBBulkImport.Builder addNodes(PBNode.Builder builderForValue)
      repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 4;
    • addNodes

      public PBBulkImport.Builder addNodes(int index, PBNode.Builder builderForValue)
      repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 4;
    • addAllNodes

      public PBBulkImport.Builder addAllNodes(Iterable<? extends PBNode> values)
      repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 4;
    • clearNodes

      public PBBulkImport.Builder clearNodes()
      repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 4;
    • removeNodes

      public PBBulkImport.Builder removeNodes(int index)
      repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 4;
    • getNodesBuilder

      public PBNode.Builder getNodesBuilder(int index)
      repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 4;
    • getNodesOrBuilder

      public PBNodeOrBuilder getNodesOrBuilder(int index)
      repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 4;
      Specified by:
      getNodesOrBuilder in interface PBBulkImportOrBuilder
    • getNodesOrBuilderList

      public List<? extends PBNodeOrBuilder> getNodesOrBuilderList()
      repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 4;
      Specified by:
      getNodesOrBuilderList in interface PBBulkImportOrBuilder
    • addNodesBuilder

      public PBNode.Builder addNodesBuilder()
      repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 4;
    • addNodesBuilder

      public PBNode.Builder addNodesBuilder(int index)
      repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 4;
    • getNodesBuilderList

      public List<PBNode.Builder> getNodesBuilderList()
      repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 4;