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