Interface BuildEventStreamProtos.BuildMetrics.EvaluationStatOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    How many times a given operation was carried out on a Skyfunction.
    Name of the Skyfunction.
    com.google.protobuf.ByteString
    Name of the Skyfunction.

    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

    • getSkyfunctionName

      String getSkyfunctionName()
       Name of the Skyfunction.
       
      string skyfunction_name = 1;
      Returns:
      The skyfunctionName.
    • getSkyfunctionNameBytes

      com.google.protobuf.ByteString getSkyfunctionNameBytes()
       Name of the Skyfunction.
       
      string skyfunction_name = 1;
      Returns:
      The bytes for skyfunctionName.
    • getCount

      long getCount()
       How many times a given operation was carried out on a Skyfunction.
       
      int64 count = 2;
      Returns:
      The count.