Enum RelativeDemand (0.4.0)

public enum RelativeDemand extends Enum<RelativeDemand> implements ProtocolMessageEnum

Relative demand of a product cluster or brand in the Best sellers report.

Protobuf enum google.shopping.merchant.reports.v1beta.RelativeDemand

Implements

ProtocolMessageEnum

Static Fields

NameDescription
HIGH

Demand is 21-50% of the demand of the highest ranked product cluster or brand.

HIGH = 40;

HIGH_VALUE

Demand is 21-50% of the demand of the highest ranked product cluster or brand.

HIGH = 40;

LOW

Demand is 6-10% of the demand of the highest ranked product cluster or brand.

LOW = 20;

LOW_VALUE

Demand is 6-10% of the demand of the highest ranked product cluster or brand.

LOW = 20;

MEDIUM

Demand is 11-20% of the demand of the highest ranked product cluster or brand.

MEDIUM = 30;

MEDIUM_VALUE

Demand is 11-20% of the demand of the highest ranked product cluster or brand.

MEDIUM = 30;

RELATIVE_DEMAND_UNSPECIFIED

Not specified.

RELATIVE_DEMAND_UNSPECIFIED = 0;

RELATIVE_DEMAND_UNSPECIFIED_VALUE

Not specified.

RELATIVE_DEMAND_UNSPECIFIED = 0;

UNRECOGNIZED
VERY_HIGH

Demand is 51-100% of the demand of the highest ranked product cluster or brand.

VERY_HIGH = 50;

VERY_HIGH_VALUE

Demand is 51-100% of the demand of the highest ranked product cluster or brand.

VERY_HIGH = 50;

VERY_LOW

Demand is 0-5% of the demand of the highest ranked product cluster or brand.

VERY_LOW = 10;

VERY_LOW_VALUE

Demand is 0-5% of the demand of the highest ranked product cluster or brand.

VERY_LOW = 10;

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()