Interface Deps.SourceLocationOrBuilder

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

public static interface Deps.SourceLocationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    optional int32 column = 3;
    int
    optional int32 line = 2;
    required string path = 1;
    com.google.protobuf.ByteString
    required string path = 1;
    boolean
    optional int32 column = 3;
    boolean
    optional int32 line = 2;
    boolean
    required string path = 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

    • hasPath

      boolean hasPath()
      required string path = 1;
      Returns:
      Whether the path field is set.
    • getPath

      String getPath()
      required string path = 1;
      Returns:
      The path.
    • getPathBytes

      com.google.protobuf.ByteString getPathBytes()
      required string path = 1;
      Returns:
      The bytes for path.
    • hasLine

      boolean hasLine()
      optional int32 line = 2;
      Returns:
      Whether the line field is set.
    • getLine

      int getLine()
      optional int32 line = 2;
      Returns:
      The line.
    • hasColumn

      boolean hasColumn()
      optional int32 column = 3;
      Returns:
      Whether the column field is set.
    • getColumn

      int getColumn()
      optional int32 column = 3;
      Returns:
      The column.