Package io.lionweb.lioncore.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.lioncore.protobuf.PBAttachPoint attachPoints = 3;
int
repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
getAttachPointsOrBuilder
(int index) repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
List<? extends PBAttachPointOrBuilder>
repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
getMetaPointers
(int index) repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 2;
int
repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 2;
repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 2;
getMetaPointersOrBuilder
(int index) repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 2;
List<? extends PBMetaPointerOrBuilder>
repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 2;
getNodes
(int index) repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 4;
int
repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 4;
repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 4;
getNodesOrBuilder
(int index) repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 4;
List<? extends PBNodeOrBuilder>
repeated .io.lionweb.lioncore.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.ByteString
getStringValuesBytes
(int index) We use this mechanism both to save space and to represent nulls (identified by -1)int
We 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
isInitialized
Methods 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.lioncore.protobuf.PBMetaPointer metaPointers = 2;
-
getMetaPointers
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
repeated .io.lionweb.lioncore.protobuf.PBMetaPointer metaPointers = 2;
-
getAttachPointsList
List<PBAttachPoint> getAttachPointsList()repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
-
getAttachPoints
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
repeated .io.lionweb.lioncore.protobuf.PBAttachPoint attachPoints = 3;
-
getNodesList
repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 4;
-
getNodes
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
repeated .io.lionweb.lioncore.protobuf.PBNode nodes = 4;
-