public enum Availability extends Enum<Availability> implements ProtocolMessageEnum
Availability status of the item.
Protobuf enum google.shopping.merchant.products.v1.Availability
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AVAILABILITY_UNSPECIFIED |
Availability is not specified. |
AVAILABILITY_UNSPECIFIED_VALUE |
Availability is not specified. |
BACKORDER |
Backorder. |
BACKORDER_VALUE |
Backorder. |
IN_STOCK |
In stock. |
IN_STOCK_VALUE |
In stock. |
LIMITED_AVAILABILITY |
Limited availability. |
LIMITED_AVAILABILITY_VALUE |
Limited availability. |
OUT_OF_STOCK |
Out of stock. |
OUT_OF_STOCK_VALUE |
Out of stock. |
PREORDER |
Pre-order. |
PREORDER_VALUE |
Pre-order. |
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() |