public interface SourceContextOrBuilder extends MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName()
The path-qualified name of the .proto file that contained the associated
protobuf element.
|
ByteString |
getFileNameBytes()
The path-qualified name of the .proto file that contained the associated
protobuf element.
|
getDefaultInstanceForType, isInitializedString getFileName()
The path-qualified name of the .proto file that contained the associated protobuf element. For example: `"google/protobuf/source_context.proto"`.
optional string file_name = 1;ByteString getFileNameBytes()
The path-qualified name of the .proto file that contained the associated protobuf element. For example: `"google/protobuf/source_context.proto"`.
optional string file_name = 1;Copyright © 2008–2016 Google. All rights reserved.