| Modifier and Type | Method and Description |
|---|---|
TransitLine.Builder |
TransitLine.Builder.addAgencies(int index,
TransitAgency.Builder builderForValue)
The transit agency (or agencies) that operates this transit line.
|
TransitLine.Builder |
TransitLine.Builder.addAgencies(int index,
TransitAgency value)
The transit agency (or agencies) that operates this transit line.
|
TransitLine.Builder |
TransitLine.Builder.addAgencies(TransitAgency.Builder builderForValue)
The transit agency (or agencies) that operates this transit line.
|
TransitLine.Builder |
TransitLine.Builder.addAgencies(TransitAgency value)
The transit agency (or agencies) that operates this transit line.
|
TransitLine.Builder |
TransitLine.Builder.addAllAgencies(Iterable<? extends TransitAgency> values)
The transit agency (or agencies) that operates this transit line.
|
TransitLine.Builder |
TransitLine.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransitLine.Builder |
TransitLine.Builder.clear() |
TransitLine.Builder |
TransitLine.Builder.clearAgencies()
The transit agency (or agencies) that operates this transit line.
|
TransitLine.Builder |
TransitLine.Builder.clearColor()
The color commonly used in signage for this line.
|
TransitLine.Builder |
TransitLine.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TransitLine.Builder |
TransitLine.Builder.clearIconUri()
The URI for the icon associated with this line.
|
TransitLine.Builder |
TransitLine.Builder.clearName()
The full name of this transit line, For example, "8 Avenue Local".
|
TransitLine.Builder |
TransitLine.Builder.clearNameShort()
The short name of this transit line.
|
TransitLine.Builder |
TransitLine.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TransitLine.Builder |
TransitLine.Builder.clearTextColor()
The color commonly used in text on signage for this line.
|
TransitLine.Builder |
TransitLine.Builder.clearUri()
the URI for this transit line as provided by the transit agency.
|
TransitLine.Builder |
TransitLine.Builder.clearVehicle()
The type of vehicle that operates on this transit line.
|
TransitLine.Builder |
TransitLine.Builder.clone() |
TransitLine.Builder |
RouteLegStepTransitDetails.Builder.getTransitLineBuilder()
Information about the transit line used in this step.
|
TransitLine.Builder |
TransitLine.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TransitLine.Builder |
TransitLine.Builder.mergeFrom(com.google.protobuf.Message other) |
TransitLine.Builder |
TransitLine.Builder.mergeFrom(TransitLine other) |
TransitLine.Builder |
TransitLine.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TransitLine.Builder |
TransitLine.Builder.mergeVehicle(TransitVehicle value)
The type of vehicle that operates on this transit line.
|
static TransitLine.Builder |
TransitLine.newBuilder() |
static TransitLine.Builder |
TransitLine.newBuilder(TransitLine prototype) |
TransitLine.Builder |
TransitLine.newBuilderForType() |
protected TransitLine.Builder |
TransitLine.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
TransitLine.Builder |
TransitLine.Builder.removeAgencies(int index)
The transit agency (or agencies) that operates this transit line.
|
TransitLine.Builder |
TransitLine.Builder.setAgencies(int index,
TransitAgency.Builder builderForValue)
The transit agency (or agencies) that operates this transit line.
|
TransitLine.Builder |
TransitLine.Builder.setAgencies(int index,
TransitAgency value)
The transit agency (or agencies) that operates this transit line.
|
TransitLine.Builder |
TransitLine.Builder.setColor(String value)
The color commonly used in signage for this line.
|
TransitLine.Builder |
TransitLine.Builder.setColorBytes(com.google.protobuf.ByteString value)
The color commonly used in signage for this line.
|
TransitLine.Builder |
TransitLine.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransitLine.Builder |
TransitLine.Builder.setIconUri(String value)
The URI for the icon associated with this line.
|
TransitLine.Builder |
TransitLine.Builder.setIconUriBytes(com.google.protobuf.ByteString value)
The URI for the icon associated with this line.
|
TransitLine.Builder |
TransitLine.Builder.setName(String value)
The full name of this transit line, For example, "8 Avenue Local".
|
TransitLine.Builder |
TransitLine.Builder.setNameBytes(com.google.protobuf.ByteString value)
The full name of this transit line, For example, "8 Avenue Local".
|
TransitLine.Builder |
TransitLine.Builder.setNameShort(String value)
The short name of this transit line.
|
TransitLine.Builder |
TransitLine.Builder.setNameShortBytes(com.google.protobuf.ByteString value)
The short name of this transit line.
|
TransitLine.Builder |
TransitLine.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TransitLine.Builder |
TransitLine.Builder.setTextColor(String value)
The color commonly used in text on signage for this line.
|
TransitLine.Builder |
TransitLine.Builder.setTextColorBytes(com.google.protobuf.ByteString value)
The color commonly used in text on signage for this line.
|
TransitLine.Builder |
TransitLine.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TransitLine.Builder |
TransitLine.Builder.setUri(String value)
the URI for this transit line as provided by the transit agency.
|
TransitLine.Builder |
TransitLine.Builder.setUriBytes(com.google.protobuf.ByteString value)
the URI for this transit line as provided by the transit agency.
|
TransitLine.Builder |
TransitLine.Builder.setVehicle(TransitVehicle.Builder builderForValue)
The type of vehicle that operates on this transit line.
|
TransitLine.Builder |
TransitLine.Builder.setVehicle(TransitVehicle value)
The type of vehicle that operates on this transit line.
|
TransitLine.Builder |
TransitLine.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
RouteLegStepTransitDetails.Builder |
RouteLegStepTransitDetails.Builder.setTransitLine(TransitLine.Builder builderForValue)
Information about the transit line used in this step.
|
Copyright © 2025 Google LLC. All rights reserved.