Uses of Enum
com.google.genai.types.SafetyPolicy.Known
Packages that use SafetyPolicy.Known
-
Uses of SafetyPolicy.Known in com.google.genai.types
Methods in com.google.genai.types that return SafetyPolicy.KnownModifier and TypeMethodDescriptionSafetyPolicy.knownEnum()static SafetyPolicy.KnownReturns the enum constant of this type with the specified name.static SafetyPolicy.Known[]SafetyPolicy.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 SafetyPolicy.KnownModifier and TypeMethodDescriptionComputerUse.Builder.disabledSafetyPolicies(SafetyPolicy.Known... knownTypes) Setter for disabledSafetyPolicies given a varargs of known enums.Method parameters in com.google.genai.types with type arguments of type SafetyPolicy.KnownModifier and TypeMethodDescriptionComputerUse.Builder.disabledSafetyPoliciesFromKnown(List<SafetyPolicy.Known> knownTypes) Setter for disabledSafetyPolicies given a list of known enums.Constructors in com.google.genai.types with parameters of type SafetyPolicy.Known