Enum ReportGranularity.ReportGranularityEnum (0.15.0)

public enum ReportGranularity.ReportGranularityEnum extends Enum<ReportGranularity.ReportGranularityEnum> implements ProtocolMessageEnum

Report granularity values.

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

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_ENUM_UNSPECIFIED

Not specified.

REPORT_GRANULARITY_ENUM_UNSPECIFIED = 0;

REPORT_GRANULARITY_ENUM_UNSPECIFIED_VALUE

Not specified.

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