Package akka.protobuf
Class DescriptorProtos.SourceCodeInfo.Location.Builder
- java.lang.Object
-
- akka.protobuf.AbstractMessageLite.Builder<BuilderType>
-
- akka.protobuf.AbstractMessage.Builder<BuilderType>
-
- akka.protobuf.GeneratedMessage.Builder<DescriptorProtos.SourceCodeInfo.Location.Builder>
-
- akka.protobuf.DescriptorProtos.SourceCodeInfo.Location.Builder
-
- All Implemented Interfaces:
DescriptorProtos.SourceCodeInfo.LocationOrBuilder,Message.Builder,MessageLite.Builder,MessageLiteOrBuilder,MessageOrBuilder,java.lang.Cloneable
- Enclosing class:
- DescriptorProtos.SourceCodeInfo.Location
public static final class DescriptorProtos.SourceCodeInfo.Location.Builder extends GeneratedMessage.Builder<DescriptorProtos.SourceCodeInfo.Location.Builder> implements DescriptorProtos.SourceCodeInfo.LocationOrBuilder
Protobuf typegoogle.protobuf.SourceCodeInfo.Location
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DescriptorProtos.SourceCodeInfo.Location.BuilderaddAllPath(java.lang.Iterable<? extends java.lang.Integer> values)repeated int32 path = 1 [packed = true];DescriptorProtos.SourceCodeInfo.Location.BuilderaddAllSpan(java.lang.Iterable<? extends java.lang.Integer> values)repeated int32 span = 2 [packed = true];DescriptorProtos.SourceCodeInfo.Location.BuilderaddPath(int value)repeated int32 path = 1 [packed = true];DescriptorProtos.SourceCodeInfo.Location.BuilderaddSpan(int value)repeated int32 span = 2 [packed = true];DescriptorProtos.SourceCodeInfo.Locationbuild()Constructs the message based on the state of the Builder.DescriptorProtos.SourceCodeInfo.LocationbuildPartial()LikeMessageLite.Builder.build(), but does not throw an exception if the message is missing required fields.DescriptorProtos.SourceCodeInfo.Location.Builderclear()Called by the initialization and clear code paths to allow subclasses to reset any of their builtin fields back to the initial values.DescriptorProtos.SourceCodeInfo.Location.BuilderclearLeadingComments()optional string leading_comments = 3;DescriptorProtos.SourceCodeInfo.Location.BuilderclearPath()repeated int32 path = 1 [packed = true];DescriptorProtos.SourceCodeInfo.Location.BuilderclearSpan()repeated int32 span = 2 [packed = true];DescriptorProtos.SourceCodeInfo.Location.BuilderclearTrailingComments()optional string trailing_comments = 4;DescriptorProtos.SourceCodeInfo.Location.Builderclone()Clones the Builder.DescriptorProtos.SourceCodeInfo.LocationgetDefaultInstanceForType()Get an instance of the type with no fields set.static Descriptors.DescriptorgetDescriptor()Descriptors.DescriptorgetDescriptorForType()Get the message's type's descriptor.java.lang.StringgetLeadingComments()optional string leading_comments = 3;ByteStringgetLeadingCommentsBytes()optional string leading_comments = 3;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];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;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.DescriptorProtos.SourceCodeInfo.Location.BuildermergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)LikeMessageLite.Builder.mergeFrom(CodedInputStream), but also parses extensions.DescriptorProtos.SourceCodeInfo.Location.BuildermergeFrom(DescriptorProtos.SourceCodeInfo.Location other)DescriptorProtos.SourceCodeInfo.Location.BuildermergeFrom(Message other)Mergeotherinto the message being built.DescriptorProtos.SourceCodeInfo.Location.BuildersetLeadingComments(java.lang.String value)optional string leading_comments = 3;DescriptorProtos.SourceCodeInfo.Location.BuildersetLeadingCommentsBytes(ByteString value)optional string leading_comments = 3;DescriptorProtos.SourceCodeInfo.Location.BuildersetPath(int index, int value)repeated int32 path = 1 [packed = true];DescriptorProtos.SourceCodeInfo.Location.BuildersetSpan(int index, int value)repeated int32 span = 2 [packed = true];DescriptorProtos.SourceCodeInfo.Location.BuildersetTrailingComments(java.lang.String value)optional string trailing_comments = 4;DescriptorProtos.SourceCodeInfo.Location.BuildersetTrailingCommentsBytes(ByteString value)optional string trailing_comments = 4;-
Methods inherited from class akka.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
-
Methods inherited from class akka.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class akka.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
-
-
-
-
Method Detail
-
getDescriptor
public static final Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Description copied from class:GeneratedMessage.BuilderGet 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.Builder<DescriptorProtos.SourceCodeInfo.Location.Builder>
-
clear
public DescriptorProtos.SourceCodeInfo.Location.Builder clear()
Description copied from class:GeneratedMessage.BuilderCalled by the initialization and clear code paths to allow subclasses to reset any of their builtin fields back to the initial values.- Specified by:
clearin interfaceMessage.Builder- Specified by:
clearin interfaceMessageLite.Builder- Overrides:
clearin classGeneratedMessage.Builder<DescriptorProtos.SourceCodeInfo.Location.Builder>
-
clone
public DescriptorProtos.SourceCodeInfo.Location.Builder clone()
Description copied from interface:MessageLite.BuilderClones the Builder.- Specified by:
clonein interfaceMessage.Builder- Specified by:
clonein interfaceMessageLite.Builder- Overrides:
clonein classGeneratedMessage.Builder<DescriptorProtos.SourceCodeInfo.Location.Builder>- See Also:
Object.clone()
-
getDescriptorForType
public Descriptors.Descriptor getDescriptorForType()
Description copied from interface:Message.BuilderGet the message's type's descriptor. SeeMessageOrBuilder.getDescriptorForType().- Specified by:
getDescriptorForTypein interfaceMessage.Builder- Specified by:
getDescriptorForTypein interfaceMessageOrBuilder- Overrides:
getDescriptorForTypein classGeneratedMessage.Builder<DescriptorProtos.SourceCodeInfo.Location.Builder>
-
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
-
build
public DescriptorProtos.SourceCodeInfo.Location build()
Description copied from interface:MessageLite.BuilderConstructs the message based on the state of the Builder. Subsequent changes to the Builder will not affect the returned message.- Specified by:
buildin interfaceMessage.Builder- Specified by:
buildin interfaceMessageLite.Builder
-
buildPartial
public DescriptorProtos.SourceCodeInfo.Location buildPartial()
Description copied from interface:MessageLite.BuilderLikeMessageLite.Builder.build(), but does not throw an exception if the message is missing required fields. Instead, a partial message is returned. Subsequent changes to the Builder will not affect the returned message.- Specified by:
buildPartialin interfaceMessage.Builder- Specified by:
buildPartialin interfaceMessageLite.Builder
-
mergeFrom
public DescriptorProtos.SourceCodeInfo.Location.Builder mergeFrom(Message other)
Description copied from interface:Message.BuilderMergeotherinto the message being built.othermust have the exact same type asthis(i.e.getDescriptorForType() == other.getDescriptorForType()). Merging occurs as follows. For each field:
* For singular primitive fields, if the field is set inother, thenother's value overwrites the value in this message.
* For singular message fields, if the field is set inother, it is merged into the corresponding sub-message of this message using the same merging rules.
* For repeated fields, the elements inotherare concatenated with the elements in this message. This is equivalent to theMessage::MergeFrommethod in C++.- Specified by:
mergeFromin interfaceMessage.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<DescriptorProtos.SourceCodeInfo.Location.Builder>
-
mergeFrom
public DescriptorProtos.SourceCodeInfo.Location.Builder mergeFrom(DescriptorProtos.SourceCodeInfo.Location other)
-
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.Builder<DescriptorProtos.SourceCodeInfo.Location.Builder>
-
mergeFrom
public DescriptorProtos.SourceCodeInfo.Location.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
Description copied from interface:MessageLite.BuilderLikeMessageLite.Builder.mergeFrom(CodedInputStream), but also parses extensions. The extensions that you want to be able to parse must be registered inextensionRegistry. Extensions not in the registry will be treated as unknown fields.- Specified by:
mergeFromin interfaceMessage.Builder- Specified by:
mergeFromin interfaceMessageLite.Builder- Overrides:
mergeFromin classAbstractMessage.Builder<DescriptorProtos.SourceCodeInfo.Location.Builder>- Throws:
java.io.IOException
-
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
-
setPath
public DescriptorProtos.SourceCodeInfo.Location.Builder setPath(int index, int value)
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).
-
addPath
public DescriptorProtos.SourceCodeInfo.Location.Builder addPath(int value)
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).
-
addAllPath
public DescriptorProtos.SourceCodeInfo.Location.Builder addAllPath(java.lang.Iterable<? extends java.lang.Integer> values)
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).
-
clearPath
public DescriptorProtos.SourceCodeInfo.Location.Builder clearPath()
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).
-
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
-
setSpan
public DescriptorProtos.SourceCodeInfo.Location.Builder setSpan(int index, int value)
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.
-
addSpan
public DescriptorProtos.SourceCodeInfo.Location.Builder addSpan(int value)
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.
-
addAllSpan
public DescriptorProtos.SourceCodeInfo.Location.Builder addAllSpan(java.lang.Iterable<? extends java.lang.Integer> values)
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.
-
clearSpan
public DescriptorProtos.SourceCodeInfo.Location.Builder clearSpan()
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.
-
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
-
setLeadingComments
public DescriptorProtos.SourceCodeInfo.Location.Builder setLeadingComments(java.lang.String value)
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;
-
clearLeadingComments
public DescriptorProtos.SourceCodeInfo.Location.Builder clearLeadingComments()
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;
-
setLeadingCommentsBytes
public DescriptorProtos.SourceCodeInfo.Location.Builder setLeadingCommentsBytes(ByteString value)
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;
-
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
-
setTrailingComments
public DescriptorProtos.SourceCodeInfo.Location.Builder setTrailingComments(java.lang.String value)
optional string trailing_comments = 4;
-
clearTrailingComments
public DescriptorProtos.SourceCodeInfo.Location.Builder clearTrailingComments()
optional string trailing_comments = 4;
-
setTrailingCommentsBytes
public DescriptorProtos.SourceCodeInfo.Location.Builder setTrailingCommentsBytes(ByteString value)
optional string trailing_comments = 4;
-
-