Uses of Interface
com.google.adk.artifacts.BaseArtifactService
Packages that use BaseArtifactService
-
Uses of BaseArtifactService in com.google.adk.agents
Methods in com.google.adk.agents that return BaseArtifactServiceMethods in com.google.adk.agents with parameters of type BaseArtifactServiceModifier and TypeMethodDescriptionstatic InvocationContext
InvocationContext.create
(BaseSessionService sessionService, BaseArtifactService artifactService, BaseAgent agent, Session session, LiveRequestQueue liveRequestQueue, RunConfig runConfig) static InvocationContext
InvocationContext.create
(BaseSessionService sessionService, BaseArtifactService artifactService, String invocationId, BaseAgent agent, Session session, com.google.genai.types.Content userContent, RunConfig runConfig) -
Uses of BaseArtifactService in com.google.adk.artifacts
Classes in com.google.adk.artifacts that implement BaseArtifactServiceModifier and TypeClassDescriptionfinal class
An artifact service implementation using Google Cloud Storage (GCS).final class
An in-memory implementation of theBaseArtifactService
. -
Uses of BaseArtifactService in com.google.adk.runner
Methods in com.google.adk.runner that return BaseArtifactServiceConstructors in com.google.adk.runner with parameters of type BaseArtifactServiceModifierConstructorDescriptionRunner
(BaseAgent agent, String appName, BaseArtifactService artifactService, BaseSessionService sessionService)