public static final class PointStreamProto.StationList
extends com.google.protobuf.GeneratedMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
PointStreamProto.StationList.Builder |
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
STATIONS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static PointStreamProto.StationList |
getDefaultInstance() |
PointStreamProto.StationList |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getSerializedSize() |
PointStreamProto.Station |
getStations(int index) |
int |
getStationsCount() |
java.util.List<PointStreamProto.Station> |
getStationsList() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static PointStreamProto.StationList.Builder |
newBuilder() |
static PointStreamProto.StationList.Builder |
newBuilder(PointStreamProto.StationList prototype) |
PointStreamProto.StationList.Builder |
newBuilderForType() |
static PointStreamProto.StationList |
parseDelimitedFrom(java.io.InputStream input) |
static PointStreamProto.StationList |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PointStreamProto.StationList |
parseFrom(byte[] data) |
static PointStreamProto.StationList |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PointStreamProto.StationList |
parseFrom(com.google.protobuf.ByteString data) |
static PointStreamProto.StationList |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PointStreamProto.StationList |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PointStreamProto.StationList |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PointStreamProto.StationList |
parseFrom(java.io.InputStream input) |
static PointStreamProto.StationList |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PointStreamProto.StationList.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newGeneratedExtensiontoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int STATIONS_FIELD_NUMBER
public static PointStreamProto.StationList getDefaultInstance()
public PointStreamProto.StationList getDefaultInstanceForType()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic java.util.List<PointStreamProto.Station> getStationsList()
public int getStationsCount()
public PointStreamProto.Station getStations(int index)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessagejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessagepublic static PointStreamProto.StationList parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PointStreamProto.StationList parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PointStreamProto.StationList parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PointStreamProto.StationList parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PointStreamProto.StationList parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static PointStreamProto.StationList parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static PointStreamProto.StationList parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static PointStreamProto.StationList parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static PointStreamProto.StationList parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static PointStreamProto.StationList parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static PointStreamProto.StationList.Builder newBuilder()
public PointStreamProto.StationList.Builder newBuilderForType()
public static PointStreamProto.StationList.Builder newBuilder(PointStreamProto.StationList prototype)
public PointStreamProto.StationList.Builder toBuilder()