Class DescriptorsProtos.LocationInFile

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
org.sonar.python.types.protobuf.DescriptorsProtos.LocationInFile
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, DescriptorsProtos.LocationInFileOrBuilder
Enclosing class:
DescriptorsProtos

public static final class DescriptorsProtos.LocationInFile extends com.google.protobuf.GeneratedMessage implements DescriptorsProtos.LocationInFileOrBuilder
Protobuf type protoblog.LocationInFile
See Also:
  • Field Details

    • FILEID_FIELD_NUMBER

      public static final int FILEID_FIELD_NUMBER
      See Also:
    • STARTLINE_FIELD_NUMBER

      public static final int STARTLINE_FIELD_NUMBER
      See Also:
    • STARTLINEOFFSET_FIELD_NUMBER

      public static final int STARTLINEOFFSET_FIELD_NUMBER
      See Also:
    • ENDLINE_FIELD_NUMBER

      public static final int ENDLINE_FIELD_NUMBER
      See Also:
    • ENDLINEOFFSET_FIELD_NUMBER

      public static final int ENDLINEOFFSET_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getFileId

      public String getFileId()
      string fileId = 1;
      Specified by:
      getFileId in interface DescriptorsProtos.LocationInFileOrBuilder
      Returns:
      The fileId.
    • getFileIdBytes

      public com.google.protobuf.ByteString getFileIdBytes()
      string fileId = 1;
      Specified by:
      getFileIdBytes in interface DescriptorsProtos.LocationInFileOrBuilder
      Returns:
      The bytes for fileId.
    • getStartLine

      public int getStartLine()
      int32 startLine = 2;
      Specified by:
      getStartLine in interface DescriptorsProtos.LocationInFileOrBuilder
      Returns:
      The startLine.
    • getStartLineOffset

      public int getStartLineOffset()
      int32 startLineOffset = 3;
      Specified by:
      getStartLineOffset in interface DescriptorsProtos.LocationInFileOrBuilder
      Returns:
      The startLineOffset.
    • getEndLine

      public int getEndLine()
      int32 endLine = 4;
      Specified by:
      getEndLine in interface DescriptorsProtos.LocationInFileOrBuilder
      Returns:
      The endLine.
    • getEndLineOffset

      public int getEndLineOffset()
      int32 endLineOffset = 5;
      Specified by:
      getEndLineOffset in interface DescriptorsProtos.LocationInFileOrBuilder
      Returns:
      The endLineOffset.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static DescriptorsProtos.LocationInFile parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DescriptorsProtos.LocationInFile parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DescriptorsProtos.LocationInFile parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DescriptorsProtos.LocationInFile parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DescriptorsProtos.LocationInFile parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DescriptorsProtos.LocationInFile parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static DescriptorsProtos.LocationInFile parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DescriptorsProtos.LocationInFile parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static DescriptorsProtos.LocationInFile parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static DescriptorsProtos.LocationInFile parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DescriptorsProtos.LocationInFile parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static DescriptorsProtos.LocationInFile parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public DescriptorsProtos.LocationInFile.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static DescriptorsProtos.LocationInFile.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected DescriptorsProtos.LocationInFile.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static DescriptorsProtos.LocationInFile getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<DescriptorsProtos.LocationInFile> parser()
    • getParserForType

      public com.google.protobuf.Parser<DescriptorsProtos.LocationInFile> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public DescriptorsProtos.LocationInFile getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder