public enum RelativeDemandChangeType extends Enum<RelativeDemandChangeType> implements ProtocolMessageEnum
Relative demand of a product cluster or brand in the Best sellers report compared to the previous time period.
Protobuf enum google.shopping.merchant.reports.v1beta.RelativeDemandChangeType
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
FLAT | Relative demand is equal to the previous time period. |
FLAT_VALUE | Relative demand is equal to the previous time period. |
RELATIVE_DEMAND_CHANGE_TYPE_UNSPECIFIED | Not specified. |
RELATIVE_DEMAND_CHANGE_TYPE_UNSPECIFIED_VALUE | Not specified. |
RISER | Relative demand is higher than the previous time period. |
RISER_VALUE | Relative demand is higher than the previous time period. |
SINKER | Relative demand is lower than the previous time period. |
SINKER_VALUE | Relative demand is lower than the previous time period. |
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() |