public enum DocumentProcessingMode extends Enum<DocumentProcessingMode> implements com.google.protobuf.ProtocolMessageEnum
The document processing mode of the data store.Protobuf enum
google.cloud.dialogflow.cx.v3.DocumentProcessingMode| Enum Constant and Description |
|---|
CHUNKS
Documents are converted to chunks.
|
DOCUMENT_PROCESSING_MODE_UNSPECIFIED
Not specified.
|
DOCUMENTS
Documents are processed as documents.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CHUNKS_VALUE
Documents are converted to chunks.
|
static int |
DOCUMENT_PROCESSING_MODE_UNSPECIFIED_VALUE
Not specified.
|
static int |
DOCUMENTS_VALUE
Documents are processed as documents.
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentProcessingMode |
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<DocumentProcessingMode> |
internalGetValueMap() |
static DocumentProcessingMode |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DocumentProcessingMode |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DocumentProcessingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentProcessingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentProcessingMode DOCUMENT_PROCESSING_MODE_UNSPECIFIED
Not specified. This should be set for STRUCTURED type data stores. Due to legacy reasons this is considered as DOCUMENTS for STRUCTURED and PUBLIC_WEB data stores.
DOCUMENT_PROCESSING_MODE_UNSPECIFIED = 0;public static final DocumentProcessingMode DOCUMENTS
Documents are processed as documents.
DOCUMENTS = 1;public static final DocumentProcessingMode CHUNKS
Documents are converted to chunks.
CHUNKS = 2;public static final DocumentProcessingMode UNRECOGNIZED
public static final int DOCUMENT_PROCESSING_MODE_UNSPECIFIED_VALUE
Not specified. This should be set for STRUCTURED type data stores. Due to legacy reasons this is considered as DOCUMENTS for STRUCTURED and PUBLIC_WEB data stores.
DOCUMENT_PROCESSING_MODE_UNSPECIFIED = 0;public static final int DOCUMENTS_VALUE
Documents are processed as documents.
DOCUMENTS = 1;public static final int CHUNKS_VALUE
Documents are converted to chunks.
CHUNKS = 2;public static DocumentProcessingMode[] values()
for (DocumentProcessingMode c : DocumentProcessingMode.values()) System.out.println(c);
public static DocumentProcessingMode 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 DocumentProcessingMode valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static DocumentProcessingMode forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<DocumentProcessingMode> 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 DocumentProcessingMode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.