delta



public final StepDelta.Builder delta(JsonField<StepDelta.Delta> 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).


public final StepDelta.Builder delta(ArgumentsDelta arguments)

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).


public final StepDelta.Builder delta(StepDelta.Delta.CodeExecutionResult codeExecutionResult)

Alias for calling delta with Delta.ofCodeExecutionResult(codeExecutionResult).


public final StepDelta.Builder delta(UrlContextResultDelta urlContextResult)

Alias for calling delta with Delta.ofUrlContextResult(urlContextResult).


public final StepDelta.Builder delta(GoogleSearchResultDelta googleSearchResult)

Alias for calling delta with Delta.ofGoogleSearchResult(googleSearchResult).


public final StepDelta.Builder delta(StepDelta.Delta.McpServerToolResult mcpServerToolResult)

Alias for calling delta with Delta.ofMcpServerToolResult(mcpServerToolResult).


Alias for calling delta with Delta.ofFileSearchResult(fileSearchResult).


Alias for calling delta with Delta.ofGoogleMapsResult(googleMapsResult).


public final StepDelta.Builder delta(FunctionResultDelta functionResult)

Alias for calling delta with Delta.ofFunctionResult(functionResult).