Enum RelativeDemandChangeType.RelativeDemandChangeTypeEnum (0.8.0)

public enum RelativeDemandChangeType.RelativeDemandChangeTypeEnum extends Enum<RelativeDemandChangeType.RelativeDemandChangeTypeEnum> implements ProtocolMessageEnum

Relative demand change type values.

Protobuf enum google.shopping.merchant.reports.v1beta.RelativeDemandChangeType.RelativeDemandChangeTypeEnum

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FLAT

Relative demand is equal to the previous time period.

FLAT = 2;

FLAT_VALUE

Relative demand is equal to the previous time period.

FLAT = 2;

RELATIVE_DEMAND_CHANGE_TYPE_ENUM_UNSPECIFIED

Not specified.

RELATIVE_DEMAND_CHANGE_TYPE_ENUM_UNSPECIFIED = 0;

RELATIVE_DEMAND_CHANGE_TYPE_ENUM_UNSPECIFIED_VALUE

Not specified.

RELATIVE_DEMAND_CHANGE_TYPE_ENUM_UNSPECIFIED = 0;

RISER

Relative demand is higher than the previous time period.

RISER = 3;

RISER_VALUE

Relative demand is higher than the previous time period.

RISER = 3;

SINKER

Relative demand is lower than the previous time period.

SINKER = 1;

SINKER_VALUE

Relative demand is lower than the previous time period.

SINKER = 1;

UNRECOGNIZED

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