Interface UserBitShared.ParsingErrorOrBuilder

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

public static interface UserBitShared.ParsingErrorOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    optional int32 end_column = 4;
    int
    optional int32 end_row = 5;
    int
    optional int32 start_column = 2;
    int
    optional int32 start_row = 3;
    boolean
    optional int32 end_column = 4;
    boolean
    optional int32 end_row = 5;
    boolean
    optional int32 start_column = 2;
    boolean
    optional int32 start_row = 3;

    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

    • hasStartColumn

      boolean hasStartColumn()
      optional int32 start_column = 2;
      Returns:
      Whether the startColumn field is set.
    • getStartColumn

      int getStartColumn()
      optional int32 start_column = 2;
      Returns:
      The startColumn.
    • hasStartRow

      boolean hasStartRow()
      optional int32 start_row = 3;
      Returns:
      Whether the startRow field is set.
    • getStartRow

      int getStartRow()
      optional int32 start_row = 3;
      Returns:
      The startRow.
    • hasEndColumn

      boolean hasEndColumn()
      optional int32 end_column = 4;
      Returns:
      Whether the endColumn field is set.
    • getEndColumn

      int getEndColumn()
      optional int32 end_column = 4;
      Returns:
      The endColumn.
    • hasEndRow

      boolean hasEndRow()
      optional int32 end_row = 5;
      Returns:
      Whether the endRow field is set.
    • getEndRow

      int getEndRow()
      optional int32 end_row = 5;
      Returns:
      The endRow.