Package com.google.maps.routing.v2
Interface RouteLegStepTransitDetails.TransitDetailsLocalizedValuesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RouteLegStepTransitDetails.TransitDetailsLocalizedValues
,RouteLegStepTransitDetails.TransitDetailsLocalizedValues.Builder
- Enclosing class:
- RouteLegStepTransitDetails
public static interface RouteLegStepTransitDetails.TransitDetailsLocalizedValuesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalizedTime
getArrivalTime()
Time in its formatted text representation with a corresponding time zone.LocalizedTimeOrBuilder
getArrivalTimeOrBuilder()
Time in its formatted text representation with a corresponding time zone.LocalizedTime
getDepartureTime()
Time in its formatted text representation with a corresponding time zone.LocalizedTimeOrBuilder
getDepartureTimeOrBuilder()
Time in its formatted text representation with a corresponding time zone.boolean
hasArrivalTime()
Time in its formatted text representation with a corresponding time zone.boolean
hasDepartureTime()
Time in its formatted text representation with a corresponding time zone.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasArrivalTime
boolean hasArrivalTime()
Time in its formatted text representation with a corresponding time zone.
.google.maps.routing.v2.LocalizedTime arrival_time = 1;
- Returns:
- Whether the arrivalTime field is set.
-
getArrivalTime
LocalizedTime getArrivalTime()
Time in its formatted text representation with a corresponding time zone.
.google.maps.routing.v2.LocalizedTime arrival_time = 1;
- Returns:
- The arrivalTime.
-
getArrivalTimeOrBuilder
LocalizedTimeOrBuilder getArrivalTimeOrBuilder()
Time in its formatted text representation with a corresponding time zone.
.google.maps.routing.v2.LocalizedTime arrival_time = 1;
-
hasDepartureTime
boolean hasDepartureTime()
Time in its formatted text representation with a corresponding time zone.
.google.maps.routing.v2.LocalizedTime departure_time = 2;
- Returns:
- Whether the departureTime field is set.
-
getDepartureTime
LocalizedTime getDepartureTime()
Time in its formatted text representation with a corresponding time zone.
.google.maps.routing.v2.LocalizedTime departure_time = 2;
- Returns:
- The departureTime.
-
getDepartureTimeOrBuilder
LocalizedTimeOrBuilder getDepartureTimeOrBuilder()
Time in its formatted text representation with a corresponding time zone.
.google.maps.routing.v2.LocalizedTime departure_time = 2;
-
-