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