Uses of Class
com.google.genai.types.PartialArg
Packages that use PartialArg
-
Uses of PartialArg in com.google.genai.types
Methods in com.google.genai.types that return PartialArgModifier and TypeMethodDescriptionabstract PartialArgPartialArg.Builder.build()static PartialArgDeserializes a JSON string to a PartialArg object.Methods in com.google.genai.types that return types with arguments of type PartialArgModifier and TypeMethodDescriptionabstract Optional<List<PartialArg>>FunctionCall.partialArgs()Optional.Methods in com.google.genai.types with parameters of type PartialArgModifier and TypeMethodDescriptionFunctionCall.Builder.partialArgs(PartialArg... partialArgs) Setter for partialArgs.Method parameters in com.google.genai.types with type arguments of type PartialArgModifier and TypeMethodDescriptionabstract FunctionCall.BuilderFunctionCall.Builder.partialArgs(List<PartialArg> partialArgs) Setter for partialArgs.