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.Location
getLocation(int index)
repeated .org.jboss.netty.example.localtime.Location location = 1;
int
getLocationCount()
repeated .org.jboss.netty.example.localtime.Location location = 1;
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;
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
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
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;
-
-