public final class SourceContext extends com.google.protobuf.GeneratedMessageV3 implements SourceContextOrBuilder
`SourceContext` represents information about the source of a protobuf element, like the file in which it is defined.Protobuf type
google.protobuf.SourceContext| Modifier and Type | Class and Description |
|---|---|
static class |
SourceContext.Builder
`SourceContext` represents information about the source of a
protobuf element, like the file in which it is defined.
|
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
FILE_NAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Compares the specified object with this message for equality.
|
static SourceContext |
getDefaultInstance() |
SourceContext |
getDefaultInstanceForType()
Get an instance of the type with no fields set.
|
static Descriptors.Descriptor |
getDescriptor() |
java.lang.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.
|
Parser<SourceContext> |
getParserForType()
Gets the parser for a message of the same type as this message.
|
int |
getSerializedSize()
Get the number of bytes required to encode this message.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields()
Get the
UnknownFieldSet for this message. |
int |
hashCode()
Returns the hash code value for this message.
|
boolean |
isInitialized()
Returns true if all required fields in the message and all embedded messages are set, false
otherwise.
|
static SourceContext.Builder |
newBuilder() |
static SourceContext.Builder |
newBuilder(SourceContext prototype) |
SourceContext.Builder |
newBuilderForType()
Constructs a new builder for a message of the same type as this message.
|
static SourceContext |
parseDelimitedFrom(java.io.InputStream input) |
static SourceContext |
parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static SourceContext |
parseFrom(byte[] data) |
static SourceContext |
|