Interface Protos.ActionCacheStatistics.MissDetailOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Protos.ActionCacheStatistics.MissDetail, Protos.ActionCacheStatistics.MissDetail.Builder
Enclosing class:
Protos.ActionCacheStatistics

public static interface Protos.ActionCacheStatistics.MissDetailOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    int32 count = 2;
    .blaze.ActionCacheStatistics.MissReason reason = 1;
    int
    .blaze.ActionCacheStatistics.MissReason reason = 1;

    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

    • getReasonValue

      int getReasonValue()
      .blaze.ActionCacheStatistics.MissReason reason = 1;
      Returns:
      The enum numeric value on the wire for reason.
    • getReason

      .blaze.ActionCacheStatistics.MissReason reason = 1;
      Returns:
      The reason.
    • getCount

      int getCount()
      int32 count = 2;
      Returns:
      The count.