Package | Description |
---|---|
com.google.protobuf |
Modifier and Type | Method and Description |
---|---|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.addAllPath(Iterable<? extends Integer> values)
Identifies which part of the FileDescriptorProto was defined at this
location.
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.addAllSpan(Iterable<? extends Integer> values)
Always has exactly three or four elements: start line, start column,
end line (optional, otherwise assumed same as start line), end column.
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Builder.addLocationBuilder()
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Builder.addLocationBuilder(int index)
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.addPath(int value)
Identifies which part of the FileDescriptorProto was defined at this
location.
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.addSpan(int value)
Always has exactly three or four elements: start line, start column,
end line (optional, otherwise assumed same as start line), end column.
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.clear() |
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.clearLeadingComments()
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.
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.clearPath()
Identifies which part of the FileDescriptorProto was defined at this
location.
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.clearSpan()
Always has exactly three or four elements: start line, start column,
end line (optional, otherwise assumed same as start line), end column.
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.clearTrailingComments()
optional string trailing_comments = 4; |
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.clone() |
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Builder.getLocationBuilder(int index)
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.mergeFrom(DescriptorProtos.SourceCodeInfo.Location other) |
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.mergeFrom(com.google.protobuf.Message other) |
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.newBuilder() |
static DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.newBuilder(DescriptorProtos.SourceCodeInfo.Location prototype) |
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.newBuilderForType() |
protected DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.setLeadingComments(String value)
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.
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.setLeadingCommentsBytes(com.google.protobuf.ByteString value)
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.
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.setPath(int index,
int value)
Identifies which part of the FileDescriptorProto was defined at this
location.
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.setSpan(int index,
int value)
Always has exactly three or four elements: start line, start column,
end line (optional, otherwise assumed same as start line), end column.
|
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.setTrailingComments(String value)
optional string trailing_comments = 4; |
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.setTrailingCommentsBytes(com.google.protobuf.ByteString value)
optional string trailing_comments = 4; |
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DescriptorProtos.SourceCodeInfo.Location.Builder |
DescriptorProtos.SourceCodeInfo.Location.toBuilder() |
Modifier and Type | Method and Description |
---|---|
List<DescriptorProtos.SourceCodeInfo.Location.Builder> |
DescriptorProtos.SourceCodeInfo.Builder.getLocationBuilderList()
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
|
Modifier and Type | Method and Description |
---|---|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.addLocation(DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue)
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.addLocation(int index,
DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue)
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
|
DescriptorProtos.SourceCodeInfo.Builder |
DescriptorProtos.SourceCodeInfo.Builder.setLocation(int index,
DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue)
A Location identifies a piece of source code in a .proto file which
corresponds to a particular definition.
|
Copyright © 2013–2017 Bitcoin Solutions Ltd. All rights reserved.