Interface ProtoResultCache.MatchPositionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProtoResultCache.MatchPosition, ProtoResultCache.MatchPosition.Builder
Enclosing class:
ProtoResultCache

public static interface ProtoResultCache.MatchPositionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 end = 2;
    int
    uint32 start = 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

    • getStart

      int getStart()
      uint32 start = 1;
      Returns:
      The start.
    • getEnd

      int getEnd()
      uint32 end = 2;
      Returns:
      The end.