Package com.google.cloud.optimization.v1
Interface ShipmentRoute.DelayOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ShipmentRoute.Delay,ShipmentRoute.Delay.Builder
- Enclosing class:
- ShipmentRoute
@Deprecated public static interface ShipmentRoute.DelayOrBuilder extends com.google.protobuf.MessageOrBuilder
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description com.google.protobuf.DurationgetDuration()Deprecated.Duration of the delay.com.google.protobuf.DurationOrBuildergetDurationOrBuilder()Deprecated.Duration of the delay.com.google.protobuf.TimestampgetStartTime()Deprecated.Start of the delay.com.google.protobuf.TimestampOrBuildergetStartTimeOrBuilder()Deprecated.Start of the delay.booleanhasDuration()Deprecated.Duration of the delay.booleanhasStartTime()Deprecated.Start of the delay.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStartTime
boolean hasStartTime()
Deprecated.Start of the delay.
.google.protobuf.Timestamp start_time = 1;- Returns:
- Whether the startTime field is set.
-
getStartTime
com.google.protobuf.Timestamp getStartTime()
Deprecated.Start of the delay.
.google.protobuf.Timestamp start_time = 1;- Returns:
- The startTime.
-
getStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Deprecated.Start of the delay.
.google.protobuf.Timestamp start_time = 1;
-
hasDuration
boolean hasDuration()
Deprecated.Duration of the delay.
.google.protobuf.Duration duration = 2;- Returns:
- Whether the duration field is set.
-
getDuration
com.google.protobuf.Duration getDuration()
Deprecated.Duration of the delay.
.google.protobuf.Duration duration = 2;- Returns:
- The duration.
-
getDurationOrBuilder
com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
Deprecated.Duration of the delay.
.google.protobuf.Duration duration = 2;
-
-