delta
Sets Builder.delta to an arbitrary JSON value.
You should usually call Builder.delta with a well-typed Delta value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
Alias for calling delta with Delta.ofText(text).
Alias for calling delta with Delta.ofImage(image).
Alias for calling delta with Delta.ofAudio(audio).
Alias for calling delta with Delta.ofDocument(document).
Alias for calling delta with Delta.ofVideo(video).
Alias for calling delta with Delta.ofThoughtSummary(thoughtSummary).
Alias for calling delta with Delta.ofThoughtSignature(thoughtSignature).
Alias for calling delta with Delta.ofTextAnnotation(textAnnotation).
Alias for calling delta with Delta.ofArguments(arguments).
Alias for calling delta with Delta.ofCodeExecutionCall(codeExecutionCall).
Alias for calling delta with Delta.ofUrlContextCall(urlContextCall).
Alias for calling delta with Delta.ofGoogleSearchCall(googleSearchCall).
Alias for calling delta with Delta.ofMcpServerToolCall(mcpServerToolCall).
Alias for calling delta with Delta.ofFileSearchCall(fileSearchCall).
Alias for calling delta with Delta.ofGoogleMapsCall(googleMapsCall).
Alias for calling delta with Delta.ofCodeExecutionResult(codeExecutionResult).
Alias for calling delta with Delta.ofUrlContextResult(urlContextResult).
Alias for calling delta with Delta.ofGoogleSearchResult(googleSearchResult).
Alias for calling delta with Delta.ofMcpServerToolResult(mcpServerToolResult).
Alias for calling delta with Delta.ofFileSearchResult(fileSearchResult).
Alias for calling delta with Delta.ofGoogleMapsResult(googleMapsResult).
Alias for calling delta with Delta.ofFunctionResult(functionResult).