Enum BulkUploadFeedbackLabelsRequest.GcsSource.Format (2.54.0)

public enum BulkUploadFeedbackLabelsRequest.GcsSource.Format extends Enum<BulkUploadFeedbackLabelsRequest.GcsSource.Format> implements ProtocolMessageEnum

All permissible file formats.

Protobuf enum google.cloud.contactcenterinsights.v1.BulkUploadFeedbackLabelsRequest.GcsSource.Format

Implements

ProtocolMessageEnum

Static Fields

Name Description
CSV

CSV format.

CSV = 1;

CSV_VALUE

CSV format.

CSV = 1;

FORMAT_UNSPECIFIED

Unspecified format.

FORMAT_UNSPECIFIED = 0;

FORMAT_UNSPECIFIED_VALUE

Unspecified format.

FORMAT_UNSPECIFIED = 0;

JSON

JSON format.

JSON = 2;

JSON_VALUE

JSON format.

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