public enum Report.TimeZoneSource extends Enum<Report.TimeZoneSource> implements ProtocolMessageEnum
The source to determine the time zone for the report.
Protobuf enum google.ads.admanager.v1.Report.TimeZoneSource
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AD_EXCHANGE |
Use the time zone of the ad exchange. Only compatible with Ad Exchange dimensions and metrics. |
AD_EXCHANGE_VALUE |
Use the time zone of the ad exchange. Only compatible with Ad Exchange dimensions and metrics. |
PROVIDED |
Use the time zone provided in the ReportDefinition.time_zone field. Has limited dimension and metric compatibility compared with PUBLISHER, and reports may take longer to run since the dates are dynamically calculated at request time. |
PROVIDED_VALUE |
Use the time zone provided in the ReportDefinition.time_zone field. Has limited dimension and metric compatibility compared with PUBLISHER, and reports may take longer to run since the dates are dynamically calculated at request time. |
PUBLISHER |
Use the publisher's time zone in network settings. |
PUBLISHER_VALUE |
Use the publisher's time zone in network settings. |
TIME_ZONE_SOURCE_UNSPECIFIED |
Unspecified default value. |
TIME_ZONE_SOURCE_UNSPECIFIED_VALUE |
Unspecified default value. |
UNRECOGNIZED |
|
UTC |
Use UTC time zone. Only compatible with Revenue Verification reports. |
UTC_VALUE |
Use UTC time zone. Only compatible with Revenue Verification reports. |
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() |