Interface RouteLegStepTransitDetails.TransitDetailsLocalizedValuesOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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;