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
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
INVENTORY_STATUS_UNSPECIFIED | Not specified. |
INVENTORY_STATUS_UNSPECIFIED_VALUE | Not specified. |
IN_STOCK | You have a product for this product cluster or brand in stock. |
IN_STOCK_VALUE | You have a product for this product cluster or brand in stock. |
NOT_IN_INVENTORY | You do not have a product for this product cluster or brand in inventory. |
NOT_IN_INVENTORY_VALUE | You do not have a product for this product cluster or brand in inventory. |
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_VALUE | You have a product for this product cluster or brand in inventory but it is currently out of stock. |
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() |