Class TransitLine

  • All Implemented Interfaces:
    TransitLineOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class TransitLine
    extends com.google.protobuf.GeneratedMessageV3
    implements TransitLineOrBuilder
     Contains information about the transit line used in this step.
     
    Protobuf type google.maps.routing.v2.TransitLine
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  TransitLine.Builder
      Contains information about the transit line used in this step.
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3

        com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,​BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,​BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getAgenciesCount

        public int getAgenciesCount()
         The transit agency (or agencies) that operates this transit line.
         
        repeated .google.maps.routing.v2.TransitAgency agencies = 1;
        Specified by:
        getAgenciesCount in interface TransitLineOrBuilder
      • getAgencies

        public TransitAgency getAgencies​(int index)
         The transit agency (or agencies) that operates this transit line.
         
        repeated .google.maps.routing.v2.TransitAgency agencies = 1;
        Specified by:
        getAgencies in interface TransitLineOrBuilder
      • getName

        public String getName()
         The full name of this transit line, For example, "8 Avenue Local".
         
        string name = 2;
        Specified by:
        getName in interface TransitLineOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         The full name of this transit line, For example, "8 Avenue Local".
         
        string name = 2;
        Specified by:
        getNameBytes in interface TransitLineOrBuilder
        Returns:
        The bytes for name.
      • getUri

        public String getUri()
         the URI for this transit line as provided by the transit agency.
         
        string uri = 3;
        Specified by:
        getUri in interface TransitLineOrBuilder
        Returns:
        The uri.
      • getUriBytes

        public com.google.protobuf.ByteString getUriBytes()
         the URI for this transit line as provided by the transit agency.
         
        string uri = 3;
        Specified by:
        getUriBytes in interface TransitLineOrBuilder
        Returns:
        The bytes for uri.
      • getColor

        public String getColor()
         The color commonly used in signage for this line. Represented in
         hexadecimal.
         
        string color = 4;
        Specified by:
        getColor in interface TransitLineOrBuilder
        Returns:
        The color.
      • getColorBytes

        public com.google.protobuf.ByteString getColorBytes()
         The color commonly used in signage for this line. Represented in
         hexadecimal.
         
        string color = 4;
        Specified by:
        getColorBytes in interface TransitLineOrBuilder
        Returns:
        The bytes for color.
      • getIconUri

        public String getIconUri()
         The URI for the icon associated with this line.
         
        string icon_uri = 5;
        Specified by:
        getIconUri in interface TransitLineOrBuilder
        Returns:
        The iconUri.
      • getIconUriBytes

        public com.google.protobuf.ByteString getIconUriBytes()
         The URI for the icon associated with this line.
         
        string icon_uri = 5;
        Specified by:
        getIconUriBytes in interface TransitLineOrBuilder
        Returns:
        The bytes for iconUri.
      • getNameShort

        public String getNameShort()
         The short name of this transit line. This name will normally be a line
         number, such as "M7" or "355".
         
        string name_short = 6;
        Specified by:
        getNameShort in interface TransitLineOrBuilder
        Returns:
        The nameShort.
      • getNameShortBytes

        public com.google.protobuf.ByteString getNameShortBytes()
         The short name of this transit line. This name will normally be a line
         number, such as "M7" or "355".
         
        string name_short = 6;
        Specified by:
        getNameShortBytes in interface TransitLineOrBuilder
        Returns:
        The bytes for nameShort.
      • getTextColor

        public String getTextColor()
         The color commonly used in text on signage for this line. Represented in
         hexadecimal.
         
        string text_color = 7;
        Specified by:
        getTextColor in interface TransitLineOrBuilder
        Returns:
        The textColor.
      • getTextColorBytes

        public com.google.protobuf.ByteString getTextColorBytes()
         The color commonly used in text on signage for this line. Represented in
         hexadecimal.
         
        string text_color = 7;
        Specified by:
        getTextColorBytes in interface TransitLineOrBuilder
        Returns:
        The bytes for textColor.
      • hasVehicle

        public boolean hasVehicle()
         The type of vehicle that operates on this transit line.
         
        .google.maps.routing.v2.TransitVehicle vehicle = 8;
        Specified by:
        hasVehicle in interface TransitLineOrBuilder
        Returns:
        Whether the vehicle field is set.
      • getVehicle

        public TransitVehicle getVehicle()
         The type of vehicle that operates on this transit line.
         
        .google.maps.routing.v2.TransitVehicle vehicle = 8;
        Specified by:
        getVehicle in interface TransitLineOrBuilder
        Returns:
        The vehicle.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static TransitLine parseFrom​(ByteBuffer data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TransitLine parseFrom​(ByteBuffer data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TransitLine parseFrom​(com.google.protobuf.ByteString data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TransitLine parseFrom​(com.google.protobuf.ByteString data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TransitLine parseFrom​(byte[] data)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TransitLine parseFrom​(byte[] data,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TransitLine parseFrom​(com.google.protobuf.CodedInputStream input,
                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws IOException
        Throws:
        IOException
      • newBuilderForType

        public TransitLine.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public TransitLine.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected TransitLine.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static TransitLine getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<TransitLine> parser()
      • getParserForType

        public com.google.protobuf.Parser<TransitLine> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public TransitLine getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder