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