public static interface WorldClockProtocol.LocationsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
WorldClockProtocol.Location |
getLocation(int index)
repeated .io.netty.example.worldclock.Location location = 1; |
int |
getLocationCount()
repeated .io.netty.example.worldclock.Location location = 1; |
List<WorldClockProtocol.Location> |
getLocationList()
repeated .io.netty.example.worldclock.Location location = 1; |
WorldClockProtocol.LocationOrBuilder |
getLocationOrBuilder(int index)
repeated .io.netty.example.worldclock.Location location = 1; |
List<? extends WorldClockProtocol.LocationOrBuilder> |
getLocationOrBuilderList()
repeated .io.netty.example.worldclock.Location location = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<WorldClockProtocol.Location> getLocationList()
repeated .io.netty.example.worldclock.Location location = 1;WorldClockProtocol.Location getLocation(int index)
repeated .io.netty.example.worldclock.Location location = 1;int getLocationCount()
repeated .io.netty.example.worldclock.Location location = 1;List<? extends WorldClockProtocol.LocationOrBuilder> getLocationOrBuilderList()
repeated .io.netty.example.worldclock.Location location = 1;WorldClockProtocol.LocationOrBuilder getLocationOrBuilder(int index)
repeated .io.netty.example.worldclock.Location location = 1;Copyright © 2008–2023 The Netty Project. All rights reserved.