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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
IN_STOCK |
Indicates that the product is in stock. |
IN_STOCK_VALUE |
Indicates that the product is in stock. |
LIMITED_AVAILABILITY |
Indicates that the product is out of stock. |
LIMITED_AVAILABILITY_VALUE |
Indicates that the product is out of stock. |
LOCAL_INVENTORY_AVAILABILITY_UNSPECIFIED |
Indicates that the availability is unspecified. |
LOCAL_INVENTORY_AVAILABILITY_UNSPECIFIED_VALUE |
Indicates that the availability is unspecified. |
ON_DISPLAY_TO_ORDER |
Indicates that the product is on display to order. |
ON_DISPLAY_TO_ORDER_VALUE |
Indicates that the product is on display to order. |
OUT_OF_STOCK |
Indicates that the product is out of stock. |
OUT_OF_STOCK_VALUE |
Indicates that the product is 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() |