Enum ReportGranularity (0.4.0)

public enum ReportGranularity extends Enum<ReportGranularity> implements ProtocolMessageEnum

Granularity of the Best sellers report. Best sellers reports are computed over a week and a month timeframe.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
MONTHLY

Report is computed over a month timeframe.

MONTHLY = 2;

MONTHLY_VALUE

Report is computed over a month timeframe.

MONTHLY = 2;

REPORT_GRANULARITY_UNSPECIFIED

Not specified.

REPORT_GRANULARITY_UNSPECIFIED = 0;

REPORT_GRANULARITY_UNSPECIFIED_VALUE

Not specified.

REPORT_GRANULARITY_UNSPECIFIED = 0;

UNRECOGNIZED
WEEKLY

Report is computed over a week timeframe.

WEEKLY = 1;

WEEKLY_VALUE

Report is computed over a week timeframe.

WEEKLY = 1;

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