public enum Report.TimePeriodColumn extends Enum<Report.TimePeriodColumn> implements ProtocolMessageEnum
Valid time period columns.
Protobuf enum google.ads.admanager.v1.Report.TimePeriodColumn
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
TIME_PERIOD_COLUMN_DATE |
A column for each date in the report. |
TIME_PERIOD_COLUMN_DATE_VALUE |
A column for each date in the report. |
TIME_PERIOD_COLUMN_MONTH |
A column for each month in the report. |
TIME_PERIOD_COLUMN_MONTH_VALUE |
A column for each month in the report. |
TIME_PERIOD_COLUMN_QUARTER |
A column for each quarter in the report. |
TIME_PERIOD_COLUMN_QUARTER_VALUE |
A column for each quarter in the report. |
TIME_PERIOD_COLUMN_UNSPECIFIED |
Default value. Report will have no time period column. |
TIME_PERIOD_COLUMN_UNSPECIFIED_VALUE |
Default value. Report will have no time period column. |
TIME_PERIOD_COLUMN_WEEK |
A column for each week in the report. |
TIME_PERIOD_COLUMN_WEEK_VALUE |
A column for each week in the report. |
UNRECOGNIZED |
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() |