Uses of Class
com.google.genai.types.FunctionCallingConfig.Builder
Packages that use FunctionCallingConfig.Builder
-
Uses of FunctionCallingConfig.Builder in com.google.genai.types
Methods in com.google.genai.types that return FunctionCallingConfig.BuilderModifier and TypeMethodDescriptionFunctionCallingConfig.Builder.allowedFunctionNames(String... allowedFunctionNames) Setter for allowedFunctionNames.abstract FunctionCallingConfig.BuilderFunctionCallingConfig.Builder.allowedFunctionNames(List<String> allowedFunctionNames) Setter for allowedFunctionNames.FunctionCallingConfig.builder()Instantiates a builder for FunctionCallingConfig.abstract FunctionCallingConfig.BuilderFunctionCallingConfig.Builder.mode(FunctionCallingConfigMode mode) Setter for mode.FunctionCallingConfig.Builder.mode(FunctionCallingConfigMode.Known knownType) Setter for mode given a known enum.Setter for mode given a string.abstract FunctionCallingConfig.BuilderFunctionCallingConfig.toBuilder()Creates a builder with the same values as this instance.Methods in com.google.genai.types with parameters of type FunctionCallingConfig.BuilderModifier and TypeMethodDescriptionToolConfig.Builder.functionCallingConfig(FunctionCallingConfig.Builder functionCallingConfigBuilder) Setter for functionCallingConfig builder.