Enum ExportToolsRequest.DataFormat (0.52.0)

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

Data format of the exported tools.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BLOB

Tools will be exported as raw bytes.

BLOB = 1;

BLOB_VALUE

Tools will be exported as raw bytes.

BLOB = 1;

DATA_FORMAT_UNSPECIFIED

Unspecified format. Treated as BLOB.

DATA_FORMAT_UNSPECIFIED = 0;

DATA_FORMAT_UNSPECIFIED_VALUE

Unspecified format. Treated as BLOB.

DATA_FORMAT_UNSPECIFIED = 0;

JSON

Tools will be exported in JSON format.

JSON = 2;

JSON_VALUE

Tools will be exported in 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()