Enum LocalInventoryAttributes.PickupSla (1.0.0)

public enum LocalInventoryAttributes.PickupSla extends Enum<LocalInventoryAttributes.PickupSla> implements ProtocolMessageEnum

Relative time period from the order date for an order for this product, from this store, to be ready for pickup. Must be submitted with pickupMethod. See more details here.

Protobuf enum google.shopping.merchant.inventories.v1.LocalInventoryAttributes.PickupSla

Implements

ProtocolMessageEnum

Static Fields

Name Description
FIVE_DAY

Indicates that the pickup SLA is five days.

FIVE_DAY = 6;

FIVE_DAY_VALUE

Indicates that the pickup SLA is five days.

FIVE_DAY = 6;

FOUR_DAY

Indicates that the pickup SLA is four days.

FOUR_DAY = 5;

FOUR_DAY_VALUE

Indicates that the pickup SLA is four days.

FOUR_DAY = 5;

MULTI_WEEK

Indicates that the pickup SLA is multi-week.

MULTI_WEEK = 9;

MULTI_WEEK_VALUE

Indicates that the pickup SLA is multi-week.

MULTI_WEEK = 9;

NEXT_DAY

Indicates that the pickup SLA is next day.

NEXT_DAY = 2;

NEXT_DAY_VALUE

Indicates that the pickup SLA is next day.

NEXT_DAY = 2;

PICKUP_SLA_UNSPECIFIED

Indicates that the pickup SLA is unspecified.

PICKUP_SLA_UNSPECIFIED = 0;

PICKUP_SLA_UNSPECIFIED_VALUE

Indicates that the pickup SLA is unspecified.

PICKUP_SLA_UNSPECIFIED = 0;

SAME_DAY

Indicates that the pickup SLA is same day.

SAME_DAY = 1;

SAME_DAY_VALUE

Indicates that the pickup SLA is same day.

SAME_DAY = 1;

SEVEN_DAY

Indicates that the pickup SLA is seven days.

SEVEN_DAY = 8;

SEVEN_DAY_VALUE

Indicates that the pickup SLA is seven days.

SEVEN_DAY = 8;

SIX_DAY

Indicates that the pickup SLA is six days.

SIX_DAY = 7;

SIX_DAY_VALUE

Indicates that the pickup SLA is six days.

SIX_DAY = 7;

THREE_DAY

Indicates that the pickup SLA is three days.

THREE_DAY = 4;

THREE_DAY_VALUE

Indicates that the pickup SLA is three days.

THREE_DAY = 4;

TWO_DAY

Indicates that the pickup SLA is two days.

TWO_DAY = 3;

TWO_DAY_VALUE

Indicates that the pickup SLA is two days.

TWO_DAY = 3;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()