public static enum BulkUploadFeedbackLabelsRequest.GcsSource.Format extends Enum<BulkUploadFeedbackLabelsRequest.GcsSource.Format> implements com.google.protobuf.ProtocolMessageEnum
All permissible file formats.Protobuf enum
google.cloud.contactcenterinsights.v1.BulkUploadFeedbackLabelsRequest.GcsSource.Format| Enum Constant and Description |
|---|
CSV
CSV format.
|
FORMAT_UNSPECIFIED
Unspecified format.
|
JSON
JSON format.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CSV_VALUE
CSV format.
|
static int |
FORMAT_UNSPECIFIED_VALUE
Unspecified format.
|
static int |
JSON_VALUE
JSON format.
|
| Modifier and Type | Method and Description |
|---|---|
static BulkUploadFeedbackLabelsRequest.GcsSource.Format |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<BulkUploadFeedbackLabelsRequest.GcsSource.Format> |
internalGetValueMap() |
static BulkUploadFeedbackLabelsRequest.GcsSource.Format |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BulkUploadFeedbackLabelsRequest.GcsSource.Format |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static BulkUploadFeedbackLabelsRequest.GcsSource.Format |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BulkUploadFeedbackLabelsRequest.GcsSource.Format[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BulkUploadFeedbackLabelsRequest.GcsSource.Format FORMAT_UNSPECIFIED
Unspecified format.
FORMAT_UNSPECIFIED = 0;public static final BulkUploadFeedbackLabelsRequest.GcsSource.Format CSV
CSV format.
CSV = 1;public static final BulkUploadFeedbackLabelsRequest.GcsSource.Format JSON
JSON format.
JSON = 2;public static final BulkUploadFeedbackLabelsRequest.GcsSource.Format UNRECOGNIZED
public static final int FORMAT_UNSPECIFIED_VALUE
Unspecified format.
FORMAT_UNSPECIFIED = 0;public static final int CSV_VALUE
CSV format.
CSV = 1;public static final int JSON_VALUE
JSON format.
JSON = 2;public static BulkUploadFeedbackLabelsRequest.GcsSource.Format[] values()
for (BulkUploadFeedbackLabelsRequest.GcsSource.Format c : BulkUploadFeedbackLabelsRequest.GcsSource.Format.values()) System.out.println(c);
public static BulkUploadFeedbackLabelsRequest.GcsSource.Format valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static BulkUploadFeedbackLabelsRequest.GcsSource.Format valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static BulkUploadFeedbackLabelsRequest.GcsSource.Format forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<BulkUploadFeedbackLabelsRequest.GcsSource.Format> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static BulkUploadFeedbackLabelsRequest.GcsSource.Format valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.