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 Summary
Modifier and TypeMethodDescriptionRange for the number of days between the date of the booking and the start of the itinerary.Range for the number of days between the date of the booking and the start of the itinerary.Range for the itinerary length in number of nights.Range for the itinerary length in number of nights.The days of the week on which this itinerary's travel can start.The days of the week on which this itinerary's travel can start.booleanRange for the number of days between the date of the booking and the start of the itinerary.booleanRange for the itinerary length in number of nights.booleanThe days of the week on which this itinerary's travel can start.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
ConversionValueRule.ValueRuleItineraryAdvanceBookingWindow 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
ConversionValueRule.ValueRuleItineraryAdvanceBookingWindowOrBuilder 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
ConversionValueRule.ValueRuleItineraryTravelLength getTravelLength()Range for the itinerary length in number of nights.
.google.ads.googleads.v18.resources.ConversionValueRule.ValueRuleItineraryTravelLength travel_length = 2;- Returns:
- The travelLength.
-
getTravelLengthOrBuilder
ConversionValueRule.ValueRuleItineraryTravelLengthOrBuilder 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
ConversionValueRule.ValueRuleItineraryTravelStartDay 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
ConversionValueRule.ValueRuleItineraryTravelStartDayOrBuilder 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;
-