Enum ExportOptions.ExportFormat (0.9.0)

public enum ExportOptions.ExportFormat extends Enum<ExportOptions.ExportFormat> implements ProtocolMessageEnum

The format to export the items in. Defaults to JSON if not specified.

Protobuf enum google.cloud.ces.v1beta.ExportOptions.ExportFormat

Implements

ProtocolMessageEnum

Static Fields

Name Description
EXPORT_FORMAT_UNSPECIFIED

Unspecified format.

EXPORT_FORMAT_UNSPECIFIED = 0;

EXPORT_FORMAT_UNSPECIFIED_VALUE

Unspecified format.

EXPORT_FORMAT_UNSPECIFIED = 0;

JSON

JSON format.

JSON = 1;

JSON_VALUE

JSON format.

JSON = 1;

UNRECOGNIZED
YAML

YAML format.

YAML = 2;

YAML_VALUE

YAML format.

YAML = 2;

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