Uses of Interface
io.github.glaforge.gemini.interactions.model.Events.Delta
Packages that use Events.Delta
-
Uses of Events.Delta in io.github.glaforge.gemini.interactions.model
Classes in io.github.glaforge.gemini.interactions.model that implement Events.DeltaModifier and TypeClassDescriptionstatic final recordDelta for audio content.static final recordDelta for code execution call.static final recordDelta for code execution result.static final recordDelta for document content.static final recordDelta for file search result.static final recordDelta for function call.static final recordDelta for function result.static final recordDelta for Google Search call.static final recordDelta for Google Search result.static final recordDelta for image content.static final recordDelta for MCP server tool call.static final recordDelta for MCP server tool result.static final recordDelta for text content.static final recordDelta for thought signature.static final recordDelta for thought summary.static final recordDelta for URL context call.static final recordDelta for URL context result.static final recordDelta for video content.Methods in io.github.glaforge.gemini.interactions.model that return Events.DeltaModifier and TypeMethodDescriptionEvents.ContentDelta.delta()Returns the value of thedeltarecord component.Constructors in io.github.glaforge.gemini.interactions.model with parameters of type Events.DeltaModifierConstructorDescriptionContentDelta(Events.EventType eventType, String eventId, Integer index, Events.Delta delta) Creates an instance of aContentDeltarecord class.