Uses of Enum
com.google.genai.types.FileState.Known
Packages that use FileState.Known
-
Uses of FileState.Known in com.google.genai.types
Methods in com.google.genai.types that return FileState.KnownModifier and TypeMethodDescriptionFileState.knownEnum()
static FileState.Known
Returns the enum constant of this type with the specified name.static FileState.Known[]
FileState.Known.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.genai.types with parameters of type FileState.KnownModifier and TypeMethodDescriptionFile.Builder.state
(FileState.Known knownType) Setter for state given a known enum.Constructors in com.google.genai.types with parameters of type FileState.Known