public static enum ImportRagFilesConfig.ImportSourceCase extends Enum<ImportRagFilesConfig.ImportSourceCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
GCS_SOURCE |
GOOGLE_DRIVE_SOURCE |
IMPORTSOURCE_NOT_SET |
JIRA_SOURCE |
SHARE_POINT_SOURCES |
SLACK_SOURCE |
| Modifier and Type | Method and Description |
|---|---|
static ImportRagFilesConfig.ImportSourceCase |
forNumber(int value) |
int |
getNumber() |
static ImportRagFilesConfig.ImportSourceCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ImportRagFilesConfig.ImportSourceCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportRagFilesConfig.ImportSourceCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportRagFilesConfig.ImportSourceCase GCS_SOURCE
public static final ImportRagFilesConfig.ImportSourceCase GOOGLE_DRIVE_SOURCE
public static final ImportRagFilesConfig.ImportSourceCase SLACK_SOURCE
public static final ImportRagFilesConfig.ImportSourceCase JIRA_SOURCE
public static final ImportRagFilesConfig.ImportSourceCase SHARE_POINT_SOURCES
public static final ImportRagFilesConfig.ImportSourceCase IMPORTSOURCE_NOT_SET
public static ImportRagFilesConfig.ImportSourceCase[] values()
for (ImportRagFilesConfig.ImportSourceCase c : ImportRagFilesConfig.ImportSourceCase.values()) System.out.println(c);
public static ImportRagFilesConfig.ImportSourceCase 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 null@Deprecated public static ImportRagFilesConfig.ImportSourceCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static ImportRagFilesConfig.ImportSourceCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2024 Google LLC. All rights reserved.