Uses of Enum Class
com.google.adk.agents.RunConfig.StreamingMode
Packages that use RunConfig.StreamingMode
-
Uses of RunConfig.StreamingMode in com.google.adk.agents
Subclasses with type arguments of type RunConfig.StreamingMode in com.google.adk.agentsModifier and TypeClassDescriptionstatic enum
Streaming mode for the runner.Methods in com.google.adk.agents that return RunConfig.StreamingModeModifier and TypeMethodDescriptionabstract RunConfig.StreamingMode
RunConfig.streamingMode()
static RunConfig.StreamingMode
Returns the enum constant of this class with the specified name.static RunConfig.StreamingMode[]
RunConfig.StreamingMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.adk.agents with parameters of type RunConfig.StreamingModeModifier and TypeMethodDescriptionabstract RunConfig.Builder
RunConfig.Builder.setStreamingMode
(RunConfig.StreamingMode streamingMode)