Package io.lionweb.lioncore.protobuf
Interface PBContainmentOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PBContainment
,PBContainment.Builder
public interface PBContainmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
getChildren
(int index) repeated int32 children = 2;
int
repeated int32 children = 2;
repeated int32 children = 2;
int
int32 metaPointerIndex = 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
-
getMetaPointerIndex
int getMetaPointerIndex()int32 metaPointerIndex = 1;
- Returns:
- The metaPointerIndex.
-
getChildrenList
repeated int32 children = 2;
- Returns:
- A list containing the children.
-
getChildrenCount
int getChildrenCount()repeated int32 children = 2;
- Returns:
- The count of children.
-
getChildren
int getChildren(int index) repeated int32 children = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The children at the given index.
-