public enum ReportGranularity.ReportGranularityEnum extends Enum<ReportGranularity.ReportGranularityEnum> implements ProtocolMessageEnum
Report granularity values.
Protobuf enum
google.shopping.merchant.reports.v1beta.ReportGranularity.ReportGranularityEnum
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
MONTHLY |
Report is computed over a month timeframe. |
MONTHLY_VALUE |
Report is computed over a month timeframe. |
REPORT_GRANULARITY_ENUM_UNSPECIFIED |
Not specified. |
REPORT_GRANULARITY_ENUM_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() |