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

com.salesforce.hyperdb.grpc.TextPositionOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.22.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: error_details.proto

// Protobuf Java Version: 3.25.5
package com.salesforce.hyperdb.grpc;

public interface TextPositionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:salesforce.hyperdb.grpc.v1.TextPosition)
    com.google.protobuf.MessageOrBuilder {

  /**
   * uint64 error_begin_character_offset = 2;
   * @return The errorBeginCharacterOffset.
   */
  long getErrorBeginCharacterOffset();

  /**
   * uint64 error_end_character_offset = 3;
   * @return The errorEndCharacterOffset.
   */
  long getErrorEndCharacterOffset();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy