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
ProtocolMessageEnumStatic 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_VALUE |
Indicates that the product will be shipped to a store for a customer to pick up in 5 days. |
FOUR_DAY |
Indicates that the product will be shipped to a store for a customer to pick up in 4 days |
FOUR_DAY_VALUE |
Indicates that the product will be shipped to a store for a customer to pick up in 4 days |
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_VALUE |
Indicates that the product will be shipped to a store for a customer to pick up in one week or more. |
NEXT_DAY |
Indicates that the product is available for pickup the following day that the order is placed. |
NEXT_DAY_VALUE |
Indicates that the product is available for pickup the following day that the order is placed. |
PICKUP_SLA_UNSPECIFIED |
Pickup SLA is not specified. |
PICKUP_SLA_UNSPECIFIED_VALUE |
Pickup SLA is not specified. |
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_VALUE |
Indicates that the product is available for pickup the same day that the order is placed, subject to cut off times. |
SIX_DAY |
Indicates that the product will be shipped to a store for a customer to pick up in 6 days. |
SIX_DAY_VALUE |
Indicates that the product will be shipped to a store for a customer to pick up in 6 days. |
THREE_DAY |
Indicates that the product will be shipped to a store for a customer to pick up in 3 days. |
THREE_DAY_VALUE |
Indicates that the product will be shipped to a store for a customer to pick up in 3 days. |
TWO_DAY |
Indicates that the product will be shipped to a store for a customer to pick up in 2 days. |
TWO_DAY_VALUE |
Indicates that the product will be shipped to a store for a customer to pick up in 2 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() |