Interface NodeBrowseInfoProto.NodeBrowseInfoPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NodeBrowseInfoProto.NodeBrowseInfoPB,NodeBrowseInfoProto.NodeBrowseInfoPB.Builder
- Enclosing class:
- NodeBrowseInfoProto
public static interface NodeBrowseInfoProto.NodeBrowseInfoPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.common.protobuf.TagPathPB fullPath = 2;.common.protobuf.TagPathPB fullPath = 2;.common.protobuf.NodeDescriptionPB nodeDescription = 1;.common.protobuf.NodeDescriptionPB nodeDescription = 1;boolean.common.protobuf.TagPathPB fullPath = 2;boolean.common.protobuf.NodeDescriptionPB nodeDescription = 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
-
hasNodeDescription
boolean hasNodeDescription().common.protobuf.NodeDescriptionPB nodeDescription = 1;- Returns:
- Whether the nodeDescription field is set.
-
getNodeDescription
NodeDescriptionProto.NodeDescriptionPB getNodeDescription().common.protobuf.NodeDescriptionPB nodeDescription = 1;- Returns:
- The nodeDescription.
-
getNodeDescriptionOrBuilder
NodeDescriptionProto.NodeDescriptionPBOrBuilder getNodeDescriptionOrBuilder().common.protobuf.NodeDescriptionPB nodeDescription = 1; -
hasFullPath
boolean hasFullPath().common.protobuf.TagPathPB fullPath = 2;- Returns:
- Whether the fullPath field is set.
-
getFullPath
TagPathProto.TagPathPB getFullPath().common.protobuf.TagPathPB fullPath = 2;- Returns:
- The fullPath.
-
getFullPathOrBuilder
TagPathProto.TagPathPBOrBuilder getFullPathOrBuilder().common.protobuf.TagPathPB fullPath = 2;
-