Enum ExportSavedReportRequest.Format (0.4.0)

public enum ExportSavedReportRequest.Format extends Enum<ExportSavedReportRequest.Format> implements ProtocolMessageEnum

Supported file formats.

Protobuf enum google.ads.admanager.v1.ExportSavedReportRequest.Format

Implements

ProtocolMessageEnum

Static Fields

Name Description
CSV_DUMP

Comma separated values meant to be used by automated machine processing.

Unlike other formats, the output is not localized and there is no totals row by default.

CSV_DUMP = 2;

CSV_DUMP_VALUE

Comma separated values meant to be used by automated machine processing.

Unlike other formats, the output is not localized and there is no totals row by default.

CSV_DUMP = 2;

FORMAT_UNSPECIFIED

Default value. This value is unused.

FORMAT_UNSPECIFIED = 0;

FORMAT_UNSPECIFIED_VALUE

Default value. This value is unused.

FORMAT_UNSPECIFIED = 0;

UNRECOGNIZED
XLSX

The report file is generated as an Office Open XML spreadsheet designed for Excel 2007+.

XLSX = 5;

XLSX_VALUE

The report file is generated as an Office Open XML spreadsheet designed for Excel 2007+.

XLSX = 5;

XML

The report is generated as XML.

XML = 6;

XML_VALUE

The report is generated as XML.

XML = 6;

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