Interface SourceContextOrBuilder (3.19.4)

public interface SourceContextOrBuilder extends MessageLiteOrBuilder

Methods

getFileName()

public abstract 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;

Returns
TypeDescription
String

The fileName.

getFileNameBytes()

public abstract ByteString getFileNameBytes()

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;

Returns
TypeDescription
ByteString

The bytes for fileName.