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