Enum LocalInventoryAttributes.PickupMethod (1.0.0)

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

ProtocolMessageEnum

Static Fields

Name Description
BUY

Indicates that the pickup method is Buy.

BUY = 1;

BUY_VALUE

Indicates that the pickup method is Buy.

BUY = 1;

NOT_SUPPORTED

Indicates that the pickup method is not supported.

NOT_SUPPORTED = 4;

NOT_SUPPORTED_VALUE

Indicates that the pickup method is not supported.

NOT_SUPPORTED = 4;

PICKUP_METHOD_UNSPECIFIED

Indicates that the pickup method is unspecified.

PICKUP_METHOD_UNSPECIFIED = 0;

PICKUP_METHOD_UNSPECIFIED_VALUE

Indicates that the pickup method is unspecified.

PICKUP_METHOD_UNSPECIFIED = 0;

RESERVE

Indicates that the pickup method is Reserve.

RESERVE = 2;

RESERVE_VALUE

Indicates that the pickup method is Reserve.

RESERVE = 2;

SHIP_TO_STORE

Indicates that the pickup method is Ship to store.

SHIP_TO_STORE = 3;

SHIP_TO_STORE_VALUE

Indicates that the pickup method is Ship to store.

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