Interface ConversionValueRule.ValueRuleItineraryConditionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ConversionValueRule.ValueRuleItineraryCondition, ConversionValueRule.ValueRuleItineraryCondition.Builder
Enclosing class:
ConversionValueRule

public static interface ConversionValueRule.ValueRuleItineraryConditionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasAdvanceBookingWindow

      boolean hasAdvanceBookingWindow()
       Range for the number of days between the date of the booking and the
       start of the itinerary.
       
      .google.ads.googleads.v18.resources.ConversionValueRule.ValueRuleItineraryAdvanceBookingWindow advance_booking_window = 1;
      Returns:
      Whether the advanceBookingWindow field is set.
    • getAdvanceBookingWindow

       Range for the number of days between the date of the booking and the
       start of the itinerary.
       
      .google.ads.googleads.v18.resources.ConversionValueRule.ValueRuleItineraryAdvanceBookingWindow advance_booking_window = 1;
      Returns:
      The advanceBookingWindow.
    • getAdvanceBookingWindowOrBuilder

       Range for the number of days between the date of the booking and the
       start of the itinerary.
       
      .google.ads.googleads.v18.resources.ConversionValueRule.ValueRuleItineraryAdvanceBookingWindow advance_booking_window = 1;
    • hasTravelLength

      boolean hasTravelLength()
       Range for the itinerary length in number of nights.
       
      .google.ads.googleads.v18.resources.ConversionValueRule.ValueRuleItineraryTravelLength travel_length = 2;
      Returns:
      Whether the travelLength field is set.
    • getTravelLength

       Range for the itinerary length in number of nights.
       
      .google.ads.googleads.v18.resources.ConversionValueRule.ValueRuleItineraryTravelLength travel_length = 2;
      Returns:
      The travelLength.
    • getTravelLengthOrBuilder

       Range for the itinerary length in number of nights.
       
      .google.ads.googleads.v18.resources.ConversionValueRule.ValueRuleItineraryTravelLength travel_length = 2;
    • hasTravelStartDay

      boolean hasTravelStartDay()
       The days of the week on which this itinerary's travel can start.
       
      .google.ads.googleads.v18.resources.ConversionValueRule.ValueRuleItineraryTravelStartDay travel_start_day = 3;
      Returns:
      Whether the travelStartDay field is set.
    • getTravelStartDay

       The days of the week on which this itinerary's travel can start.
       
      .google.ads.googleads.v18.resources.ConversionValueRule.ValueRuleItineraryTravelStartDay travel_start_day = 3;
      Returns:
      The travelStartDay.
    • getTravelStartDayOrBuilder

       The days of the week on which this itinerary's travel can start.
       
      .google.ads.googleads.v18.resources.ConversionValueRule.ValueRuleItineraryTravelStartDay travel_start_day = 3;