Enum RegionalInventoryAttributes.Availability (1.0.0)

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

Availability of the product in this region.

Protobuf enum google.shopping.merchant.inventories.v1.RegionalInventoryAttributes.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;

OUT_OF_STOCK

Indicates that the product is out of stock.

OUT_OF_STOCK = 2;

OUT_OF_STOCK_VALUE

Indicates that the product is out of stock.

OUT_OF_STOCK = 2;

REGIONAL_INVENTORY_AVAILABILITY_UNSPECIFIED

Indicates that the availability is unspecified.

REGIONAL_INVENTORY_AVAILABILITY_UNSPECIFIED = 0;

REGIONAL_INVENTORY_AVAILABILITY_UNSPECIFIED_VALUE

Indicates that the availability is unspecified.

REGIONAL_INVENTORY_AVAILABILITY_UNSPECIFIED = 0;

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