public static final class GtfsRealtime.VehicleDescriptor extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<GtfsRealtime.VehicleDescriptor> implements GtfsRealtime.VehicleDescriptorOrBuilder
Identification information for the vehicle performing the trip.Protobuf type
transit_realtime.VehicleDescriptor| Modifier and Type | Class and Description |
|---|---|
static class |
GtfsRealtime.VehicleDescriptor.Builder
Identification information for the vehicle performing the trip.
|
com.google.protobuf.GeneratedMessageV3.ExtendableMessage.ExtensionWritercom.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
ID_FIELD_NUMBER |
static int |
LABEL_FIELD_NUMBER |
static int |
LICENSE_PLATE_FIELD_NUMBER |
static com.google.protobuf.Parser<GtfsRealtime.VehicleDescriptor> |
PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static GtfsRealtime.VehicleDescriptor |
getDefaultInstance() |
GtfsRealtime.VehicleDescriptor |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getId()
Internal system identification of the vehicle.
|
com.google.protobuf.ByteString |
getIdBytes()
Internal system identification of the vehicle.
|
String |
getLabel()
User visible label, i.e., something that must be shown to the passenger to
help identify the correct vehicle.
|
com.google.protobuf.ByteString |
getLabelBytes()
User visible label, i.e., something that must be shown to the passenger to
help identify the correct vehicle.
|
String |
getLicensePlate()
The license plate of the vehicle.
|
com.google.protobuf.ByteString |
getLicensePlateBytes()
The license plate of the vehicle.
|
com.google.protobuf.Parser<GtfsRealtime.VehicleDescriptor> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasId()
Internal system identification of the vehicle.
|
boolean |
hasLabel()
User visible label, i.e., something that must be shown to the passenger to
help identify the correct vehicle.
|
boolean |
hasLicensePlate()
The license plate of the vehicle.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static GtfsRealtime.VehicleDescriptor.Builder |
newBuilder() |
static GtfsRealtime.VehicleDescriptor.Builder |
newBuilder(GtfsRealtime.VehicleDescriptor prototype) |
GtfsRealtime.VehicleDescriptor.Builder |
newBuilderForType() |
protected GtfsRealtime.VehicleDescriptor.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static GtfsRealtime.VehicleDescriptor |
parseDelimitedFrom(InputStream input) |
static GtfsRealtime.VehicleDescriptor |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GtfsRealtime.VehicleDescriptor |
parseFrom(byte[] data) |
static GtfsRealtime.VehicleDescriptor |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GtfsRealtime.VehicleDescriptor |
parseFrom(ByteBuffer data) |
static GtfsRealtime.VehicleDescriptor |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GtfsRealtime.VehicleDescriptor |
parseFrom(com.google.protobuf.ByteString data) |
static GtfsRealtime.VehicleDescriptor |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GtfsRealtime.VehicleDescriptor |
parseFrom(com.google.protobuf.CodedInputStream input) |
static GtfsRealtime.VehicleDescriptor |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GtfsRealtime.VehicleDescriptor |
parseFrom(InputStream input) |
static GtfsRealtime.VehicleDescriptor |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<GtfsRealtime.VehicleDescriptor> |
parser() |
GtfsRealtime.VehicleDescriptor.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
extensionsAreInitialized, extensionsSerializedSize, extensionsSerializedSizeAsMessageSet, getAllFields, getAllFieldsRaw, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, getExtensionFields, getField, getRepeatedField, getRepeatedFieldCount, hasExtension, hasExtension, hasExtension, hasField, makeExtensionsImmutable, newExtensionWriter, newMessageSetExtensionWriter, parseUnknownField, parseUnknownFieldProto3canUseUnsafe, computeStringSize, computeStringSizeNoTag, getDescriptorForType, getOneofFieldDescriptor, hasOneof, internalGetMapField, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtensionpublic static final int ID_FIELD_NUMBER
public static final int LABEL_FIELD_NUMBER
public static final int LICENSE_PLATE_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<GtfsRealtime.VehicleDescriptor> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasId()
Internal system identification of the vehicle. Should be unique per vehicle, and can be used for tracking the vehicle as it proceeds through the system.
optional string id = 1;hasId in interface GtfsRealtime.VehicleDescriptorOrBuilderpublic String getId()
Internal system identification of the vehicle. Should be unique per vehicle, and can be used for tracking the vehicle as it proceeds through the system.
optional string id = 1;getId in interface GtfsRealtime.VehicleDescriptorOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
Internal system identification of the vehicle. Should be unique per vehicle, and can be used for tracking the vehicle as it proceeds through the system.
optional string id = 1;getIdBytes in interface GtfsRealtime.VehicleDescriptorOrBuilderpublic boolean hasLabel()
User visible label, i.e., something that must be shown to the passenger to help identify the correct vehicle.
optional string label = 2;hasLabel in interface GtfsRealtime.VehicleDescriptorOrBuilderpublic String getLabel()
User visible label, i.e., something that must be shown to the passenger to help identify the correct vehicle.
optional string label = 2;getLabel in interface GtfsRealtime.VehicleDescriptorOrBuilderpublic com.google.protobuf.ByteString getLabelBytes()
User visible label, i.e., something that must be shown to the passenger to help identify the correct vehicle.
optional string label = 2;getLabelBytes in interface GtfsRealtime.VehicleDescriptorOrBuilderpublic boolean hasLicensePlate()
The license plate of the vehicle.
optional string license_plate = 3;hasLicensePlate in interface GtfsRealtime.VehicleDescriptorOrBuilderpublic String getLicensePlate()
The license plate of the vehicle.
optional string license_plate = 3;getLicensePlate in interface GtfsRealtime.VehicleDescriptorOrBuilderpublic com.google.protobuf.ByteString getLicensePlateBytes()
The license plate of the vehicle.
optional string license_plate = 3;getLicensePlateBytes in interface GtfsRealtime.VehicleDescriptorOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.ExtendableMessage<GtfsRealtime.VehicleDescriptor>public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static GtfsRealtime.VehicleDescriptor parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GtfsRealtime.VehicleDescriptor parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GtfsRealtime.VehicleDescriptor parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GtfsRealtime.VehicleDescriptor parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GtfsRealtime.VehicleDescriptor parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GtfsRealtime.VehicleDescriptor parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GtfsRealtime.VehicleDescriptor parseFrom(InputStream input) throws IOException
IOExceptionpublic static GtfsRealtime.VehicleDescriptor parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GtfsRealtime.VehicleDescriptor parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static GtfsRealtime.VehicleDescriptor parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GtfsRealtime.VehicleDescriptor parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static GtfsRealtime.VehicleDescriptor parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic GtfsRealtime.VehicleDescriptor.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static GtfsRealtime.VehicleDescriptor.Builder newBuilder()
public static GtfsRealtime.VehicleDescriptor.Builder newBuilder(GtfsRealtime.VehicleDescriptor prototype)
public GtfsRealtime.VehicleDescriptor.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected GtfsRealtime.VehicleDescriptor.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static GtfsRealtime.VehicleDescriptor getDefaultInstance()
public static com.google.protobuf.Parser<GtfsRealtime.VehicleDescriptor> parser()
public com.google.protobuf.Parser<GtfsRealtime.VehicleDescriptor> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public GtfsRealtime.VehicleDescriptor getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<GtfsRealtime.VehicleDescriptor>getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019. All rights reserved.