Package com.cognite.client.dto
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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsMetadata(String key)map<string, string> metadata = 13;Int64ValuegetAssetIds(int index)repeated .google.protobuf.Int64Value asset_ids = 12;intgetAssetIdsCount()repeated .google.protobuf.Int64Value asset_ids = 12;List<Int64Value>getAssetIdsList()repeated .google.protobuf.Int64Value asset_ids = 12;Int64ValueOrBuildergetAssetIdsOrBuilder(int index)repeated .google.protobuf.Int64Value asset_ids = 12;List<? extends Int64ValueOrBuilder>getAssetIdsOrBuilderList()repeated .google.protobuf.Int64Value asset_ids = 12;DoubleValuegetBoundingBoxMax(int index)repeated .google.protobuf.DoubleValue bounding_box_max = 9;intgetBoundingBoxMaxCount()repeated .google.protobuf.DoubleValue bounding_box_max = 9;List<DoubleValue>getBoundingBoxMaxList()repeated .google.protobuf.DoubleValue bounding_box_max = 9;DoubleValueOrBuildergetBoundingBoxMaxOrBuilder(int index)repeated .google.protobuf.DoubleValue bounding_box_max = 9;List<? extends DoubleValueOrBuilder>getBoundingBoxMaxOrBuilderList()repeated .google.protobuf.DoubleValue bounding_box_max = 9;DoubleValuegetBoundingBoxMin(int index)repeated .google.protobuf.DoubleValue bounding_box_min = 10;intgetBoundingBoxMinCount()repeated .google.protobuf.DoubleValue bounding_box_min = 10;List<DoubleValue>getBoundingBoxMinList()repeated .google.protobuf.DoubleValue bounding_box_min = 10;DoubleValueOrBuildergetBoundingBoxMinOrBuilder(int index)repeated .google.protobuf.DoubleValue bounding_box_min = 10;List<? extends DoubleValueOrBuilder>getBoundingBoxMinOrBuilderList()repeated .google.protobuf.DoubleValue bounding_box_min = 10;Int64ValuegetDepth().google.protobuf.Int64Value depth = 6;Int64ValueOrBuildergetDepthOrBuilder().google.protobuf.Int64Value depth = 6;Int64ValuegetId().google.protobuf.Int64Value id = 1;Int64ValueOrBuildergetIdOrBuilder().google.protobuf.Int64Value id = 1;Map<String,String>getMetadata()Deprecated.intgetMetadataCount()map<string, string> metadata = 13;Map<String,String>getMetadataMap()map<string, string> metadata = 13;StringgetMetadataOrDefault(String key, String defaultValue)map<string, string> metadata = 13;StringgetMetadataOrThrow(String key)map<string, string> metadata = 13;Int64ValuegetModelId().google.protobuf.Int64Value model_id = 2;Int64ValueOrBuildergetModelIdOrBuilder().google.protobuf.Int64Value model_id = 2;StringgetName()string name = 7;com.google.protobuf.ByteStringgetNameBytes()string name = 7;Int64ValuegetParentId().google.protobuf.Int64Value parent_id = 5;Int64ValueOrBuildergetParentIdOrBuilder().google.protobuf.Int64Value parent_id = 5;Int64ValuegetRevisionId().google.protobuf.Int64Value revision_id = 3;Int64ValueOrBuildergetRevisionIdOrBuilder().google.protobuf.Int64Value revision_id = 3;Int64ValuegetSectorId().google.protobuf.Int64Value sector_id = 11;Int64ValueOrBuildergetSectorIdOrBuilder().google.protobuf.Int64Value sector_id = 11;Int64ValuegetSubtreeSize().google.protobuf.Int64Value subtree_size = 8;Int64ValueOrBuildergetSubtreeSizeOrBuilder().google.protobuf.Int64Value subtree_size = 8;Int64ValuegetTreeIndex().google.protobuf.Int64Value tree_index = 4;Int64ValueOrBuildergetTreeIndexOrBuilder().google.protobuf.Int64Value tree_index = 4;booleanhasDepth().google.protobuf.Int64Value depth = 6;booleanhasId().google.protobuf.Int64Value id = 1;booleanhasModelId().google.protobuf.Int64Value model_id = 2;booleanhasParentId().google.protobuf.Int64Value parent_id = 5;booleanhasRevisionId().google.protobuf.Int64Value revision_id = 3;booleanhasSectorId().google.protobuf.Int64Value sector_id = 11;booleanhasSubtreeSize().google.protobuf.Int64Value subtree_size = 8;booleanhasTreeIndex().google.protobuf.Int64Value tree_index = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
getIdOrBuilder
Int64ValueOrBuilder getIdOrBuilder()
.google.protobuf.Int64Value id = 1;
-
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;
-
getMetadata
@Deprecated Map<String,String> getMetadata()
Deprecated.UsegetMetadataMap()instead.
-
getMetadataOrDefault
String getMetadataOrDefault(String key, String defaultValue)
map<string, string> metadata = 13;
-
-