Enum ExportEntityTypesRequest.DataFormat (0.52.0)

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

Data format of the exported entity types.

Protobuf enum google.cloud.dialogflow.cx.v3.ExportEntityTypesRequest.DataFormat

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BLOB

EntityTypes will be exported as raw bytes.

BLOB = 1;

BLOB_VALUE

EntityTypes 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_PACKAGE

EntityTypes will be exported in JSON Package format.

JSON_PACKAGE = 5;

JSON_PACKAGE_VALUE

EntityTypes will be exported in JSON Package format.

JSON_PACKAGE = 5;

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