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