public enum LocalInventoryAttributes.PickupMethod extends Enum<LocalInventoryAttributes.PickupMethod> implements ProtocolMessageEnum
Supported pickup
method for this
product. Unless the value is "not supported"
, this field must be
submitted together with pickupSla
.
Protobuf enum
google.shopping.merchant.inventories.v1.LocalInventoryAttributes.PickupMethod
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BUY |
Indicates that the pickup method is Buy. |
BUY_VALUE |
Indicates that the pickup method is Buy. |
NOT_SUPPORTED |
Indicates that the pickup method is not supported. |
NOT_SUPPORTED_VALUE |
Indicates that the pickup method is not supported. |
PICKUP_METHOD_UNSPECIFIED |
Indicates that the pickup method is unspecified. |
PICKUP_METHOD_UNSPECIFIED_VALUE |
Indicates that the pickup method is unspecified. |
RESERVE |
Indicates that the pickup method is Reserve. |
RESERVE_VALUE |
Indicates that the pickup method is Reserve. |
SHIP_TO_STORE |
Indicates that the pickup method is Ship to store. |
SHIP_TO_STORE_VALUE |
Indicates that the pickup method is Ship to store. |
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() |