Enum BestSellersProductClusterView.InventoryStatus (0.13.0)

public enum BestSellersProductClusterView.InventoryStatus extends Enum<BestSellersProductClusterView.InventoryStatus> implements ProtocolMessageEnum

Status of the product cluster or brand in your inventory.

Protobuf enum google.shopping.merchant.reports.v1beta.BestSellersProductClusterView.InventoryStatus

Implements

ProtocolMessageEnum

Static Fields

NameDescription
INVENTORY_STATUS_UNSPECIFIED

Not specified.

INVENTORY_STATUS_UNSPECIFIED = 0;

INVENTORY_STATUS_UNSPECIFIED_VALUE

Not specified.

INVENTORY_STATUS_UNSPECIFIED = 0;

IN_STOCK

You have a product for this product cluster or brand in stock.

IN_STOCK = 1;

IN_STOCK_VALUE

You have a product for this product cluster or brand in stock.

IN_STOCK = 1;

NOT_IN_INVENTORY

You do not have a product for this product cluster or brand in inventory.

NOT_IN_INVENTORY = 3;

NOT_IN_INVENTORY_VALUE

You do not have a product for this product cluster or brand in inventory.

NOT_IN_INVENTORY = 3;

OUT_OF_STOCK

You have a product for this product cluster or brand in inventory but it is currently out of stock.

OUT_OF_STOCK = 2;

OUT_OF_STOCK_VALUE

You have a product for this product cluster or brand in inventory but it is currently out of stock.

OUT_OF_STOCK = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()