Package akka.protobuf
Class DescriptorProtos.SourceCodeInfo.Location
- java.lang.Object
-
- akka.protobuf.AbstractMessageLite
-
- akka.protobuf.AbstractMessage
-
- akka.protobuf.GeneratedMessage
-
- akka.protobuf.DescriptorProtos.SourceCodeInfo.Location
-
- All Implemented Interfaces:
DescriptorProtos.SourceCodeInfo.LocationOrBuilder,Message,MessageLite,MessageLiteOrBuilder,MessageOrBuilder,java.io.Serializable
- Enclosing class:
- DescriptorProtos.SourceCodeInfo
public static final class DescriptorProtos.SourceCodeInfo.Location extends GeneratedMessage implements DescriptorProtos.SourceCodeInfo.LocationOrBuilder
Protobuf typegoogle.protobuf.SourceCodeInfo.Location- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescriptorProtos.SourceCodeInfo.Location.BuilderProtobuf typegoogle.protobuf.SourceCodeInfo.Location-
Nested classes/interfaces inherited from class akka.protobuf.GeneratedMessage
GeneratedMessage.BuilderParent, GeneratedMessage.ExtendableBuilder<MessageType extends GeneratedMessage.ExtendableMessage,BuilderType extends GeneratedMessage.ExtendableBuilder>, GeneratedMessage.ExtendableMessage<MessageType extends GeneratedMessage.ExtendableMessage>, GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends GeneratedMessage.ExtendableMessage>, GeneratedMessage.FieldAccessorTable, GeneratedMessage.GeneratedExtension<ContainingType extends Message,Type>
-
-
Field Summary
Fields Modifier and Type Field Description static intLEADING_COMMENTS_FIELD_NUMBERstatic Parser<DescriptorProtos.SourceCodeInfo.Location>PARSERstatic intPATH_FIELD_NUMBERstatic intSPAN_FIELD_NUMBERstatic intTRAILING_COMMENTS_FIELD_NUMBER-
Fields inherited from class akka.protobuf.GeneratedMessage
alwaysUseFieldBuilders
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescriptorProtos.SourceCodeInfo.LocationgetDefaultInstance()DescriptorProtos.SourceCodeInfo.LocationgetDefaultInstanceForType()Get an instance of the type with no fields set.static Descriptors.DescriptorgetDescriptor()java.lang.StringgetLeadingComments()optional string leading_comments = 3;ByteStringgetLeadingCommentsBytes()optional string leading_comments = 3;Parser<DescriptorProtos.SourceCodeInfo.Location>getParserForType()Gets the parser for a message of the same type as this message.intgetPath(int index)repeated int32 path = 1 [packed = true];intgetPathCount()repeated int32 path = 1 [packed = true];java.util.List<java.lang.Integer>getPathList()repeated int32 path = 1 [packed = true];intgetSerializedSize()Get the number of bytes required to encode this message.intgetSpan(int index)repeated int32 span = 2 [packed = true];intgetSpanCount()repeated int32 span = 2 [packed = true];java.util.List<java.lang.Integer>getSpanList()repeated int32 span = 2 [packed = true];java.lang.StringgetTrailingComments()optional string trailing_comments = 4;ByteStringgetTrailingCommentsBytes()optional string trailing_comments = 4;UnknownFieldSetgetUnknownFields()Get theUnknownFieldSetfor this message.booleanhasLeadingComments()optional string leading_comments = 3;booleanhasTrailingComments()optional string trailing_comments = 4;protected GeneratedMessage.FieldAccessorTableinternalGetFieldAccessorTable()Get the FieldAccessorTable for this type.booleanisInitialized()Returns true if all required fields in the message and all embedded messages are set, false otherwise.static DescriptorProtos.SourceCodeInfo.Location.BuildernewBuilder()static DescriptorProtos.SourceCodeInfo.Location.BuildernewBuilder(DescriptorProtos.SourceCodeInfo.Location prototype)DescriptorProtos.SourceCodeInfo.Location.BuildernewBuilderForType()Constructs a new builder for a message of the same type as this message.protected DescriptorProtos.SourceCodeInfo.Location.BuildernewBuilderForType(GeneratedMessage.BuilderParent parent)static DescriptorProtos.SourceCodeInfo.LocationparseDelimitedFrom(java.io.InputStream input)static DescriptorProtos.SourceCodeInfo.LocationparseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.SourceCodeInfo.LocationparseFrom(byte[] data)static DescriptorProtos.SourceCodeInfo.LocationparseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.SourceCodeInfo.LocationparseFrom(ByteString data)static DescriptorProtos.SourceCodeInfo.LocationparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.SourceCodeInfo.LocationparseFrom(CodedInputStream input)static DescriptorProtos.SourceCodeInfo.LocationparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.SourceCodeInfo.LocationparseFrom(java.io.InputStream input)static DescriptorProtos.SourceCodeInfo.LocationparseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)DescriptorProtos.SourceCodeInfo.Location.BuildertoBuilder()Constructs a builder initialized with the current message.protected java.lang.ObjectwriteReplace()Replaces this object in the output stream with a serialized form.voidwriteTo(CodedOutputStream output)Serializes the message and writes it tooutput.-
Methods inherited from class akka.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
-
Methods inherited from class akka.protobuf.AbstractMessage
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class akka.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface akka.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from interface akka.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasField
-
-
-
-
Field Detail
-
PARSER
public static Parser<DescriptorProtos.SourceCodeInfo.Location> PARSER
-
PATH_FIELD_NUMBER
public static final int PATH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SPAN_FIELD_NUMBER
public static final int SPAN_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LEADING_COMMENTS_FIELD_NUMBER
public static final int LEADING_COMMENTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TRAILING_COMMENTS_FIELD_NUMBER
public static final int TRAILING_COMMENTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDefaultInstance
public static DescriptorProtos.SourceCodeInfo.Location getDefaultInstance()
-
getDefaultInstanceForType
public DescriptorProtos.SourceCodeInfo.Location getDefaultInstanceForType()
Description copied from interface:MessageLiteOrBuilderGet an instance of the type with no fields set. Because no fields are set, all getters for singular fields will return default values and repeated fields will appear empty. This may or may not be a singleton. This differs from thegetDefaultInstance()method of generated message classes in that this method is an abstract method of theMessageLiteinterface whereasgetDefaultInstance()is a static method of a specific class. They return the same thing.- Specified by:
getDefaultInstanceForTypein interfaceMessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfaceMessageOrBuilder
-
getUnknownFields
public final UnknownFieldSet getUnknownFields()
Description copied from interface:MessageOrBuilderGet theUnknownFieldSetfor this message.- Specified by:
getUnknownFieldsin interfaceMessageOrBuilder- Overrides:
getUnknownFieldsin classGeneratedMessage
-
getDescriptor
public static final Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Description copied from class:GeneratedMessageGet the FieldAccessorTable for this type. We can't have the message class pass this in to the constructor because of bootstrapping trouble with DescriptorProtos.- Specified by:
internalGetFieldAccessorTablein classGeneratedMessage
-
getParserForType
public Parser<DescriptorProtos.SourceCodeInfo.Location> getParserForType()
Description copied from interface:MessageLiteGets the parser for a message of the same type as this message.- Specified by:
getParserForTypein interfaceMessage- Specified by:
getParserForTypein interfaceMessageLite- Overrides:
getParserForTypein classGeneratedMessage
-
getPathList
public java.util.List<java.lang.Integer> getPathList()
repeated int32 path = 1 [packed = true];Identifies which part of the FileDescriptorProto was defined at this location. Each element is a field number or an index. They form a path from the root FileDescriptorProto to the place where the definition. For example, this path: [ 4, 3, 2, 7, 1 ] refers to: file.message_type(3) // 4, 3 .field(7) // 2, 7 .name() // 1 This is because FileDescriptorProto.message_type has field number 4: repeated DescriptorProto message_type = 4; and DescriptorProto.field has field number 2: repeated FieldDescriptorProto field = 2; and FieldDescriptorProto.name has field number 1: optional string name = 1; Thus, the above path gives the location of a field name. If we removed the last element: [ 4, 3, 2, 7 ] this path refers to the whole field declaration (from the beginning of the label to the terminating semicolon).- Specified by:
getPathListin interfaceDescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
getPathCount
public int getPathCount()
repeated int32 path = 1 [packed = true];Identifies which part of the FileDescriptorProto was defined at this location. Each element is a field number or an index. They form a path from the root FileDescriptorProto to the place where the definition. For example, this path: [ 4, 3, 2, 7, 1 ] refers to: file.message_type(3) // 4, 3 .field(7) // 2, 7 .name() // 1 This is because FileDescriptorProto.message_type has field number 4: repeated DescriptorProto message_type = 4; and DescriptorProto.field has field number 2: repeated FieldDescriptorProto field = 2; and FieldDescriptorProto.name has field number 1: optional string name = 1; Thus, the above path gives the location of a field name. If we removed the last element: [ 4, 3, 2, 7 ] this path refers to the whole field declaration (from the beginning of the label to the terminating semicolon).- Specified by:
getPathCountin interfaceDescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
getPath
public int getPath(int index)
repeated int32 path = 1 [packed = true];Identifies which part of the FileDescriptorProto was defined at this location. Each element is a field number or an index. They form a path from the root FileDescriptorProto to the place where the definition. For example, this path: [ 4, 3, 2, 7, 1 ] refers to: file.message_type(3) // 4, 3 .field(7) // 2, 7 .name() // 1 This is because FileDescriptorProto.message_type has field number 4: repeated DescriptorProto message_type = 4; and DescriptorProto.field has field number 2: repeated FieldDescriptorProto field = 2; and FieldDescriptorProto.name has field number 1: optional string name = 1; Thus, the above path gives the location of a field name. If we removed the last element: [ 4, 3, 2, 7 ] this path refers to the whole field declaration (from the beginning of the label to the terminating semicolon).- Specified by:
getPathin interfaceDescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
getSpanList
public java.util.List<java.lang.Integer> getSpanList()
repeated int32 span = 2 [packed = true];Always has exactly three or four elements: start line, start column, end line (optional, otherwise assumed same as start line), end column. These are packed into a single field for efficiency. Note that line and column numbers are zero-based -- typically you will want to add 1 to each before displaying to a user.
- Specified by:
getSpanListin interfaceDescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
getSpanCount
public int getSpanCount()
repeated int32 span = 2 [packed = true];Always has exactly three or four elements: start line, start column, end line (optional, otherwise assumed same as start line), end column. These are packed into a single field for efficiency. Note that line and column numbers are zero-based -- typically you will want to add 1 to each before displaying to a user.
- Specified by:
getSpanCountin interfaceDescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
getSpan
public int getSpan(int index)
repeated int32 span = 2 [packed = true];Always has exactly three or four elements: start line, start column, end line (optional, otherwise assumed same as start line), end column. These are packed into a single field for efficiency. Note that line and column numbers are zero-based -- typically you will want to add 1 to each before displaying to a user.
- Specified by:
getSpanin interfaceDescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
hasLeadingComments
public boolean hasLeadingComments()
optional string leading_comments = 3;If this SourceCodeInfo represents a complete declaration, these are any comments appearing before and after the declaration which appear to be attached to the declaration. A series of line comments appearing on consecutive lines, with no other tokens appearing on those lines, will be treated as a single comment. Only the comment content is provided; comment markers (e.g. //) are stripped out. For block comments, leading whitespace and an asterisk will be stripped from the beginning of each line other than the first. Newlines are included in the output. Examples: optional int32 foo = 1; // Comment attached to foo. // Comment attached to bar. optional int32 bar = 2; optional string baz = 3; // Comment attached to baz. // Another line attached to baz. // Comment attached to qux. // // Another line attached to qux. optional double qux = 4; optional string corge = 5; /* Block comment attached * to corge. Leading asterisks * will be removed. */ /* Block comment attached to * grault. */ optional int32 grault = 6;- Specified by:
hasLeadingCommentsin interfaceDescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
getLeadingComments
public java.lang.String getLeadingComments()
optional string leading_comments = 3;If this SourceCodeInfo represents a complete declaration, these are any comments appearing before and after the declaration which appear to be attached to the declaration. A series of line comments appearing on consecutive lines, with no other tokens appearing on those lines, will be treated as a single comment. Only the comment content is provided; comment markers (e.g. //) are stripped out. For block comments, leading whitespace and an asterisk will be stripped from the beginning of each line other than the first. Newlines are included in the output. Examples: optional int32 foo = 1; // Comment attached to foo. // Comment attached to bar. optional int32 bar = 2; optional string baz = 3; // Comment attached to baz. // Another line attached to baz. // Comment attached to qux. // // Another line attached to qux. optional double qux = 4; optional string corge = 5; /* Block comment attached * to corge. Leading asterisks * will be removed. */ /* Block comment attached to * grault. */ optional int32 grault = 6;- Specified by:
getLeadingCommentsin interfaceDescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
getLeadingCommentsBytes
public ByteString getLeadingCommentsBytes()
optional string leading_comments = 3;If this SourceCodeInfo represents a complete declaration, these are any comments appearing before and after the declaration which appear to be attached to the declaration. A series of line comments appearing on consecutive lines, with no other tokens appearing on those lines, will be treated as a single comment. Only the comment content is provided; comment markers (e.g. //) are stripped out. For block comments, leading whitespace and an asterisk will be stripped from the beginning of each line other than the first. Newlines are included in the output. Examples: optional int32 foo = 1; // Comment attached to foo. // Comment attached to bar. optional int32 bar = 2; optional string baz = 3; // Comment attached to baz. // Another line attached to baz. // Comment attached to qux. // // Another line attached to qux. optional double qux = 4; optional string corge = 5; /* Block comment attached * to corge. Leading asterisks * will be removed. */ /* Block comment attached to * grault. */ optional int32 grault = 6;- Specified by:
getLeadingCommentsBytesin interfaceDescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
hasTrailingComments
public boolean hasTrailingComments()
optional string trailing_comments = 4;- Specified by:
hasTrailingCommentsin interfaceDescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
getTrailingComments
public java.lang.String getTrailingComments()
optional string trailing_comments = 4;- Specified by:
getTrailingCommentsin interfaceDescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
getTrailingCommentsBytes
public ByteString getTrailingCommentsBytes()
optional string trailing_comments = 4;- Specified by:
getTrailingCommentsBytesin interfaceDescriptorProtos.SourceCodeInfo.LocationOrBuilder
-
isInitialized
public final boolean isInitialized()
Description copied from interface:MessageLiteOrBuilderReturns true if all required fields in the message and all embedded messages are set, false otherwise.- Specified by:
isInitializedin interfaceMessageLiteOrBuilder- Overrides:
isInitializedin classGeneratedMessage
-
writeTo
public void writeTo(CodedOutputStream output) throws java.io.IOException
Description copied from interface:MessageLiteSerializes the message and writes it tooutput. This does not flush or close the stream.- Specified by:
writeToin interfaceMessageLite- Overrides:
writeToin classAbstractMessage- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
Description copied from interface:MessageLiteGet the number of bytes required to encode this message. The result is only computed on the first call and memoized after that.- Specified by:
getSerializedSizein interfaceMessageLite- Overrides:
getSerializedSizein classAbstractMessage
-
writeReplace
protected java.lang.Object writeReplace() throws java.io.ObjectStreamExceptionDescription copied from class:GeneratedMessageReplaces this object in the output stream with a serialized form. Part of Java's serialization magic. Generated sub-classes must override this method by callingreturn super.writeReplace();- Overrides:
writeReplacein classGeneratedMessage- Returns:
- a SerializedForm of this message
- Throws:
java.io.ObjectStreamException
-
parseFrom
public static DescriptorProtos.SourceCodeInfo.Location parseFrom(ByteString data) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.SourceCodeInfo.Location parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.SourceCodeInfo.Location parseFrom(byte[] data) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.SourceCodeInfo.Location parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
-
parseFrom
public static DescriptorProtos.SourceCodeInfo.Location parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DescriptorProtos.SourceCodeInfo.Location parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static DescriptorProtos.SourceCodeInfo.Location parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static DescriptorProtos.SourceCodeInfo.Location parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DescriptorProtos.SourceCodeInfo.Location parseFrom(CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DescriptorProtos.SourceCodeInfo.Location parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static DescriptorProtos.SourceCodeInfo.Location.Builder newBuilder()
-
newBuilderForType
public DescriptorProtos.SourceCodeInfo.Location.Builder newBuilderForType()
Description copied from interface:MessageLiteConstructs a new builder for a message of the same type as this message.- Specified by:
newBuilderForTypein interfaceMessage- Specified by:
newBuilderForTypein interfaceMessageLite
-
newBuilder
public static DescriptorProtos.SourceCodeInfo.Location.Builder newBuilder(DescriptorProtos.SourceCodeInfo.Location prototype)
-
toBuilder
public DescriptorProtos.SourceCodeInfo.Location.Builder toBuilder()
Description copied from interface:MessageLiteConstructs a builder initialized with the current message. Use this to derive a new message from the current one.- Specified by:
toBuilderin interfaceMessage- Specified by:
toBuilderin interfaceMessageLite
-
newBuilderForType
protected DescriptorProtos.SourceCodeInfo.Location.Builder newBuilderForType(GeneratedMessage.BuilderParent parent)
- Specified by:
newBuilderForTypein classGeneratedMessage
-
-