Interface BuildEventStreamProtos.BuildMetrics.BuildGraphMetrics.RuleClassCountOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    how many actions were created by this rule class.
    long
    how many rule instances of this type were seen.
    Unique key for the rule class.
    com.google.protobuf.ByteString
    Unique key for the rule class.
    String name of the rule_class (not guaranteed unique)
    com.google.protobuf.ByteString
    String name of the rule_class (not guaranteed unique)

    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 the rule class.
       
      string key = 1;
      Returns:
      The key.
    • getKeyBytes

      com.google.protobuf.ByteString getKeyBytes()
       Unique key for the rule class.
       
      string key = 1;
      Returns:
      The bytes for key.
    • getRuleClass

      String getRuleClass()
       String name of the rule_class (not guaranteed unique)
       
      string rule_class = 2;
      Returns:
      The ruleClass.
    • getRuleClassBytes

      com.google.protobuf.ByteString getRuleClassBytes()
       String name of the rule_class (not guaranteed unique)
       
      string rule_class = 2;
      Returns:
      The bytes for ruleClass.
    • getCount

      long getCount()
       how many rule instances of this type were seen.
       
      uint64 count = 3;
      Returns:
      The count.
    • getActionCount

      long getActionCount()
       how many actions were created by this rule class.
       
      uint64 action_count = 4;
      Returns:
      The actionCount.