All Downloads are FREE. Search and download functionalities are using the official Maven repository.

proto.com.cognite.client.dto.ThreeDAssetMappingOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.3.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: three_d_model.proto

package com.cognite.client.dto;

public interface ThreeDAssetMappingOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.cognite.beam.proto.ThreeDAssetMapping)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int64 nodeId = 1;
   * @return The nodeId.
   */
  long getNodeId();

  /**
   * int64 assetId = 2;
   * @return The assetId.
   */
  long getAssetId();

  /**
   * optional int64 treeIndex = 3;
   * @return Whether the treeIndex field is set.
   */
  boolean hasTreeIndex();
  /**
   * optional int64 treeIndex = 3;
   * @return The treeIndex.
   */
  long getTreeIndex();

  /**
   * optional int64 subtreeSize = 4;
   * @return Whether the subtreeSize field is set.
   */
  boolean hasSubtreeSize();
  /**
   * optional int64 subtreeSize = 4;
   * @return The subtreeSize.
   */
  long getSubtreeSize();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy