Enum PickupSla (1.0.0)

public enum PickupSla extends Enum<PickupSla> implements ProtocolMessageEnum

Item store pickup timeline. For more information, see Pickup SLA.

Protobuf enum google.shopping.merchant.products.v1.PickupSla

Implements

ProtocolMessageEnum

Static Fields

Name Description
FIVE_DAY

Indicates that the product will be shipped to a store for a customer to pick up in 5 days.

FIVE_DAY = 6;

FIVE_DAY_VALUE

Indicates that the product will be shipped to a store for a customer to pick up in 5 days.

FIVE_DAY = 6;

FOUR_DAY

Indicates that the product will be shipped to a store for a customer to pick up in 4 days

FOUR_DAY = 5;

FOUR_DAY_VALUE

Indicates that the product will be shipped to a store for a customer to pick up in 4 days

FOUR_DAY = 5;

MULTI_WEEK

Indicates that the product will be shipped to a store for a customer to pick up in one week or more.

MULTI_WEEK = 8;

MULTI_WEEK_VALUE

Indicates that the product will be shipped to a store for a customer to pick up in one week or more.

MULTI_WEEK = 8;

NEXT_DAY

Indicates that the product is available for pickup the following day that the order is placed.

NEXT_DAY = 2;

NEXT_DAY_VALUE

Indicates that the product is available for pickup the following day that the order is placed.

NEXT_DAY = 2;

PICKUP_SLA_UNSPECIFIED

Pickup SLA is not specified.

PICKUP_SLA_UNSPECIFIED = 0;

PICKUP_SLA_UNSPECIFIED_VALUE

Pickup SLA is not specified.

PICKUP_SLA_UNSPECIFIED = 0;

SAME_DAY

Indicates that the product is available for pickup the same day that the order is placed, subject to cut off times.

SAME_DAY = 1;

SAME_DAY_VALUE

Indicates that the product is available for pickup the same day that the order is placed, subject to cut off times.

SAME_DAY = 1;

SIX_DAY

Indicates that the product will be shipped to a store for a customer to pick up in 6 days.

SIX_DAY = 7;

SIX_DAY_VALUE

Indicates that the product will be shipped to a store for a customer to pick up in 6 days.

SIX_DAY = 7;

THREE_DAY

Indicates that the product will be shipped to a store for a customer to pick up in 3 days.

THREE_DAY = 4;

THREE_DAY_VALUE

Indicates that the product will be shipped to a store for a customer to pick up in 3 days.

THREE_DAY = 4;

TWO_DAY

Indicates that the product will be shipped to a store for a customer to pick up in 2 days.

TWO_DAY = 3;

TWO_DAY_VALUE

Indicates that the product will be shipped to a store for a customer to pick up in 2 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()