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