Interface Errdefs.ContentCacheOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Errdefs.ContentCache
,Errdefs.ContentCache.Builder
- Enclosing class:
Errdefs
public static interface Errdefs.ContentCacheOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong
getIndex()
Original index of result that failed the slow cache calculation.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
-
getIndex
long getIndex()Original index of result that failed the slow cache calculation.
int64 index = 1;
- Returns:
- The index.
-