com.salesforce.hyperdb.grpc.TextPositionOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdbc Show documentation
Show all versions of jdbc Show documentation
Salesforce Data Cloud JDBC Driver
// 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