Package io.lionweb.protobuf
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 Summary
Modifier and TypeMethodDescriptiongetAttachPoints(int index) repeated .io.lionweb.protobuf.PBAttachPoint attachPoints = 3;intrepeated .io.lionweb.protobuf.PBAttachPoint attachPoints = 3;repeated .io.lionweb.protobuf.PBAttachPoint attachPoints = 3;getAttachPointsOrBuilder(int index) repeated .io.lionweb.protobuf.PBAttachPoint attachPoints = 3;List<? extends PBAttachPointOrBuilder>repeated .io.lionweb.protobuf.PBAttachPoint attachPoints = 3;getMetaPointers(int index) repeated .io.lionweb.protobuf.PBMetaPointer metaPointers = 2;intrepeated .io.lionweb.protobuf.PBMetaPointer metaPointers = 2;repeated .io.lionweb.protobuf.PBMetaPointer metaPointers = 2;getMetaPointersOrBuilder(int index) repeated .io.lionweb.protobuf.PBMetaPointer metaPointers = 2;List<? extends PBMetaPointerOrBuilder>repeated .io.lionweb.protobuf.PBMetaPointer metaPointers = 2;getNodes(int index) repeated .io.lionweb.protobuf.PBNode nodes = 4;intrepeated .io.lionweb.protobuf.PBNode nodes = 4;repeated .io.lionweb.protobuf.PBNode nodes = 4;getNodesOrBuilder(int index) repeated .io.lionweb.protobuf.PBNode nodes = 4;List<? extends PBNodeOrBuilder>repeated .io.lionweb.protobuf.PBNode nodes = 4;getStringValues(int index) We use this mechanism both to save space and to represent nulls (identified by -1)com.google.protobuf.ByteStringgetStringValuesBytes(int index) We use this mechanism both to save space and to represent nulls (identified by -1)intWe use this mechanism both to save space and to represent nulls (identified by -1)We use this mechanism both to save space and to represent nulls (identified by -1)Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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.protobuf.PBMetaPointer metaPointers = 2; -
getMetaPointers
repeated .io.lionweb.protobuf.PBMetaPointer metaPointers = 2; -
getMetaPointersCount
int getMetaPointersCount()repeated .io.lionweb.protobuf.PBMetaPointer metaPointers = 2; -
getMetaPointersOrBuilderList
List<? extends PBMetaPointerOrBuilder> getMetaPointersOrBuilderList()repeated .io.lionweb.protobuf.PBMetaPointer metaPointers = 2; -
getMetaPointersOrBuilder
repeated .io.lionweb.protobuf.PBMetaPointer metaPointers = 2; -
getAttachPointsList
List<PBAttachPoint> getAttachPointsList()repeated .io.lionweb.protobuf.PBAttachPoint attachPoints = 3; -
getAttachPoints
repeated .io.lionweb.protobuf.PBAttachPoint attachPoints = 3; -
getAttachPointsCount
int getAttachPointsCount()repeated .io.lionweb.protobuf.PBAttachPoint attachPoints = 3; -
getAttachPointsOrBuilderList
List<? extends PBAttachPointOrBuilder> getAttachPointsOrBuilderList()repeated .io.lionweb.protobuf.PBAttachPoint attachPoints = 3; -
getAttachPointsOrBuilder
repeated .io.lionweb.protobuf.PBAttachPoint attachPoints = 3; -
getNodesList
repeated .io.lionweb.protobuf.PBNode nodes = 4; -
getNodes
repeated .io.lionweb.protobuf.PBNode nodes = 4; -
getNodesCount
int getNodesCount()repeated .io.lionweb.protobuf.PBNode nodes = 4; -
getNodesOrBuilderList
List<? extends PBNodeOrBuilder> getNodesOrBuilderList()repeated .io.lionweb.protobuf.PBNode nodes = 4; -
getNodesOrBuilder
repeated .io.lionweb.protobuf.PBNode nodes = 4;
-