public interface SourceContextOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFileName()
optional string file_name = 1; |
ByteString |
getFileNameBytes()
optional string file_name = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getFileName()
optional string file_name = 1;
The path-qualified name of the .proto file that contained the associated protobuf element. For example: `"google/protobuf/source.proto"`.
ByteString getFileNameBytes()
optional string file_name = 1;
The path-qualified name of the .proto file that contained the associated protobuf element. For example: `"google/protobuf/source.proto"`.