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