Enum BulkDownloadFeedbackLabelsRequest.GcsDestination.Format (2.54.0)

public enum BulkDownloadFeedbackLabelsRequest.GcsDestination.Format extends Enum<BulkDownloadFeedbackLabelsRequest.GcsDestination.Format> implements ProtocolMessageEnum

All permissible file formats. See records_per_file_count to override the default number of records per file.

Protobuf enum google.cloud.contactcenterinsights.v1.BulkDownloadFeedbackLabelsRequest.GcsDestination.Format

Implements

ProtocolMessageEnum

Static Fields

Name Description
CSV

CSV format. 1,000 labels are stored per CSV file by default.

CSV = 1;

CSV_VALUE

CSV format. 1,000 labels are stored per CSV file by default.

CSV = 1;

FORMAT_UNSPECIFIED

Unspecified format.

FORMAT_UNSPECIFIED = 0;

FORMAT_UNSPECIFIED_VALUE

Unspecified format.

FORMAT_UNSPECIFIED = 0;

JSON

JSON format. 1 label stored per JSON file by default.

JSON = 2;

JSON_VALUE

JSON format. 1 label stored per JSON file by default.

JSON = 2;

UNRECOGNIZED

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