Package com.cognite.client.dto
Interface Asset.AggregatesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Asset.Aggregates,Asset.Aggregates.Builder
- Enclosing class:
- Asset
public static interface Asset.AggregatesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Int32ValuegetChildCount().google.protobuf.Int32Value child_count = 1;Int32ValueOrBuildergetChildCountOrBuilder().google.protobuf.Int32Value child_count = 1;Int32ValuegetDepth().google.protobuf.Int32Value depth = 2;Int32ValueOrBuildergetDepthOrBuilder().google.protobuf.Int32Value depth = 2;longgetPath(int index)repeated int64 path = 3;intgetPathCount()repeated int64 path = 3;List<Long>getPathList()repeated int64 path = 3;booleanhasChildCount().google.protobuf.Int32Value child_count = 1;booleanhasDepth().google.protobuf.Int32Value depth = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasChildCount
boolean hasChildCount()
.google.protobuf.Int32Value child_count = 1;- Returns:
- Whether the childCount field is set.
-
getChildCount
Int32Value getChildCount()
.google.protobuf.Int32Value child_count = 1;- Returns:
- The childCount.
-
getChildCountOrBuilder
Int32ValueOrBuilder getChildCountOrBuilder()
.google.protobuf.Int32Value child_count = 1;
-
hasDepth
boolean hasDepth()
.google.protobuf.Int32Value depth = 2;- Returns:
- Whether the depth field is set.
-
getDepth
Int32Value getDepth()
.google.protobuf.Int32Value depth = 2;- Returns:
- The depth.
-
getDepthOrBuilder
Int32ValueOrBuilder getDepthOrBuilder()
.google.protobuf.Int32Value depth = 2;
-
getPathCount
int getPathCount()
repeated int64 path = 3;- Returns:
- The count of path.
-
getPath
long getPath(int index)
repeated int64 path = 3;- Parameters:
index- The index of the element to return.- Returns:
- The path at the given index.
-
-