Enum PickupMethod (1.0.0)

public enum PickupMethod extends Enum<PickupMethod> implements ProtocolMessageEnum

The pickup option for the item.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
BUY

The entire transaction occurs online.

BUY = 2;

BUY_VALUE

The entire transaction occurs online.

BUY = 2;

NOT_SUPPORTED

The item is not available for store pickup.

NOT_SUPPORTED = 1;

NOT_SUPPORTED_VALUE

The item is not available for store pickup.

NOT_SUPPORTED = 1;

PICKUP_METHOD_UNSPECIFIED

Pickup method is not specified.

PICKUP_METHOD_UNSPECIFIED = 0;

PICKUP_METHOD_UNSPECIFIED_VALUE

Pickup method is not specified.

PICKUP_METHOD_UNSPECIFIED = 0;

RESERVE

The item is reserved online and the transaction occurs in-store.

RESERVE = 3;

RESERVE_VALUE

The item is reserved online and the transaction occurs in-store.

RESERVE = 3;

SHIP_TO_STORE

The item is purchased online and shipped to a local store for the customer to pick up.

SHIP_TO_STORE = 4;

SHIP_TO_STORE_VALUE

The item is purchased online and shipped to a local store for the customer to pick up.

SHIP_TO_STORE = 4;

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()