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 TypeMethodDescriptionintgetCount()int32 count = 2;.blaze.ActionCacheStatistics.MissReason reason = 1;int.blaze.ActionCacheStatistics.MissReason reason = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
Protos.ActionCacheStatistics.MissReason getReason().blaze.ActionCacheStatistics.MissReason reason = 1;- Returns:
- The reason.
-
getCount
int getCount()int32 count = 2;- Returns:
- The count.
-