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