public static interface WorldClockProtocol.LocationOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCity()
required string city = 2; |
com.google.protobuf.ByteString |
getCityBytes()
required string city = 2; |
WorldClockProtocol.Continent |
getContinent()
required .io.netty.example.worldclock.Continent continent = 1; |
boolean |
hasCity()
required string city = 2; |
boolean |
hasContinent()
required .io.netty.example.worldclock.Continent continent = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasContinent()
required .io.netty.example.worldclock.Continent continent = 1;
WorldClockProtocol.Continent getContinent()
required .io.netty.example.worldclock.Continent continent = 1;
boolean hasCity()
required string city = 2;
String getCity()
required string city = 2;
com.google.protobuf.ByteString getCityBytes()
required string city = 2;
Copyright © 2008–2016 The Netty Project. All rights reserved.