Uses of Class
com.google.genai.types.PartialArg.Builder
Packages that use PartialArg.Builder
-
Uses of PartialArg.Builder in com.google.genai.types
Methods in com.google.genai.types that return PartialArg.BuilderModifier and TypeMethodDescriptionabstract PartialArg.BuilderPartialArg.Builder.boolValue(boolean boolValue) Setter for boolValue.static PartialArg.BuilderPartialArg.builder()Instantiates a builder for PartialArg.PartialArg.Builder.clearBoolValue()Clears the value of boolValue field.PartialArg.Builder.clearJsonPath()Clears the value of jsonPath field.PartialArg.Builder.clearNullValue()Clears the value of nullValue field.PartialArg.Builder.clearNumberValue()Clears the value of numberValue field.PartialArg.Builder.clearStringValue()Clears the value of stringValue field.PartialArg.Builder.clearWillContinue()Clears the value of willContinue field.abstract PartialArg.BuilderSetter for jsonPath.abstract PartialArg.BuilderSetter for nullValue.PartialArg.Builder.nullValue(NullValue.Known knownType) Setter for nullValue given a known enum.Setter for nullValue given a string.abstract PartialArg.BuilderPartialArg.Builder.numberValue(Double numberValue) Setter for numberValue.abstract PartialArg.BuilderPartialArg.Builder.stringValue(String stringValue) Setter for stringValue.abstract PartialArg.BuilderPartialArg.toBuilder()Creates a builder with the same values as this instance.abstract PartialArg.BuilderPartialArg.Builder.willContinue(boolean willContinue) Setter for willContinue.Methods in com.google.genai.types with parameters of type PartialArg.BuilderModifier and TypeMethodDescriptionFunctionCall.Builder.partialArgs(PartialArg.Builder... partialArgsBuilders) Setter for partialArgs builder.