Enum ExportTestCasesRequest.DataFormat (0.52.0)

public enum ExportTestCasesRequest.DataFormat extends Enum<ExportTestCasesRequest.DataFormat> implements ProtocolMessageEnum

Data format of the exported test cases.

Protobuf enum google.cloud.dialogflow.cx.v3beta1.ExportTestCasesRequest.DataFormat

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BLOB

Raw bytes.

BLOB = 1;

BLOB_VALUE

Raw bytes.

BLOB = 1;

DATA_FORMAT_UNSPECIFIED

Unspecified format.

DATA_FORMAT_UNSPECIFIED = 0;

DATA_FORMAT_UNSPECIFIED_VALUE

Unspecified format.

DATA_FORMAT_UNSPECIFIED = 0;

JSON

JSON format.

JSON = 2;

JSON_VALUE

JSON format.

JSON = 2;

UNRECOGNIZED

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