lightstep.com.google.protobuf.SourceContextOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: lightstep.lightstep.google.protobuf/source_context.proto
package lightstep.com.lightstep.lightstep.google.protobuf;
public interface SourceContextOrBuilder extends
// @@protoc_insertion_point(interface_extends:lightstep.lightstep.google.protobuf.SourceContext)
lightstep.com.lightstep.lightstep.google.protobuf.MessageOrBuilder {
/**
*
* The path-qualified name of the .proto file that contained the associated
* protobuf element. For example: `"lightstep.lightstep.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: `"lightstep.lightstep.google.protobuf/source_context.proto"`.
*
*
* string file_name = 1;
*/
lightstep.com.lightstep.lightstep.google.protobuf.ByteString
getFileNameBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy