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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
MONTHLY |
Report is computed over a month timeframe. |
MONTHLY_VALUE |
Report is computed over a month timeframe. |
REPORT_GRANULARITY_UNSPECIFIED |
Not specified. |
REPORT_GRANULARITY_UNSPECIFIED_VALUE |
Not specified. |
UNRECOGNIZED |
|
WEEKLY |
Report is computed over a week timeframe. |
WEEKLY_VALUE |
Report is computed over a week timeframe. |
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() |