Uses of Class
org.jboss.netty.example.localtime.LocalTimeProtocol.Locations.Builder
Packages that use LocalTimeProtocol.Locations.Builder
-
Uses of LocalTimeProtocol.Locations.Builder in org.jboss.netty.example.localtime
Methods in org.jboss.netty.example.localtime that return LocalTimeProtocol.Locations.BuilderModifier and TypeMethodDescriptionLocalTimeProtocol.Locations.Builder.addAllLocation
(Iterable<? extends LocalTimeProtocol.Location> values) 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
(int index, 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.Locations.Builder.addLocation
(LocalTimeProtocol.Location.Builder builderForValue) repeated .org.jboss.netty.example.localtime.Location location = 1;
LocalTimeProtocol.Locations.Builder.clear()
LocalTimeProtocol.Locations.Builder.clearLocation()
repeated .org.jboss.netty.example.localtime.Location location = 1;
LocalTimeProtocol.Locations.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) LocalTimeProtocol.Locations.Builder.mergeFrom
(com.google.protobuf.Message other) LocalTimeProtocol.Locations.Builder.mergeFrom
(LocalTimeProtocol.Locations other) LocalTimeProtocol.Locations.newBuilder()
LocalTimeProtocol.Locations.newBuilder
(LocalTimeProtocol.Locations prototype) LocalTimeProtocol.Locations.newBuilderForType()
protected LocalTimeProtocol.Locations.Builder
LocalTimeProtocol.Locations.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) LocalTimeProtocol.Locations.Builder.removeLocation
(int index) 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;
LocalTimeProtocol.Locations.Builder.setLocation
(int index, LocalTimeProtocol.Location.Builder builderForValue) repeated .org.jboss.netty.example.localtime.Location location = 1;
LocalTimeProtocol.Locations.toBuilder()