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 Details

    • hasNodeDescription

      boolean hasNodeDescription()
      .common.protobuf.NodeDescriptionPB nodeDescription = 1;
      Returns:
      Whether the nodeDescription field is set.
    • getNodeDescription

      .common.protobuf.NodeDescriptionPB nodeDescription = 1;
      Returns:
      The nodeDescription.
    • 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;