| Modifier and Type | Method and Description |
|---|---|
static DocumentProcessingMode |
DocumentProcessingMode.forNumber(int value) |
DocumentProcessingMode |
DataStoreConnection.getDocumentProcessingMode()
The document processing mode for the data store connection.
|
DocumentProcessingMode |
DataStoreConnection.Builder.getDocumentProcessingMode()
The document processing mode for the data store connection.
|
DocumentProcessingMode |
DataStoreConnectionOrBuilder.getDocumentProcessingMode()
The document processing mode for the data store connection.
|
static DocumentProcessingMode |
DocumentProcessingMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DocumentProcessingMode |
DocumentProcessingMode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DocumentProcessingMode |
DocumentProcessingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentProcessingMode[] |
DocumentProcessingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<DocumentProcessingMode> |
DocumentProcessingMode.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
DataStoreConnection.Builder |
DataStoreConnection.Builder.setDocumentProcessingMode(DocumentProcessingMode value)
The document processing mode for the data store connection.
|
Copyright © 2025 Google LLC. All rights reserved.