Interface TagStructureTreeProto.TagNodePBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TagStructureTreeProto.TagNodePB
,TagStructureTreeProto.TagNodePB.Builder
- Enclosing class:
- TagStructureTreeProto
public static interface TagStructureTreeProto.TagNodePBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetChildren
(int index) repeated .common.protobuf.TagNodePB children = 2;
int
repeated .common.protobuf.TagNodePB children = 2;
repeated .common.protobuf.TagNodePB children = 2;
getChildrenOrBuilder
(int index) repeated .common.protobuf.TagNodePB children = 2;
List<? extends TagStructureTreeProto.TagNodePBOrBuilder>
repeated .common.protobuf.TagNodePB children = 2;
.common.protobuf.NodeBrowseInfoPB nodeBrowseInfo = 1;
.common.protobuf.NodeBrowseInfoPB nodeBrowseInfo = 1;
boolean
.common.protobuf.NodeBrowseInfoPB nodeBrowseInfo = 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
-
hasNodeBrowseInfo
boolean hasNodeBrowseInfo().common.protobuf.NodeBrowseInfoPB nodeBrowseInfo = 1;
- Returns:
- Whether the nodeBrowseInfo field is set.
-
getNodeBrowseInfo
NodeBrowseInfoProto.NodeBrowseInfoPB getNodeBrowseInfo().common.protobuf.NodeBrowseInfoPB nodeBrowseInfo = 1;
- Returns:
- The nodeBrowseInfo.
-
getNodeBrowseInfoOrBuilder
NodeBrowseInfoProto.NodeBrowseInfoPBOrBuilder getNodeBrowseInfoOrBuilder().common.protobuf.NodeBrowseInfoPB nodeBrowseInfo = 1;
-
getChildrenList
List<TagStructureTreeProto.TagNodePB> getChildrenList()repeated .common.protobuf.TagNodePB children = 2;
-
getChildren
repeated .common.protobuf.TagNodePB children = 2;
-
getChildrenCount
int getChildrenCount()repeated .common.protobuf.TagNodePB children = 2;
-
getChildrenOrBuilderList
List<? extends TagStructureTreeProto.TagNodePBOrBuilder> getChildrenOrBuilderList()repeated .common.protobuf.TagNodePB children = 2;
-
getChildrenOrBuilder
repeated .common.protobuf.TagNodePB children = 2;
-