Package com.google.api.gax.util
Class TimeConversionUtils
java.lang.Object
com.google.api.gax.util.TimeConversionUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable DurationtoJavaTimeDuration(@Nullable org.threeten.bp.Duration source) static @Nullable InstanttoJavaTimeInstant(@Nullable org.threeten.bp.Instant source) static @Nullable org.threeten.bp.DurationtoThreetenDuration(@Nullable Duration source) static @Nullable org.threeten.bp.InstanttoThreetenInstant(@Nullable Instant source)
-
Constructor Details
-
TimeConversionUtils
public TimeConversionUtils()
-
-
Method Details
-
toJavaTimeDuration
-
toThreetenDuration
-
toJavaTimeInstant
-
toThreetenInstant
-