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()
        .google.protobuf.Int64Value id = 1;
        Returns:
        Whether the id field is set.
      • getId

        Int64Value getId()
        .google.protobuf.Int64Value id = 1;
        Returns:
        The id.
      • hasModelId

        boolean hasModelId()
        .google.protobuf.Int64Value model_id = 2;
        Returns:
        Whether the modelId field is set.
      • getModelId

        Int64Value getModelId()
        .google.protobuf.Int64Value model_id = 2;
        Returns:
        The modelId.
      • getModelIdOrBuilder

        Int64ValueOrBuilder getModelIdOrBuilder()
        .google.protobuf.Int64Value model_id = 2;
      • hasRevisionId

        boolean hasRevisionId()
        .google.protobuf.Int64Value revision_id = 3;
        Returns:
        Whether the revisionId field is set.
      • getRevisionId

        Int64Value getRevisionId()
        .google.protobuf.Int64Value revision_id = 3;
        Returns:
        The revisionId.
      • getRevisionIdOrBuilder

        Int64ValueOrBuilder getRevisionIdOrBuilder()
        .google.protobuf.Int64Value revision_id = 3;
      • hasTreeIndex

        boolean hasTreeIndex()
        .google.protobuf.Int64Value tree_index = 4;
        Returns:
        Whether the treeIndex field is set.
      • getTreeIndex

        Int64Value getTreeIndex()
        .google.protobuf.Int64Value tree_index = 4;
        Returns:
        The treeIndex.
      • getTreeIndexOrBuilder

        Int64ValueOrBuilder getTreeIndexOrBuilder()
        .google.protobuf.Int64Value tree_index = 4;
      • hasParentId

        boolean hasParentId()
        .google.protobuf.Int64Value parent_id = 5;
        Returns:
        Whether the parentId field is set.
      • getParentId

        Int64Value getParentId()
        .google.protobuf.Int64Value parent_id = 5;
        Returns:
        The parentId.
      • getParentIdOrBuilder

        Int64ValueOrBuilder getParentIdOrBuilder()
        .google.protobuf.Int64Value parent_id = 5;
      • hasDepth

        boolean hasDepth()
        .google.protobuf.Int64Value depth = 6;
        Returns:
        Whether the depth field is set.
      • getDepth

        Int64Value getDepth()
        .google.protobuf.Int64Value depth = 6;
        Returns:
        The depth.
      • getDepthOrBuilder

        Int64ValueOrBuilder getDepthOrBuilder()
        .google.protobuf.Int64Value depth = 6;
      • getName

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

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

        boolean hasSubtreeSize()
        .google.protobuf.Int64Value subtree_size = 8;
        Returns:
        Whether the subtreeSize field is set.
      • getSubtreeSize

        Int64Value getSubtreeSize()
        .google.protobuf.Int64Value subtree_size = 8;
        Returns:
        The subtreeSize.
      • getSubtreeSizeOrBuilder

        Int64ValueOrBuilder getSubtreeSizeOrBuilder()
        .google.protobuf.Int64Value subtree_size = 8;
      • getBoundingBoxMaxList

        List<DoubleValue> getBoundingBoxMaxList()
        repeated .google.protobuf.DoubleValue bounding_box_max = 9;
      • getBoundingBoxMax

        DoubleValue getBoundingBoxMax​(int index)
        repeated .google.protobuf.DoubleValue bounding_box_max = 9;
      • getBoundingBoxMaxCount

        int getBoundingBoxMaxCount()
        repeated .google.protobuf.DoubleValue bounding_box_max = 9;
      • getBoundingBoxMaxOrBuilderList

        List<? extends DoubleValueOrBuilder> getBoundingBoxMaxOrBuilderList()
        repeated .google.protobuf.DoubleValue bounding_box_max = 9;
      • getBoundingBoxMaxOrBuilder

        DoubleValueOrBuilder getBoundingBoxMaxOrBuilder​(int index)
        repeated .google.protobuf.DoubleValue bounding_box_max = 9;
      • getBoundingBoxMinList

        List<DoubleValue> getBoundingBoxMinList()
        repeated .google.protobuf.DoubleValue bounding_box_min = 10;
      • getBoundingBoxMin

        DoubleValue getBoundingBoxMin​(int index)
        repeated .google.protobuf.DoubleValue bounding_box_min = 10;
      • getBoundingBoxMinCount

        int getBoundingBoxMinCount()
        repeated .google.protobuf.DoubleValue bounding_box_min = 10;
      • getBoundingBoxMinOrBuilderList

        List<? extends DoubleValueOrBuilder> getBoundingBoxMinOrBuilderList()
        repeated .google.protobuf.DoubleValue bounding_box_min = 10;
      • getBoundingBoxMinOrBuilder

        DoubleValueOrBuilder getBoundingBoxMinOrBuilder​(int index)
        repeated .google.protobuf.DoubleValue bounding_box_min = 10;
      • hasSectorId

        boolean hasSectorId()
        .google.protobuf.Int64Value sector_id = 11;
        Returns:
        Whether the sectorId field is set.
      • getSectorId

        Int64Value getSectorId()
        .google.protobuf.Int64Value sector_id = 11;
        Returns:
        The sectorId.
      • getSectorIdOrBuilder

        Int64ValueOrBuilder getSectorIdOrBuilder()
        .google.protobuf.Int64Value sector_id = 11;
      • getAssetIdsList

        List<Int64Value> getAssetIdsList()
        repeated .google.protobuf.Int64Value asset_ids = 12;
      • getAssetIds

        Int64Value getAssetIds​(int index)
        repeated .google.protobuf.Int64Value asset_ids = 12;
      • getAssetIdsCount

        int getAssetIdsCount()
        repeated .google.protobuf.Int64Value asset_ids = 12;
      • getAssetIdsOrBuilderList

        List<? extends Int64ValueOrBuilder> getAssetIdsOrBuilderList()
        repeated .google.protobuf.Int64Value asset_ids = 12;
      • getAssetIdsOrBuilder

        Int64ValueOrBuilder getAssetIdsOrBuilder​(int index)
        repeated .google.protobuf.Int64Value asset_ids = 12;
      • getMetadataCount

        int getMetadataCount()
        map<string, string> metadata = 13;
      • containsMetadata

        boolean containsMetadata​(String key)
        map<string, string> metadata = 13;
      • getMetadataMap

        Map<String,​String> getMetadataMap()
        map<string, string> metadata = 13;
      • getMetadataOrDefault

        String getMetadataOrDefault​(String key,
                                    String defaultValue)
        map<string, string> metadata = 13;
      • getMetadataOrThrow

        String getMetadataOrThrow​(String key)
        map<string, string> metadata = 13;