Package com.google.protobuf
Class DescriptorProtos.SourceCodeInfo.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<DescriptorProtos.SourceCodeInfo,DescriptorProtos.SourceCodeInfo.Builder>
-
- com.google.protobuf.DescriptorProtos.SourceCodeInfo.Builder
-
- All Implemented Interfaces:
DescriptorProtos.SourceCodeInfoOrBuilder
,GeneratedMessageLite.ExtendableMessageOrBuilder<DescriptorProtos.SourceCodeInfo,DescriptorProtos.SourceCodeInfo.Builder>
,MessageLite.Builder
,MessageLiteOrBuilder
,java.lang.Cloneable
- Enclosing class:
- DescriptorProtos.SourceCodeInfo
public static final class DescriptorProtos.SourceCodeInfo.Builder extends GeneratedMessageLite.ExtendableBuilder<DescriptorProtos.SourceCodeInfo,DescriptorProtos.SourceCodeInfo.Builder> implements DescriptorProtos.SourceCodeInfoOrBuilder
Protobuf typegoogle.protobuf.SourceCodeInfo
-
-
Field Summary
-
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescriptorProtos.SourceCodeInfo.Builder
addAllLocation(java.lang.Iterable<? extends DescriptorProtos.SourceCodeInfo.Location> values)
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
DescriptorProtos.SourceCodeInfo.Builder
addLocation(int index, DescriptorProtos.SourceCodeInfo.Location value)
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
DescriptorProtos.SourceCodeInfo.Builder
addLocation(int index, DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue)
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
DescriptorProtos.SourceCodeInfo.Builder
addLocation(DescriptorProtos.SourceCodeInfo.Location value)
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
DescriptorProtos.SourceCodeInfo.Builder
addLocation(DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue)
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
DescriptorProtos.SourceCodeInfo.Builder
clearLocation()
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
DescriptorProtos.SourceCodeInfo.Location
getLocation(int index)
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
int
getLocationCount()
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
java.util.List<DescriptorProtos.SourceCodeInfo.Location>
getLocationList()
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
DescriptorProtos.SourceCodeInfo.Builder
removeLocation(int index)
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
DescriptorProtos.SourceCodeInfo.Builder
setLocation(int index, DescriptorProtos.SourceCodeInfo.Location value)
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
DescriptorProtos.SourceCodeInfo.Builder
setLocation(int index, DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue)
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.ExtendableBuilder
addExtension, buildPartial, clearExtension, copyOnWriteInternal, getExtension, getExtension, getExtensionCount, hasExtension, setExtension, setExtension
-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, clear, clone, copyOnWrite, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
getExtension, getExtension, getExtensionCount, hasExtension
-
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
-
-
-
Method Detail
-
getLocationList
public java.util.List<DescriptorProtos.SourceCodeInfo.Location> getLocationList()
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- Specified by:
getLocationList
in interfaceDescriptorProtos.SourceCodeInfoOrBuilder
-
getLocationCount
public int getLocationCount()
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- Specified by:
getLocationCount
in interfaceDescriptorProtos.SourceCodeInfoOrBuilder
-
getLocation
public DescriptorProtos.SourceCodeInfo.Location getLocation(int index)
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
- Specified by:
getLocation
in interfaceDescriptorProtos.SourceCodeInfoOrBuilder
-
setLocation
public DescriptorProtos.SourceCodeInfo.Builder setLocation(int index, DescriptorProtos.SourceCodeInfo.Location value)
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
-
setLocation
public DescriptorProtos.SourceCodeInfo.Builder setLocation(int index, DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue)
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
-
addLocation
public DescriptorProtos.SourceCodeInfo.Builder addLocation(DescriptorProtos.SourceCodeInfo.Location value)
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
-
addLocation
public DescriptorProtos.SourceCodeInfo.Builder addLocation(int index, DescriptorProtos.SourceCodeInfo.Location value)
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
-
addLocation
public DescriptorProtos.SourceCodeInfo.Builder addLocation(DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue)
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
-
addLocation
public DescriptorProtos.SourceCodeInfo.Builder addLocation(int index, DescriptorProtos.SourceCodeInfo.Location.Builder builderForValue)
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
-
addAllLocation
public DescriptorProtos.SourceCodeInfo.Builder addAllLocation(java.lang.Iterable<? extends DescriptorProtos.SourceCodeInfo.Location> values)
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
-
clearLocation
public DescriptorProtos.SourceCodeInfo.Builder clearLocation()
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
-
removeLocation
public DescriptorProtos.SourceCodeInfo.Builder removeLocation(int index)
repeated .google.protobuf.SourceCodeInfo.Location location = 1 [json_name = "location"];
-
-