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
Modifier and TypeMethodDescriptiongetLocation(int index) repeated .org.jboss.netty.example.localtime.Location location = 1;intrepeated .org.jboss.netty.example.localtime.Location location = 1;repeated .org.jboss.netty.example.localtime.Location location = 1;getLocationOrBuilder(int index) repeated .org.jboss.netty.example.localtime.Location location = 1;List<? extends LocalTimeProtocol.LocationOrBuilder> repeated .org.jboss.netty.example.localtime.Location location = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getLocationList
List<LocalTimeProtocol.Location> getLocationList()repeated .org.jboss.netty.example.localtime.Location location = 1; -
getLocation
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
repeated .org.jboss.netty.example.localtime.Location location = 1;
-