All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xyz.block.ftl.v1.schema.PositionOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.368.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: xyz/block/ftl/v1/schema/schema.proto

// Protobuf Java Version: 3.25.4
package xyz.block.ftl.v1.schema;

public interface PositionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1.schema.Position)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string filename = 1;
   * @return The filename.
   */
  java.lang.String getFilename();
  /**
   * string filename = 1;
   * @return The bytes for filename.
   */
  com.google.protobuf.ByteString
      getFilenameBytes();

  /**
   * int64 line = 2;
   * @return The line.
   */
  long getLine();

  /**
   * int64 column = 3;
   * @return The column.
   */
  long getColumn();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy