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

    Modifier and Type
    Method
    Description
    int
    optional int32 child_count = 1;
    int
    optional int32 depth = 2;
    long
    getPath(int index)
    repeated int64 path = 3;
    int
    repeated int64 path = 3;
    repeated int64 path = 3;
    boolean
    optional int32 child_count = 1;
    boolean
    optional int32 depth = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasChildCount

      boolean hasChildCount()
      optional int32 child_count = 1;
      Returns:
      Whether the childCount field is set.
    • getChildCount

      int getChildCount()
      optional int32 child_count = 1;
      Returns:
      The childCount.
    • hasDepth

      boolean hasDepth()
      optional int32 depth = 2;
      Returns:
      Whether the depth field is set.
    • getDepth

      int getDepth()
      optional int32 depth = 2;
      Returns:
      The depth.
    • getPathList

      List<Long> getPathList()
      repeated int64 path = 3;
      Returns:
      A list containing the path.
    • 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.