Uses of Enum
com.google.genai.types.EditMode.Known
Packages that use EditMode.Known
-
Uses of EditMode.Known in com.google.genai.types
Methods in com.google.genai.types that return EditMode.KnownModifier and TypeMethodDescriptionEditMode.knownEnum()
static EditMode.Known
Returns the enum constant of this type with the specified name.static EditMode.Known[]
EditMode.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 EditMode.KnownModifier and TypeMethodDescriptionEditImageConfig.Builder.editMode
(EditMode.Known knownType) Setter for editMode given a known enum.Constructors in com.google.genai.types with parameters of type EditMode.Known