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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
FIVE_DAY |
Indicates that the pickup SLA is five days. |
FIVE_DAY_VALUE |
Indicates that the pickup SLA is five days. |
FOUR_DAY |
Indicates that the pickup SLA is four days. |
FOUR_DAY_VALUE |
Indicates that the pickup SLA is four days. |
MULTI_WEEK |
Indicates that the pickup SLA is multi-week. |
MULTI_WEEK_VALUE |
Indicates that the pickup SLA is multi-week. |
NEXT_DAY |
Indicates that the pickup SLA is next day. |
NEXT_DAY_VALUE |
Indicates that the pickup SLA is next day. |
PICKUP_SLA_UNSPECIFIED |
Indicates that the pickup SLA is unspecified. |
PICKUP_SLA_UNSPECIFIED_VALUE |
Indicates that the pickup SLA is unspecified. |
SAME_DAY |
Indicates that the pickup SLA is same day. |
SAME_DAY_VALUE |
Indicates that the pickup SLA is same day. |
SEVEN_DAY |
Indicates that the pickup SLA is seven days. |
SEVEN_DAY_VALUE |
Indicates that the pickup SLA is seven days. |
SIX_DAY |
Indicates that the pickup SLA is six days. |
SIX_DAY_VALUE |
Indicates that the pickup SLA is six days. |
THREE_DAY |
Indicates that the pickup SLA is three days. |
THREE_DAY_VALUE |
Indicates that the pickup SLA is three days. |
TWO_DAY |
Indicates that the pickup SLA is two days. |
TWO_DAY_VALUE |
Indicates that the pickup SLA is two days. |
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() |