Package com.google.protobuf.gen
Class DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<DescriptorProtos.GeneratedCodeInfo.Annotation.Builder>
-
- com.google.protobuf.gen.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
- All Implemented Interfaces:
DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- DescriptorProtos.GeneratedCodeInfo.Annotation
public static final class DescriptorProtos.GeneratedCodeInfo.Annotation.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DescriptorProtos.GeneratedCodeInfo.Annotation.Builder> implements DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
Protobuf typegoogle.protobuf.GeneratedCodeInfo.Annotation
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DescriptorProtos.GeneratedCodeInfo.Annotation.BuilderaddAllPath(Iterable<? extends Integer> values)Identifies the element in the original source .proto file.DescriptorProtos.GeneratedCodeInfo.Annotation.BuilderaddPath(int value)Identifies the element in the original source .proto file.DescriptorProtos.GeneratedCodeInfo.Annotation.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)DescriptorProtos.GeneratedCodeInfo.Annotationbuild()DescriptorProtos.GeneratedCodeInfo.AnnotationbuildPartial()DescriptorProtos.GeneratedCodeInfo.Annotation.Builderclear()DescriptorProtos.GeneratedCodeInfo.Annotation.BuilderclearBegin()Identifies the starting offset in bytes in the generated code that relates to the identified object.DescriptorProtos.GeneratedCodeInfo.Annotation.BuilderclearEnd()Identifies the ending offset in bytes in the generated code that relates to the identified offset.DescriptorProtos.GeneratedCodeInfo.Annotation.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)DescriptorProtos.GeneratedCodeInfo.Annotation.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)DescriptorProtos.GeneratedCodeInfo.Annotation.BuilderclearPath()Identifies the element in the original source .proto file.DescriptorProtos.GeneratedCodeInfo.Annotation.BuilderclearSourceFile()Identifies the filesystem path to the original source .proto.DescriptorProtos.GeneratedCodeInfo.Annotation.Builderclone()intgetBegin()Identifies the starting offset in bytes in the generated code that relates to the identified object.DescriptorProtos.GeneratedCodeInfo.AnnotationgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()intgetEnd()Identifies the ending offset in bytes in the generated code that relates to the identified offset.intgetPath(int index)Identifies the element in the original source .proto file.intgetPathCount()Identifies the element in the original source .proto file.List<Integer>getPathList()Identifies the element in the original source .proto file.StringgetSourceFile()Identifies the filesystem path to the original source .proto.com.google.protobuf.ByteStringgetSourceFileBytes()Identifies the filesystem path to the original source .proto.booleanhasBegin()Identifies the starting offset in bytes in the generated code that relates to the identified object.booleanhasEnd()Identifies the ending offset in bytes in the generated code that relates to the identified offset.booleanhasSourceFile()Identifies the filesystem path to the original source .proto.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()DescriptorProtos.GeneratedCodeInfo.Annotation.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)DescriptorProtos.GeneratedCodeInfo.Annotation.BuildermergeFrom(DescriptorProtos.GeneratedCodeInfo.Annotation other)DescriptorProtos.GeneratedCodeInfo.Annotation.BuildermergeFrom(com.google.protobuf.Message other)DescriptorProtos.GeneratedCodeInfo.Annotation.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)DescriptorProtos.GeneratedCodeInfo.Annotation.BuildersetBegin(int value)Identifies the starting offset in bytes in the generated code that relates to the identified object.DescriptorProtos.GeneratedCodeInfo.Annotation.BuildersetEnd(int value)Identifies the ending offset in bytes in the generated code that relates to the identified offset.DescriptorProtos.GeneratedCodeInfo.Annotation.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)DescriptorProtos.GeneratedCodeInfo.Annotation.BuildersetPath(int index, int value)Identifies the element in the original source .proto file.DescriptorProtos.GeneratedCodeInfo.Annotation.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)DescriptorProtos.GeneratedCodeInfo.Annotation.BuildersetSourceFile(String value)Identifies the filesystem path to the original source .proto.DescriptorProtos.GeneratedCodeInfo.Annotation.BuildersetSourceFileBytes(com.google.protobuf.ByteString value)Identifies the filesystem path to the original source .proto.DescriptorProtos.GeneratedCodeInfo.Annotation.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<DescriptorProtos.GeneratedCodeInfo.Annotation.Builder>
-
clear
public DescriptorProtos.GeneratedCodeInfo.Annotation.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<DescriptorProtos.GeneratedCodeInfo.Annotation.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<DescriptorProtos.GeneratedCodeInfo.Annotation.Builder>
-
getDefaultInstanceForType
public DescriptorProtos.GeneratedCodeInfo.Annotation getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public DescriptorProtos.GeneratedCodeInfo.Annotation build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public DescriptorProtos.GeneratedCodeInfo.Annotation buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public DescriptorProtos.GeneratedCodeInfo.Annotation.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<DescriptorProtos.GeneratedCodeInfo.Annotation.Builder>
-
setField
public DescriptorProtos.GeneratedCodeInfo.Annotation.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<DescriptorProtos.GeneratedCodeInfo.Annotation.Builder>
-
clearField
public DescriptorProtos.GeneratedCodeInfo.Annotation.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<DescriptorProtos.GeneratedCodeInfo.Annotation.Builder>
-
clearOneof
public DescriptorProtos.GeneratedCodeInfo.Annotation.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<DescriptorProtos.GeneratedCodeInfo.Annotation.Builder>
-
setRepeatedField
public DescriptorProtos.GeneratedCodeInfo.Annotation.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<DescriptorProtos.GeneratedCodeInfo.Annotation.Builder>
-
addRepeatedField
public DescriptorProtos.GeneratedCodeInfo.Annotation.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<DescriptorProtos.GeneratedCodeInfo.Annotation.Builder>
-
mergeFrom
public DescriptorProtos.GeneratedCodeInfo.Annotation.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<DescriptorProtos.GeneratedCodeInfo.Annotation.Builder>
-
mergeFrom
public DescriptorProtos.GeneratedCodeInfo.Annotation.Builder mergeFrom(DescriptorProtos.GeneratedCodeInfo.Annotation other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<DescriptorProtos.GeneratedCodeInfo.Annotation.Builder>
-
mergeFrom
public DescriptorProtos.GeneratedCodeInfo.Annotation.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<DescriptorProtos.GeneratedCodeInfo.Annotation.Builder>- Throws:
IOException
-
getPathList
public List<Integer> getPathList()
Identifies the element in the original source .proto file. This field is formatted the same as SourceCodeInfo.Location.path.
repeated int32 path = 1 [packed = true];- Specified by:
getPathListin interfaceDescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
-
getPathCount
public int getPathCount()
Identifies the element in the original source .proto file. This field is formatted the same as SourceCodeInfo.Location.path.
repeated int32 path = 1 [packed = true];- Specified by:
getPathCountin interfaceDescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
-
getPath
public int getPath(int index)
Identifies the element in the original source .proto file. This field is formatted the same as SourceCodeInfo.Location.path.
repeated int32 path = 1 [packed = true];- Specified by:
getPathin interfaceDescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
-
setPath
public DescriptorProtos.GeneratedCodeInfo.Annotation.Builder setPath(int index, int value)
Identifies the element in the original source .proto file. This field is formatted the same as SourceCodeInfo.Location.path.
repeated int32 path = 1 [packed = true];
-
addPath
public DescriptorProtos.GeneratedCodeInfo.Annotation.Builder addPath(int value)
Identifies the element in the original source .proto file. This field is formatted the same as SourceCodeInfo.Location.path.
repeated int32 path = 1 [packed = true];
-
addAllPath
public DescriptorProtos.GeneratedCodeInfo.Annotation.Builder addAllPath(Iterable<? extends Integer> values)
Identifies the element in the original source .proto file. This field is formatted the same as SourceCodeInfo.Location.path.
repeated int32 path = 1 [packed = true];
-
clearPath
public DescriptorProtos.GeneratedCodeInfo.Annotation.Builder clearPath()
Identifies the element in the original source .proto file. This field is formatted the same as SourceCodeInfo.Location.path.
repeated int32 path = 1 [packed = true];
-
hasSourceFile
public boolean hasSourceFile()
Identifies the filesystem path to the original source .proto.
optional string source_file = 2;- Specified by:
hasSourceFilein interfaceDescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
-
getSourceFile
public String getSourceFile()
Identifies the filesystem path to the original source .proto.
optional string source_file = 2;- Specified by:
getSourceFilein interfaceDescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
-
getSourceFileBytes
public com.google.protobuf.ByteString getSourceFileBytes()
Identifies the filesystem path to the original source .proto.
optional string source_file = 2;- Specified by:
getSourceFileBytesin interfaceDescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
-
setSourceFile
public DescriptorProtos.GeneratedCodeInfo.Annotation.Builder setSourceFile(String value)
Identifies the filesystem path to the original source .proto.
optional string source_file = 2;
-
clearSourceFile
public DescriptorProtos.GeneratedCodeInfo.Annotation.Builder clearSourceFile()
Identifies the filesystem path to the original source .proto.
optional string source_file = 2;
-
setSourceFileBytes
public DescriptorProtos.GeneratedCodeInfo.Annotation.Builder setSourceFileBytes(com.google.protobuf.ByteString value)
Identifies the filesystem path to the original source .proto.
optional string source_file = 2;
-
hasBegin
public boolean hasBegin()
Identifies the starting offset in bytes in the generated code that relates to the identified object.
optional int32 begin = 3;- Specified by:
hasBeginin interfaceDescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
-
getBegin
public int getBegin()
Identifies the starting offset in bytes in the generated code that relates to the identified object.
optional int32 begin = 3;- Specified by:
getBeginin interfaceDescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
-
setBegin
public DescriptorProtos.GeneratedCodeInfo.Annotation.Builder setBegin(int value)
Identifies the starting offset in bytes in the generated code that relates to the identified object.
optional int32 begin = 3;
-
clearBegin
public DescriptorProtos.GeneratedCodeInfo.Annotation.Builder clearBegin()
Identifies the starting offset in bytes in the generated code that relates to the identified object.
optional int32 begin = 3;
-
hasEnd
public boolean hasEnd()
Identifies the ending offset in bytes in the generated code that relates to the identified offset. The end offset should be one past the last relevant byte (so the length of the text = end - begin).
optional int32 end = 4;- Specified by:
hasEndin interfaceDescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
-
getEnd
public int getEnd()
Identifies the ending offset in bytes in the generated code that relates to the identified offset. The end offset should be one past the last relevant byte (so the length of the text = end - begin).
optional int32 end = 4;- Specified by:
getEndin interfaceDescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder
-
setEnd
public DescriptorProtos.GeneratedCodeInfo.Annotation.Builder setEnd(int value)
Identifies the ending offset in bytes in the generated code that relates to the identified offset. The end offset should be one past the last relevant byte (so the length of the text = end - begin).
optional int32 end = 4;
-
clearEnd
public DescriptorProtos.GeneratedCodeInfo.Annotation.Builder clearEnd()
Identifies the ending offset in bytes in the generated code that relates to the identified offset. The end offset should be one past the last relevant byte (so the length of the text = end - begin).
optional int32 end = 4;
-
setUnknownFields
public final DescriptorProtos.GeneratedCodeInfo.Annotation.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<DescriptorProtos.GeneratedCodeInfo.Annotation.Builder>
-
mergeUnknownFields
public final DescriptorProtos.GeneratedCodeInfo.Annotation.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<DescriptorProtos.GeneratedCodeInfo.Annotation.Builder>
-
-