Enum Availability (1.0.0)

public enum Availability extends Enum<Availability> implements ProtocolMessageEnum

Availability status of the item.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
AVAILABILITY_UNSPECIFIED

Availability is not specified.

AVAILABILITY_UNSPECIFIED = 0;

AVAILABILITY_UNSPECIFIED_VALUE

Availability is not specified.

AVAILABILITY_UNSPECIFIED = 0;

BACKORDER

Backorder.

BACKORDER = 5;

BACKORDER_VALUE

Backorder.

BACKORDER = 5;

IN_STOCK

In stock.

IN_STOCK = 1;

IN_STOCK_VALUE

In stock.

IN_STOCK = 1;

LIMITED_AVAILABILITY

Limited availability.

LIMITED_AVAILABILITY = 4;

LIMITED_AVAILABILITY_VALUE

Limited availability.

LIMITED_AVAILABILITY = 4;

OUT_OF_STOCK

Out of stock.

OUT_OF_STOCK = 2;

OUT_OF_STOCK_VALUE

Out of stock.

OUT_OF_STOCK = 2;

PREORDER

Pre-order.

PREORDER = 3;

PREORDER_VALUE

Pre-order.

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