Interface WarehouseOrBuilder (0.2.0)

public interface WarehouseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBusinessDayConfig()

public abstract BusinessDayConfig getBusinessDayConfig()

Business days of the warehouse. If not set, will be Monday to Friday by default.

optional .google.shopping.merchant.accounts.v1beta.BusinessDayConfig business_day_config = 5;

Returns
Type Description
BusinessDayConfig

The businessDayConfig.

getBusinessDayConfigOrBuilder()

public abstract BusinessDayConfigOrBuilder getBusinessDayConfigOrBuilder()

Business days of the warehouse. If not set, will be Monday to Friday by default.

optional .google.shopping.merchant.accounts.v1beta.BusinessDayConfig business_day_config = 5;

Returns
Type Description
BusinessDayConfigOrBuilder

getCutoffTime()

public abstract WarehouseCutoffTime getCutoffTime()

Required. The latest time of day that an order can be accepted and begin processing. Later orders will be processed in the next day. The time is based on the warehouse postal code.

optional .google.shopping.merchant.accounts.v1beta.WarehouseCutoffTime cutoff_time = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
WarehouseCutoffTime

The cutoffTime.

getCutoffTimeOrBuilder()

public abstract WarehouseCutoffTimeOrBuilder getCutoffTimeOrBuilder()

Required. The latest time of day that an order can be accepted and begin processing. Later orders will be processed in the next day. The time is based on the warehouse postal code.

optional .google.shopping.merchant.accounts.v1beta.WarehouseCutoffTime cutoff_time = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
WarehouseCutoffTimeOrBuilder

getHandlingDays()

public abstract long getHandlingDays()

Required. The number of days it takes for this warehouse to pack up and ship an item. This is on the warehouse level, but can be overridden on the offer level based on the attributes of an item.

optional int64 handling_days = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
long

The handlingDays.

getName()

public abstract String getName()

Required. The name of the warehouse. Must be unique within account.

optional string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The name of the warehouse. Must be unique within account.

optional string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for name.

getShippingAddress()

public abstract Address getShippingAddress()

Required. Shipping address of the warehouse.

optional .google.shopping.merchant.accounts.v1beta.Address shipping_address = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Address

The shippingAddress.

getShippingAddressOrBuilder()

public abstract AddressOrBuilder getShippingAddressOrBuilder()

Required. Shipping address of the warehouse.

optional .google.shopping.merchant.accounts.v1beta.Address shipping_address = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
AddressOrBuilder

hasBusinessDayConfig()

public abstract boolean hasBusinessDayConfig()

Business days of the warehouse. If not set, will be Monday to Friday by default.

optional .google.shopping.merchant.accounts.v1beta.BusinessDayConfig business_day_config = 5;

Returns
Type Description
boolean

Whether the businessDayConfig field is set.

hasCutoffTime()

public abstract boolean hasCutoffTime()

Required. The latest time of day that an order can be accepted and begin processing. Later orders will be processed in the next day. The time is based on the warehouse postal code.

optional .google.shopping.merchant.accounts.v1beta.WarehouseCutoffTime cutoff_time = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the cutoffTime field is set.

hasHandlingDays()

public abstract boolean hasHandlingDays()

Required. The number of days it takes for this warehouse to pack up and ship an item. This is on the warehouse level, but can be overridden on the offer level based on the attributes of an item.

optional int64 handling_days = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the handlingDays field is set.

hasName()

public abstract boolean hasName()

Required. The name of the warehouse. Must be unique within account.

optional string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the name field is set.

hasShippingAddress()

public abstract boolean hasShippingAddress()

Required. Shipping address of the warehouse.

optional .google.shopping.merchant.accounts.v1beta.Address shipping_address = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the shippingAddress field is set.