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 Summary

    Modifier and Type
    Method
    Description
    optional .com.cognite.client.dto.ThreeDNode.BoundingBox boundingBox = 8;
    optional .com.cognite.client.dto.ThreeDNode.BoundingBox boundingBox = 8;
    long
    optional int64 depth = 4;
    long
    optional int64 id = 1;
    optional string name = 5;
    com.google.protobuf.ByteString
    optional string name = 5;
    long
    optional int64 parentId = 3;
    optional .com.cognite.client.dto.ThreeDNode.Properties properties = 7;
    optional .com.cognite.client.dto.ThreeDNode.Properties properties = 7;
    long
    optional int64 subtreeSize = 6;
    long
    optional int64 treeIndex = 2;
    boolean
    optional .com.cognite.client.dto.ThreeDNode.BoundingBox boundingBox = 8;
    boolean
    optional int64 depth = 4;
    boolean
    optional int64 id = 1;
    boolean
    optional string name = 5;
    boolean
    optional int64 parentId = 3;
    boolean
    optional .com.cognite.client.dto.ThreeDNode.Properties properties = 7;
    boolean
    optional int64 subtreeSize = 6;
    boolean
    optional int64 treeIndex = 2;

    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

    • 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;