Interface ThreeDNodeOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ThreeDNode, ThreeDNode.Builder

    public interface ThreeDNodeOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasId

        boolean hasId()
        optional int64 id = 1;
        Returns:
        Whether the id field is set.
      • getId

        long getId()
        optional int64 id = 1;
        Returns:
        The id.
      • hasTreeIndex

        boolean hasTreeIndex()
        optional int64 treeIndex = 2;
        Returns:
        Whether the treeIndex field is set.
      • getTreeIndex

        long getTreeIndex()
        optional int64 treeIndex = 2;
        Returns:
        The treeIndex.
      • hasParentId

        boolean hasParentId()
        optional int64 parentId = 3;
        Returns:
        Whether the parentId field is set.
      • getParentId

        long getParentId()
        optional int64 parentId = 3;
        Returns:
        The parentId.
      • hasDepth

        boolean hasDepth()
        optional int64 depth = 4;
        Returns:
        Whether the depth field is set.
      • getDepth

        long getDepth()
        optional int64 depth = 4;
        Returns:
        The depth.
      • hasName

        boolean hasName()
        optional string name = 5;
        Returns:
        Whether the name field is set.
      • getName

        String getName()
        optional string name = 5;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        optional string name = 5;
        Returns:
        The bytes for name.
      • hasSubtreeSize

        boolean hasSubtreeSize()
        optional int64 subtreeSize = 6;
        Returns:
        Whether the subtreeSize field is set.
      • getSubtreeSize

        long getSubtreeSize()
        optional int64 subtreeSize = 6;
        Returns:
        The subtreeSize.
      • hasProperties

        boolean hasProperties()
        optional .com.cognite.client.dto.ThreeDNode.Properties properties = 7;
        Returns:
        Whether the properties field is set.
      • getProperties

        ThreeDNode.Properties getProperties()
        optional .com.cognite.client.dto.ThreeDNode.Properties properties = 7;
        Returns:
        The properties.
      • getPropertiesOrBuilder

        ThreeDNode.PropertiesOrBuilder getPropertiesOrBuilder()
        optional .com.cognite.client.dto.ThreeDNode.Properties properties = 7;
      • hasBoundingBox

        boolean hasBoundingBox()
        optional .com.cognite.client.dto.ThreeDNode.BoundingBox boundingBox = 8;
        Returns:
        Whether the boundingBox field is set.
      • getBoundingBox

        ThreeDNode.BoundingBox getBoundingBox()
        optional .com.cognite.client.dto.ThreeDNode.BoundingBox boundingBox = 8;
        Returns:
        The boundingBox.
      • getBoundingBoxOrBuilder

        ThreeDNode.BoundingBoxOrBuilder getBoundingBoxOrBuilder()
        optional .com.cognite.client.dto.ThreeDNode.BoundingBox boundingBox = 8;