Package com.google.maps.routing.v2
Interface RouteLegStepTransitDetails.TransitStopDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RouteLegStepTransitDetails.TransitStopDetails
,RouteLegStepTransitDetails.TransitStopDetails.Builder
- Enclosing class:
- RouteLegStepTransitDetails
public static interface RouteLegStepTransitDetails.TransitStopDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransitStop
getArrivalStop()
Information about the arrival stop for the step.TransitStopOrBuilder
getArrivalStopOrBuilder()
Information about the arrival stop for the step.com.google.protobuf.Timestamp
getArrivalTime()
The estimated time of arrival for the step.com.google.protobuf.TimestampOrBuilder
getArrivalTimeOrBuilder()
The estimated time of arrival for the step.TransitStop
getDepartureStop()
Information about the departure stop for the step.TransitStopOrBuilder
getDepartureStopOrBuilder()
Information about the departure stop for the step.com.google.protobuf.Timestamp
getDepartureTime()
The estimated time of departure for the step.com.google.protobuf.TimestampOrBuilder
getDepartureTimeOrBuilder()
The estimated time of departure for the step.boolean
hasArrivalStop()
Information about the arrival stop for the step.boolean
hasArrivalTime()
The estimated time of arrival for the step.boolean
hasDepartureStop()
Information about the departure stop for the step.boolean
hasDepartureTime()
The estimated time of departure for the step.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasArrivalStop
boolean hasArrivalStop()
Information about the arrival stop for the step.
.google.maps.routing.v2.TransitStop arrival_stop = 1;
- Returns:
- Whether the arrivalStop field is set.
-
getArrivalStop
TransitStop getArrivalStop()
Information about the arrival stop for the step.
.google.maps.routing.v2.TransitStop arrival_stop = 1;
- Returns:
- The arrivalStop.
-
getArrivalStopOrBuilder
TransitStopOrBuilder getArrivalStopOrBuilder()
Information about the arrival stop for the step.
.google.maps.routing.v2.TransitStop arrival_stop = 1;
-
hasArrivalTime
boolean hasArrivalTime()
The estimated time of arrival for the step.
.google.protobuf.Timestamp arrival_time = 2;
- Returns:
- Whether the arrivalTime field is set.
-
getArrivalTime
com.google.protobuf.Timestamp getArrivalTime()
The estimated time of arrival for the step.
.google.protobuf.Timestamp arrival_time = 2;
- Returns:
- The arrivalTime.
-
getArrivalTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getArrivalTimeOrBuilder()
The estimated time of arrival for the step.
.google.protobuf.Timestamp arrival_time = 2;
-
hasDepartureStop
boolean hasDepartureStop()
Information about the departure stop for the step.
.google.maps.routing.v2.TransitStop departure_stop = 3;
- Returns:
- Whether the departureStop field is set.
-
getDepartureStop
TransitStop getDepartureStop()
Information about the departure stop for the step.
.google.maps.routing.v2.TransitStop departure_stop = 3;
- Returns:
- The departureStop.
-
getDepartureStopOrBuilder
TransitStopOrBuilder getDepartureStopOrBuilder()
Information about the departure stop for the step.
.google.maps.routing.v2.TransitStop departure_stop = 3;
-
hasDepartureTime
boolean hasDepartureTime()
The estimated time of departure for the step.
.google.protobuf.Timestamp departure_time = 4;
- Returns:
- Whether the departureTime field is set.
-
getDepartureTime
com.google.protobuf.Timestamp getDepartureTime()
The estimated time of departure for the step.
.google.protobuf.Timestamp departure_time = 4;
- Returns:
- The departureTime.
-
getDepartureTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getDepartureTimeOrBuilder()
The estimated time of departure for the step.
.google.protobuf.Timestamp departure_time = 4;
-
-