nl.topicus.jdbc.shaded.com.google.protobuf.SourceContextOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spanner-jdbc Show documentation
Show all versions of spanner-jdbc Show documentation
JDBC Driver for Google Cloud Spanner
// Generated by the protocol buffer nl.topicus.jdbc.shaded.com.iler. DO NOT EDIT!
// source: google/protobuf/source_context.proto
package nl.topicus.jdbc.shaded.com.google.protobuf;
public interface SourceContextOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.protobuf.SourceContext)
nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* The path-qualified name of the .proto file that contained the associated
* protobuf element. For example: `"google/protobuf/source_context.proto"`.
*
*
* string file_name = 1;
*/
java.lang.String getFileName();
/**
*
* The path-qualified name of the .proto file that contained the associated
* protobuf element. For example: `"google/protobuf/source_context.proto"`.
*
*
* string file_name = 1;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString
getFileNameBytes();
}