public static final class LocalTimeProtocol.Locations.Builder extends com.google.protobuf.GeneratedMessage.Builder<LocalTimeProtocol.Locations.Builder> implements LocalTimeProtocol.LocationsOrBuilder
org.jboss.netty.example.localtime.Locations| Modifier and Type | Field and Description |
|---|---|
private int |
bitField0_ |
private java.util.List<LocalTimeProtocol.Location> |
location_ |
private com.google.protobuf.RepeatedFieldBuilder<LocalTimeProtocol.Location,LocalTimeProtocol.Location.Builder,LocalTimeProtocol.LocationOrBuilder> |
locationBuilder_ |
| Modifier | Constructor and Description |
|---|---|
private |
Builder() |
private |
Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
| Modifier and Type | Method and Description |
|---|---|
LocalTimeProtocol.Locations.Builder |
addAllLocation(java.lang.Iterable<? extends LocalTimeProtocol.Location> values)
repeated .org.jboss.netty.example.localtime.Location location = 1; |
LocalTimeProtocol.Locations.Builder |
addLocation(int index,
LocalTimeProtocol.Location.Builder builderForValue)
repeated .org.jboss.netty.example.localtime.Location location = 1; |
LocalTimeProtocol.Locations.Builder |
addLocation(int index,
LocalTimeProtocol.Location value)
repeated .org.jboss.netty.example.localtime.Location location = 1; |
LocalTimeProtocol.Locations.Builder |
addLocation(LocalTimeProtocol.Location.Builder builderForValue)
repeated .org.jboss.netty.example.localtime.Location location = 1; |
LocalTimeProtocol.Locations.Builder |
addLocation(LocalTimeProtocol.Location value)
repeated .org.jboss.netty.example.localtime.Location location = 1; |
LocalTimeProtocol.Location.Builder |
addLocationBuilder()
repeated .org.jboss.netty.example.localtime.Location location = 1; |
LocalTimeProtocol.Location.Builder |
addLocationBuilder(int index)
repeated .org.jboss.netty.example.localtime.Location location = 1; |
LocalTimeProtocol.Locations |
build() |
LocalTimeProtocol.Locations |
buildPartial() |
LocalTimeProtocol.Locations.Builder |
clear() |
LocalTimeProtocol.Locations.Builder |
clearLocation()
repeated .org.jboss.netty.example.localtime.Location location = 1; |
LocalTimeProtocol.Locations.Builder |
clone() |
private static LocalTimeProtocol.Locations.Builder |
create() |
private void |
ensureLocationIsMutable() |
LocalTimeProtocol.Locations |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
LocalTimeProtocol.Location |
getLocation(int index)
repeated .org.jboss.netty.example.localtime.Location location = 1; |
LocalTimeProtocol.Location.Builder |
getLocationBuilder(int index)
repeated .org.jboss.netty.example.localtime.Location location = 1; |
java.util.List<LocalTimeProtocol.Location.Builder> |
getLocationBuilderList()
repeated .org.jboss.netty.example.localtime.Location location = 1; |
int |
getLocationCount()
repeated .org.jboss.netty.example.localtime.Location location = 1; |
private com.google.protobuf.RepeatedFieldBuilder<LocalTimeProtocol.Location,LocalTimeProtocol.Location.Builder,LocalTimeProtocol.LocationOrBuilder> |
getLocationFieldBuilder() |
java.util.List<LocalTimeProtocol.Location> |
getLocationList()
repeated .org.jboss.netty.example.localtime.Location location = 1; |
LocalTimeProtocol.LocationOrBuilder |
getLocationOrBuilder(int index)
repeated .org.jboss.netty.example.localtime.Location location = 1; |
java.util.List<? extends LocalTimeProtocol.LocationOrBuilder> |
getLocationOrBuilderList()
repeated .org.jboss.netty.example.localtime.Location location = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
private void |
maybeForceBuilderInitialization() |
LocalTimeProtocol.Locations.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
LocalTimeProtocol.Locations.Builder |
mergeFrom(LocalTimeProtocol.Locations other) |
LocalTimeProtocol.Locations.Builder |
mergeFrom(com.google.protobuf.Message other) |
LocalTimeProtocol.Locations.Builder |
removeLocation(int index)
repeated .org.jboss.netty.example.localtime.Location location = 1; |
LocalTimeProtocol.Locations.Builder |
setLocation(int index,
LocalTimeProtocol.Location.Builder builderForValue)
repeated .org.jboss.netty.example.localtime.Location location = 1; |
LocalTimeProtocol.Locations.Builder |
setLocation(int index,
LocalTimeProtocol.Location value)
repeated .org.jboss.netty.example.localtime.Location location = 1; |
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitprivate int bitField0_
private java.util.List<LocalTimeProtocol.Location> location_
private com.google.protobuf.RepeatedFieldBuilder<LocalTimeProtocol.Location,LocalTimeProtocol.Location.Builder,LocalTimeProtocol.LocationOrBuilder> locationBuilder_
private Builder()
private Builder(com.google.protobuf.GeneratedMessage.BuilderParent parent)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<LocalTimeProtocol.Locations.Builder>private void maybeForceBuilderInitialization()
private static LocalTimeProtocol.Locations.Builder create()
public LocalTimeProtocol.Locations.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<LocalTimeProtocol.Locations.Builder>public LocalTimeProtocol.Locations.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<LocalTimeProtocol.Locations.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<LocalTimeProtocol.Locations.Builder>public LocalTimeProtocol.Locations getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic LocalTimeProtocol.Locations build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic LocalTimeProtocol.Locations buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic LocalTimeProtocol.Locations.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<LocalTimeProtocol.Locations.Builder>public LocalTimeProtocol.Locations.Builder mergeFrom(LocalTimeProtocol.Locations other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<LocalTimeProtocol.Locations.Builder>public LocalTimeProtocol.Locations.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<LocalTimeProtocol.Locations.Builder>java.io.IOExceptionprivate void ensureLocationIsMutable()
public java.util.List<LocalTimeProtocol.Location> getLocationList()
repeated .org.jboss.netty.example.localtime.Location location = 1;getLocationList in interface LocalTimeProtocol.LocationsOrBuilderpublic int getLocationCount()
repeated .org.jboss.netty.example.localtime.Location location = 1;getLocationCount in interface LocalTimeProtocol.LocationsOrBuilderpublic LocalTimeProtocol.Location getLocation(int index)
repeated .org.jboss.netty.example.localtime.Location location = 1;getLocation in interface LocalTimeProtocol.LocationsOrBuilderpublic LocalTimeProtocol.Locations.Builder setLocation(int index, LocalTimeProtocol.Location value)
repeated .org.jboss.netty.example.localtime.Location location = 1;public LocalTimeProtocol.Locations.Builder setLocation(int index, LocalTimeProtocol.Location.Builder builderForValue)
repeated .org.jboss.netty.example.localtime.Location location = 1;public LocalTimeProtocol.Locations.Builder addLocation(LocalTimeProtocol.Location value)
repeated .org.jboss.netty.example.localtime.Location location = 1;public LocalTimeProtocol.Locations.Builder addLocation(int index, LocalTimeProtocol.Location value)
repeated .org.jboss.netty.example.localtime.Location location = 1;public LocalTimeProtocol.Locations.Builder addLocation(LocalTimeProtocol.Location.Builder builderForValue)
repeated .org.jboss.netty.example.localtime.Location location = 1;public LocalTimeProtocol.Locations.Builder addLocation(int index, LocalTimeProtocol.Location.Builder builderForValue)
repeated .org.jboss.netty.example.localtime.Location location = 1;public LocalTimeProtocol.Locations.Builder addAllLocation(java.lang.Iterable<? extends LocalTimeProtocol.Location> values)
repeated .org.jboss.netty.example.localtime.Location location = 1;public LocalTimeProtocol.Locations.Builder clearLocation()
repeated .org.jboss.netty.example.localtime.Location location = 1;public LocalTimeProtocol.Locations.Builder removeLocation(int index)
repeated .org.jboss.netty.example.localtime.Location location = 1;public LocalTimeProtocol.Location.Builder getLocationBuilder(int index)
repeated .org.jboss.netty.example.localtime.Location location = 1;public LocalTimeProtocol.LocationOrBuilder getLocationOrBuilder(int index)
repeated .org.jboss.netty.example.localtime.Location location = 1;getLocationOrBuilder in interface LocalTimeProtocol.LocationsOrBuilderpublic java.util.List<? extends LocalTimeProtocol.LocationOrBuilder> getLocationOrBuilderList()
repeated .org.jboss.netty.example.localtime.Location location = 1;getLocationOrBuilderList in interface LocalTimeProtocol.LocationsOrBuilderpublic LocalTimeProtocol.Location.Builder addLocationBuilder()
repeated .org.jboss.netty.example.localtime.Location location = 1;public LocalTimeProtocol.Location.Builder addLocationBuilder(int index)
repeated .org.jboss.netty.example.localtime.Location location = 1;public java.util.List<LocalTimeProtocol.Location.Builder> getLocationBuilderList()
repeated .org.jboss.netty.example.localtime.Location location = 1;private com.google.protobuf.RepeatedFieldBuilder<LocalTimeProtocol.Location,LocalTimeProtocol.Location.Builder,LocalTimeProtocol.LocationOrBuilder> getLocationFieldBuilder()