Interface LocalTimeProtocol.LocationsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LocalTimeProtocol.Locations,LocalTimeProtocol.Locations.Builder
- Enclosing class:
- LocalTimeProtocol
public static interface LocalTimeProtocol.LocationsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalTimeProtocol.LocationgetLocation(int index)repeated .org.jboss.netty.example.localtime.Location location = 1;intgetLocationCount()repeated .org.jboss.netty.example.localtime.Location location = 1;java.util.List<LocalTimeProtocol.Location>getLocationList()repeated .org.jboss.netty.example.localtime.Location location = 1;LocalTimeProtocol.LocationOrBuildergetLocationOrBuilder(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;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLocationList
java.util.List<LocalTimeProtocol.Location> getLocationList()
repeated .org.jboss.netty.example.localtime.Location location = 1;
-
getLocation
LocalTimeProtocol.Location getLocation(int index)
repeated .org.jboss.netty.example.localtime.Location location = 1;
-
getLocationCount
int getLocationCount()
repeated .org.jboss.netty.example.localtime.Location location = 1;
-
getLocationOrBuilderList
java.util.List<? extends LocalTimeProtocol.LocationOrBuilder> getLocationOrBuilderList()
repeated .org.jboss.netty.example.localtime.Location location = 1;
-
getLocationOrBuilder
LocalTimeProtocol.LocationOrBuilder getLocationOrBuilder(int index)
repeated .org.jboss.netty.example.localtime.Location location = 1;
-
-