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