public static enum IngestConversationsRequest.GcsSource.BucketObjectType extends Enum<IngestConversationsRequest.GcsSource.BucketObjectType> implements com.google.protobuf.ProtocolMessageEnum
google.cloud.contactcenterinsights.v1.IngestConversationsRequest.GcsSource.BucketObjectType| Enum Constant and Description |
|---|
AUDIO
The object is an audio file.
|
BUCKET_OBJECT_TYPE_UNSPECIFIED
The object type is unspecified and will default to `TRANSCRIPT`.
|
TRANSCRIPT
The object is a transcript.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
AUDIO_VALUE
The object is an audio file.
|
static int |
BUCKET_OBJECT_TYPE_UNSPECIFIED_VALUE
The object type is unspecified and will default to `TRANSCRIPT`.
|
static int |
TRANSCRIPT_VALUE
The object is a transcript.
|
| Modifier and Type | Method and Description |
|---|---|
static IngestConversationsRequest.GcsSource.BucketObjectType |
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<IngestConversationsRequest.GcsSource.BucketObjectType> |
internalGetValueMap() |
static IngestConversationsRequest.GcsSource.BucketObjectType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static IngestConversationsRequest.GcsSource.BucketObjectType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static IngestConversationsRequest.GcsSource.BucketObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IngestConversationsRequest.GcsSource.BucketObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IngestConversationsRequest.GcsSource.BucketObjectType BUCKET_OBJECT_TYPE_UNSPECIFIED
The object type is unspecified and will default to `TRANSCRIPT`.
BUCKET_OBJECT_TYPE_UNSPECIFIED = 0;public static final IngestConversationsRequest.GcsSource.BucketObjectType TRANSCRIPT
The object is a transcript.
TRANSCRIPT = 1;public static final IngestConversationsRequest.GcsSource.BucketObjectType AUDIO
The object is an audio file.
AUDIO = 2;public static final IngestConversationsRequest.GcsSource.BucketObjectType UNRECOGNIZED
public static final int BUCKET_OBJECT_TYPE_UNSPECIFIED_VALUE
The object type is unspecified and will default to `TRANSCRIPT`.
BUCKET_OBJECT_TYPE_UNSPECIFIED = 0;public static final int TRANSCRIPT_VALUE
The object is a transcript.
TRANSCRIPT = 1;public static final int AUDIO_VALUE
The object is an audio file.
AUDIO = 2;public static IngestConversationsRequest.GcsSource.BucketObjectType[] values()
for (IngestConversationsRequest.GcsSource.BucketObjectType c : IngestConversationsRequest.GcsSource.BucketObjectType.values()) System.out.println(c);
public static IngestConversationsRequest.GcsSource.BucketObjectType 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 IngestConversationsRequest.GcsSource.BucketObjectType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static IngestConversationsRequest.GcsSource.BucketObjectType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<IngestConversationsRequest.GcsSource.BucketObjectType> 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 IngestConversationsRequest.GcsSource.BucketObjectType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.