public static final class WorldClockProtocol.Locations extends com.google.protobuf.GeneratedMessage implements WorldClockProtocol.LocationsOrBuilder
io.netty.example.worldclock.Locations
限定符和类型 | 类和说明 |
---|---|
static class |
WorldClockProtocol.Locations.Builder
Protobuf type
io.netty.example.worldclock.Locations |
限定符和类型 | 字段和说明 |
---|---|
static int |
LOCATION_FIELD_NUMBER |
static <any> |
PARSER |
限定符和类型 | 方法和说明 |
---|---|
static WorldClockProtocol.Locations |
getDefaultInstance() |
WorldClockProtocol.Locations |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
WorldClockProtocol.Location |
getLocation(int index)
repeated .io.netty.example.worldclock.Location location = 1; |
int |
getLocationCount()
repeated .io.netty.example.worldclock.Location location = 1; |
java.util.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; |
java.util.List<? extends WorldClockProtocol.LocationOrBuilder> |
getLocationOrBuilderList()
repeated .io.netty.example.worldclock.Location location = 1; |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static WorldClockProtocol.Locations.Builder |
newBuilder() |
static WorldClockProtocol.Locations.Builder |
newBuilder(WorldClockProtocol.Locations prototype) |
WorldClockProtocol.Locations.Builder |
newBuilderForType() |
protected WorldClockProtocol.Locations.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static WorldClockProtocol.Locations |
parseDelimitedFrom(java.io.InputStream input) |
static WorldClockProtocol.Locations |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorldClockProtocol.Locations |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorldClockProtocol.Locations |
parseFrom(com.google.protobuf.ByteString data) |
static WorldClockProtocol.Locations |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorldClockProtocol.Locations |
parseFrom(com.google.protobuf.CodedInputStream input) |
static WorldClockProtocol.Locations |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorldClockProtocol.Locations |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WorldClockProtocol.Locations.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int LOCATION_FIELD_NUMBER
public static WorldClockProtocol.Locations getDefaultInstance()
public WorldClockProtocol.Locations getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public java.util.List<WorldClockProtocol.Location> getLocationList()
repeated .io.netty.example.worldclock.Location location = 1;
public java.util.List<? extends WorldClockProtocol.LocationOrBuilder> getLocationOrBuilderList()
repeated .io.netty.example.worldclock.Location location = 1;
public int getLocationCount()
repeated .io.netty.example.worldclock.Location location = 1;
public WorldClockProtocol.Location getLocation(int index)
repeated .io.netty.example.worldclock.Location location = 1;
public WorldClockProtocol.LocationOrBuilder getLocationOrBuilder(int index)
repeated .io.netty.example.worldclock.Location location = 1;
public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
java.io.IOException
public int getSerializedSize()
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
java.io.ObjectStreamException
public static WorldClockProtocol.Locations parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static WorldClockProtocol.Locations parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static WorldClockProtocol.Locations parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static WorldClockProtocol.Locations parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static WorldClockProtocol.Locations parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static WorldClockProtocol.Locations parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static WorldClockProtocol.Locations parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static WorldClockProtocol.Locations parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static WorldClockProtocol.Locations.Builder newBuilder()
public WorldClockProtocol.Locations.Builder newBuilderForType()
public static WorldClockProtocol.Locations.Builder newBuilder(WorldClockProtocol.Locations prototype)
public WorldClockProtocol.Locations.Builder toBuilder()
protected WorldClockProtocol.Locations.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)