Class ShipmentModel.BreakRule.BreakRequest.Builder

  • All Implemented Interfaces:
    ShipmentModel.BreakRule.BreakRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    ShipmentModel.BreakRule.BreakRequest

    public static final class ShipmentModel.BreakRule.BreakRequest.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<ShipmentModel.BreakRule.BreakRequest.Builder>
    implements ShipmentModel.BreakRule.BreakRequestOrBuilder
     The sequence of breaks (i.e. their number and order) that apply to each
     vehicle must be known beforehand. The repeated `BreakRequest`s define
     that sequence, in the order in which they must occur. Their time windows
     (`earliest_start_time` / `latest_start_time`) may overlap, but they must
     be compatible with the order (this is checked).
     
    Protobuf type google.cloud.optimization.v1.ShipmentModel.BreakRule.BreakRequest
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ShipmentModel.BreakRule.BreakRequest.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ShipmentModel.BreakRule.BreakRequest.Builder>
      • getDefaultInstanceForType

        public ShipmentModel.BreakRule.BreakRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public ShipmentModel.BreakRule.BreakRequest build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public ShipmentModel.BreakRule.BreakRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ShipmentModel.BreakRule.BreakRequest.Builder>
      • hasEarliestStartTime

        public boolean hasEarliestStartTime()
         Required. Lower bound (inclusive) on the start of the break.
         
        .google.protobuf.Timestamp earliest_start_time = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasEarliestStartTime in interface ShipmentModel.BreakRule.BreakRequestOrBuilder
        Returns:
        Whether the earliestStartTime field is set.
      • getEarliestStartTime

        public com.google.protobuf.Timestamp getEarliestStartTime()
         Required. Lower bound (inclusive) on the start of the break.
         
        .google.protobuf.Timestamp earliest_start_time = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getEarliestStartTime in interface ShipmentModel.BreakRule.BreakRequestOrBuilder
        Returns:
        The earliestStartTime.
      • setEarliestStartTime

        public ShipmentModel.BreakRule.BreakRequest.Builder setEarliestStartTime​(com.google.protobuf.Timestamp value)
         Required. Lower bound (inclusive) on the start of the break.
         
        .google.protobuf.Timestamp earliest_start_time = 1 [(.google.api.field_behavior) = REQUIRED];
      • setEarliestStartTime

        public ShipmentModel.BreakRule.BreakRequest.Builder setEarliestStartTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Required. Lower bound (inclusive) on the start of the break.
         
        .google.protobuf.Timestamp earliest_start_time = 1 [(.google.api.field_behavior) = REQUIRED];
      • mergeEarliestStartTime

        public ShipmentModel.BreakRule.BreakRequest.Builder mergeEarliestStartTime​(com.google.protobuf.Timestamp value)
         Required. Lower bound (inclusive) on the start of the break.
         
        .google.protobuf.Timestamp earliest_start_time = 1 [(.google.api.field_behavior) = REQUIRED];
      • clearEarliestStartTime

        public ShipmentModel.BreakRule.BreakRequest.Builder clearEarliestStartTime()
         Required. Lower bound (inclusive) on the start of the break.
         
        .google.protobuf.Timestamp earliest_start_time = 1 [(.google.api.field_behavior) = REQUIRED];
      • getEarliestStartTimeBuilder

        public com.google.protobuf.Timestamp.Builder getEarliestStartTimeBuilder()
         Required. Lower bound (inclusive) on the start of the break.
         
        .google.protobuf.Timestamp earliest_start_time = 1 [(.google.api.field_behavior) = REQUIRED];
      • getEarliestStartTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getEarliestStartTimeOrBuilder()
         Required. Lower bound (inclusive) on the start of the break.
         
        .google.protobuf.Timestamp earliest_start_time = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getEarliestStartTimeOrBuilder in interface ShipmentModel.BreakRule.BreakRequestOrBuilder
      • hasLatestStartTime

        public boolean hasLatestStartTime()
         Required. Upper bound (inclusive) on the start of the break.
         
        .google.protobuf.Timestamp latest_start_time = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasLatestStartTime in interface ShipmentModel.BreakRule.BreakRequestOrBuilder
        Returns:
        Whether the latestStartTime field is set.
      • getLatestStartTime

        public com.google.protobuf.Timestamp getLatestStartTime()
         Required. Upper bound (inclusive) on the start of the break.
         
        .google.protobuf.Timestamp latest_start_time = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getLatestStartTime in interface ShipmentModel.BreakRule.BreakRequestOrBuilder
        Returns:
        The latestStartTime.
      • setLatestStartTime

        public ShipmentModel.BreakRule.BreakRequest.Builder setLatestStartTime​(com.google.protobuf.Timestamp value)
         Required. Upper bound (inclusive) on the start of the break.
         
        .google.protobuf.Timestamp latest_start_time = 2 [(.google.api.field_behavior) = REQUIRED];
      • setLatestStartTime

        public ShipmentModel.BreakRule.BreakRequest.Builder setLatestStartTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Required. Upper bound (inclusive) on the start of the break.
         
        .google.protobuf.Timestamp latest_start_time = 2 [(.google.api.field_behavior) = REQUIRED];
      • mergeLatestStartTime

        public ShipmentModel.BreakRule.BreakRequest.Builder mergeLatestStartTime​(com.google.protobuf.Timestamp value)
         Required. Upper bound (inclusive) on the start of the break.
         
        .google.protobuf.Timestamp latest_start_time = 2 [(.google.api.field_behavior) = REQUIRED];
      • clearLatestStartTime

        public ShipmentModel.BreakRule.BreakRequest.Builder clearLatestStartTime()
         Required. Upper bound (inclusive) on the start of the break.
         
        .google.protobuf.Timestamp latest_start_time = 2 [(.google.api.field_behavior) = REQUIRED];
      • getLatestStartTimeBuilder

        public com.google.protobuf.Timestamp.Builder getLatestStartTimeBuilder()
         Required. Upper bound (inclusive) on the start of the break.
         
        .google.protobuf.Timestamp latest_start_time = 2 [(.google.api.field_behavior) = REQUIRED];
      • getLatestStartTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getLatestStartTimeOrBuilder()
         Required. Upper bound (inclusive) on the start of the break.
         
        .google.protobuf.Timestamp latest_start_time = 2 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getLatestStartTimeOrBuilder in interface ShipmentModel.BreakRule.BreakRequestOrBuilder
      • hasMinDuration

        public boolean hasMinDuration()
         Required. Minimum duration of the break. Must be positive.
         
        .google.protobuf.Duration min_duration = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasMinDuration in interface ShipmentModel.BreakRule.BreakRequestOrBuilder
        Returns:
        Whether the minDuration field is set.
      • getMinDuration

        public com.google.protobuf.Duration getMinDuration()
         Required. Minimum duration of the break. Must be positive.
         
        .google.protobuf.Duration min_duration = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getMinDuration in interface ShipmentModel.BreakRule.BreakRequestOrBuilder
        Returns:
        The minDuration.
      • setMinDuration

        public ShipmentModel.BreakRule.BreakRequest.Builder setMinDuration​(com.google.protobuf.Duration value)
         Required. Minimum duration of the break. Must be positive.
         
        .google.protobuf.Duration min_duration = 3 [(.google.api.field_behavior) = REQUIRED];
      • setMinDuration

        public ShipmentModel.BreakRule.BreakRequest.Builder setMinDuration​(com.google.protobuf.Duration.Builder builderForValue)
         Required. Minimum duration of the break. Must be positive.
         
        .google.protobuf.Duration min_duration = 3 [(.google.api.field_behavior) = REQUIRED];
      • mergeMinDuration

        public ShipmentModel.BreakRule.BreakRequest.Builder mergeMinDuration​(com.google.protobuf.Duration value)
         Required. Minimum duration of the break. Must be positive.
         
        .google.protobuf.Duration min_duration = 3 [(.google.api.field_behavior) = REQUIRED];
      • clearMinDuration

        public ShipmentModel.BreakRule.BreakRequest.Builder clearMinDuration()
         Required. Minimum duration of the break. Must be positive.
         
        .google.protobuf.Duration min_duration = 3 [(.google.api.field_behavior) = REQUIRED];
      • getMinDurationBuilder

        public com.google.protobuf.Duration.Builder getMinDurationBuilder()
         Required. Minimum duration of the break. Must be positive.
         
        .google.protobuf.Duration min_duration = 3 [(.google.api.field_behavior) = REQUIRED];
      • getMinDurationOrBuilder

        public com.google.protobuf.DurationOrBuilder getMinDurationOrBuilder()
         Required. Minimum duration of the break. Must be positive.
         
        .google.protobuf.Duration min_duration = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getMinDurationOrBuilder in interface ShipmentModel.BreakRule.BreakRequestOrBuilder