public interface SourceContextOrBuilder extends MessageLiteOrBuilderImplements
MessageLiteOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for fileName. |