Interface BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.AspectCountOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.AspectCount, BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.AspectCount.Builder
Enclosing class:
BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics

public static interface BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.AspectCountOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    number of actions created by aspects of this type.
    usually the same as above, but can differ in some cases.
    com.google.protobuf.ByteString
    usually the same as above, but can differ in some cases.
    long
    number of aspects created of this type.
    Unique key for Aspect.
    com.google.protobuf.ByteString
    Unique key for Aspect.

    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

    • getKey

      String getKey()
       Unique key for Aspect.
       
      string key = 1;
      Returns:
      The key.
    • getKeyBytes

      com.google.protobuf.ByteString getKeyBytes()
       Unique key for Aspect.
       
      string key = 1;
      Returns:
      The bytes for key.
    • getAspectName

      String getAspectName()
       usually the same as above, but can differ in some cases.
       
      string aspect_name = 2;
      Returns:
      The aspectName.
    • getAspectNameBytes

      com.google.protobuf.ByteString getAspectNameBytes()
       usually the same as above, but can differ in some cases.
       
      string aspect_name = 2;
      Returns:
      The bytes for aspectName.
    • getCount

      long getCount()
       number of aspects created of this type.
       
      uint64 count = 3;
      Returns:
      The count.
    • getActionCount

      long getActionCount()
       number of actions created by aspects of this type.
       
      uint64 action_count = 4;
      Returns:
      The actionCount.