proto.com.cognite.client.dto.ThreeDAssetMappingOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdf-sdk-java Show documentation
Show all versions of cdf-sdk-java Show documentation
Java SDK for reading and writing from/to CDF resources.
// 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