Interface DeliveryTimeOrBuilder (0.2.0)

public interface DeliveryTimeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCutoffTime()

public abstract CutoffTime getCutoffTime()

Business days cutoff time definition. If not configured the cutoff time will be defaulted to 8AM PST.

optional .google.shopping.merchant.accounts.v1beta.CutoffTime cutoff_time = 3;

Returns
Type Description
CutoffTime

The cutoffTime.

getCutoffTimeOrBuilder()

public abstract CutoffTimeOrBuilder getCutoffTimeOrBuilder()

Business days cutoff time definition. If not configured the cutoff time will be defaulted to 8AM PST.

optional .google.shopping.merchant.accounts.v1beta.CutoffTime cutoff_time = 3;

Returns
Type Description
CutoffTimeOrBuilder

getHandlingBusinessDayConfig()

public abstract BusinessDayConfig getHandlingBusinessDayConfig()

The business days during which orders can be handled. If not provided, Monday to Friday business days will be assumed.

optional .google.shopping.merchant.accounts.v1beta.BusinessDayConfig handling_business_day_config = 7;

Returns
Type Description
BusinessDayConfig

The handlingBusinessDayConfig.

getHandlingBusinessDayConfigOrBuilder()

public abstract BusinessDayConfigOrBuilder getHandlingBusinessDayConfigOrBuilder()

The business days during which orders can be handled. If not provided, Monday to Friday business days will be assumed.

optional .google.shopping.merchant.accounts.v1beta.BusinessDayConfig handling_business_day_config = 7;

Returns
Type Description
BusinessDayConfigOrBuilder

getMaxHandlingDays()

public abstract int getMaxHandlingDays()

Maximum number of business days spent before an order is shipped. 0 means same day shipped, 1 means next day shipped. Must be greater than or equal to min_handling_days.

optional int32 max_handling_days = 5;

Returns
Type Description
int

The maxHandlingDays.

getMaxTransitDays()

public abstract int getMaxTransitDays()

Maximum number of business days that is spent in transit. 0 means same day delivery, 1 means next day delivery. Must be greater than or equal to min_transit_days.

optional int32 max_transit_days = 2;

Returns
Type Description
int

The maxTransitDays.

getMinHandlingDays()

public abstract int getMinHandlingDays()

Minimum number of business days spent before an order is shipped. 0 means same day shipped, 1 means next day shipped.

optional int32 min_handling_days = 4;

Returns
Type Description
int

The minHandlingDays.

getMinTransitDays()

public abstract int getMinTransitDays()

Minimum number of business days that is spent in transit. 0 means same day delivery, 1 means next day delivery. Either min_transit_days, max_transit_days or transit_time_table must be set, but not both.

optional int32 min_transit_days = 1;

Returns
Type Description
int

The minTransitDays.

getTransitBusinessDayConfig()

public abstract BusinessDayConfig getTransitBusinessDayConfig()

The business days during which orders can be in-transit. If not provided, Monday to Friday business days will be assumed.

optional .google.shopping.merchant.accounts.v1beta.BusinessDayConfig transit_business_day_config = 8;

Returns
Type Description
BusinessDayConfig

The transitBusinessDayConfig.

getTransitBusinessDayConfigOrBuilder()

public abstract BusinessDayConfigOrBuilder getTransitBusinessDayConfigOrBuilder()

The business days during which orders can be in-transit. If not provided, Monday to Friday business days will be assumed.

optional .google.shopping.merchant.accounts.v1beta.BusinessDayConfig transit_business_day_config = 8;

Returns
Type Description
BusinessDayConfigOrBuilder

getTransitTimeTable()

public abstract TransitTable getTransitTimeTable()

Transit time table, number of business days spent in transit based on row and column dimensions. Either min_transit_days, max_transit_days or transit_time_table can be set, but not both.

optional .google.shopping.merchant.accounts.v1beta.TransitTable transit_time_table = 6;

Returns
Type Description
TransitTable

The transitTimeTable.

getTransitTimeTableOrBuilder()

public abstract TransitTableOrBuilder getTransitTimeTableOrBuilder()

Transit time table, number of business days spent in transit based on row and column dimensions. Either min_transit_days, max_transit_days or transit_time_table can be set, but not both.

optional .google.shopping.merchant.accounts.v1beta.TransitTable transit_time_table = 6;

Returns
Type Description
TransitTableOrBuilder

getWarehouseBasedDeliveryTimes(int index)

public abstract WarehouseBasedDeliveryTime getWarehouseBasedDeliveryTimes(int index)

Optional. Indicates that the delivery time should be calculated per warehouse (shipping origin location) based on the settings of the selected carrier. When set, no other transit time related field in delivery time should be set.

repeated .google.shopping.merchant.accounts.v1beta.WarehouseBasedDeliveryTime warehouse_based_delivery_times = 9 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
WarehouseBasedDeliveryTime

getWarehouseBasedDeliveryTimesCount()

public abstract int getWarehouseBasedDeliveryTimesCount()

Optional. Indicates that the delivery time should be calculated per warehouse (shipping origin location) based on the settings of the selected carrier. When set, no other transit time related field in delivery time should be set.

repeated .google.shopping.merchant.accounts.v1beta.WarehouseBasedDeliveryTime warehouse_based_delivery_times = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getWarehouseBasedDeliveryTimesList()

public abstract List<WarehouseBasedDeliveryTime> getWarehouseBasedDeliveryTimesList()

Optional. Indicates that the delivery time should be calculated per warehouse (shipping origin location) based on the settings of the selected carrier. When set, no other transit time related field in delivery time should be set.

repeated .google.shopping.merchant.accounts.v1beta.WarehouseBasedDeliveryTime warehouse_based_delivery_times = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<WarehouseBasedDeliveryTime>

getWarehouseBasedDeliveryTimesOrBuilder(int index)

public abstract WarehouseBasedDeliveryTimeOrBuilder getWarehouseBasedDeliveryTimesOrBuilder(int index)

Optional. Indicates that the delivery time should be calculated per warehouse (shipping origin location) based on the settings of the selected carrier. When set, no other transit time related field in delivery time should be set.

repeated .google.shopping.merchant.accounts.v1beta.WarehouseBasedDeliveryTime warehouse_based_delivery_times = 9 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
WarehouseBasedDeliveryTimeOrBuilder

getWarehouseBasedDeliveryTimesOrBuilderList()

public abstract List<? extends WarehouseBasedDeliveryTimeOrBuilder> getWarehouseBasedDeliveryTimesOrBuilderList()

Optional. Indicates that the delivery time should be calculated per warehouse (shipping origin location) based on the settings of the selected carrier. When set, no other transit time related field in delivery time should be set.

repeated .google.shopping.merchant.accounts.v1beta.WarehouseBasedDeliveryTime warehouse_based_delivery_times = 9 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.shopping.merchant.accounts.v1beta.WarehouseBasedDeliveryTimeOrBuilder>

hasCutoffTime()

public abstract boolean hasCutoffTime()

Business days cutoff time definition. If not configured the cutoff time will be defaulted to 8AM PST.

optional .google.shopping.merchant.accounts.v1beta.CutoffTime cutoff_time = 3;

Returns
Type Description
boolean

Whether the cutoffTime field is set.

hasHandlingBusinessDayConfig()

public abstract boolean hasHandlingBusinessDayConfig()

The business days during which orders can be handled. If not provided, Monday to Friday business days will be assumed.

optional .google.shopping.merchant.accounts.v1beta.BusinessDayConfig handling_business_day_config = 7;

Returns
Type Description
boolean

Whether the handlingBusinessDayConfig field is set.

hasMaxHandlingDays()

public abstract boolean hasMaxHandlingDays()

Maximum number of business days spent before an order is shipped. 0 means same day shipped, 1 means next day shipped. Must be greater than or equal to min_handling_days.

optional int32 max_handling_days = 5;

Returns
Type Description
boolean

Whether the maxHandlingDays field is set.

hasMaxTransitDays()

public abstract boolean hasMaxTransitDays()

Maximum number of business days that is spent in transit. 0 means same day delivery, 1 means next day delivery. Must be greater than or equal to min_transit_days.

optional int32 max_transit_days = 2;

Returns
Type Description
boolean

Whether the maxTransitDays field is set.

hasMinHandlingDays()

public abstract boolean hasMinHandlingDays()

Minimum number of business days spent before an order is shipped. 0 means same day shipped, 1 means next day shipped.

optional int32 min_handling_days = 4;

Returns
Type Description
boolean

Whether the minHandlingDays field is set.

hasMinTransitDays()

public abstract boolean hasMinTransitDays()

Minimum number of business days that is spent in transit. 0 means same day delivery, 1 means next day delivery. Either min_transit_days, max_transit_days or transit_time_table must be set, but not both.

optional int32 min_transit_days = 1;

Returns
Type Description
boolean

Whether the minTransitDays field is set.

hasTransitBusinessDayConfig()

public abstract boolean hasTransitBusinessDayConfig()

The business days during which orders can be in-transit. If not provided, Monday to Friday business days will be assumed.

optional .google.shopping.merchant.accounts.v1beta.BusinessDayConfig transit_business_day_config = 8;

Returns
Type Description
boolean

Whether the transitBusinessDayConfig field is set.

hasTransitTimeTable()

public abstract boolean hasTransitTimeTable()

Transit time table, number of business days spent in transit based on row and column dimensions. Either min_transit_days, max_transit_days or transit_time_table can be set, but not both.

optional .google.shopping.merchant.accounts.v1beta.TransitTable transit_time_table = 6;

Returns
Type Description
boolean

Whether the transitTimeTable field is set.