Enum LocalInventoryAttributes.Availability (1.0.0)

public enum LocalInventoryAttributes.Availability extends Enum<LocalInventoryAttributes.Availability> implements ProtocolMessageEnum

Availability of the product at this store.

Protobuf enum google.shopping.merchant.inventories.v1.LocalInventoryAttributes.Availability

Implements

ProtocolMessageEnum

Static Fields

Name Description
IN_STOCK

Indicates that the product is in stock.

IN_STOCK = 1;

IN_STOCK_VALUE

Indicates that the product is in stock.

IN_STOCK = 1;

LIMITED_AVAILABILITY

Indicates that the product is out of stock.

LIMITED_AVAILABILITY = 2;

LIMITED_AVAILABILITY_VALUE

Indicates that the product is out of stock.

LIMITED_AVAILABILITY = 2;

LOCAL_INVENTORY_AVAILABILITY_UNSPECIFIED

Indicates that the availability is unspecified.

LOCAL_INVENTORY_AVAILABILITY_UNSPECIFIED = 0;

LOCAL_INVENTORY_AVAILABILITY_UNSPECIFIED_VALUE

Indicates that the availability is unspecified.

LOCAL_INVENTORY_AVAILABILITY_UNSPECIFIED = 0;

ON_DISPLAY_TO_ORDER

Indicates that the product is on display to order.

ON_DISPLAY_TO_ORDER = 3;

ON_DISPLAY_TO_ORDER_VALUE

Indicates that the product is on display to order.

ON_DISPLAY_TO_ORDER = 3;

OUT_OF_STOCK

Indicates that the product is out of stock.

OUT_OF_STOCK = 4;

OUT_OF_STOCK_VALUE

Indicates that the product is out of stock.

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