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 enumStreaming mode for the runner.Methods in com.google.adk.agents that return RunConfig.StreamingModeModifier and TypeMethodDescriptionabstract RunConfig.StreamingModeRunConfig.streamingMode()static RunConfig.StreamingModeReturns 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.BuilderRunConfig.Builder.setStreamingMode(RunConfig.StreamingMode streamingMode)