Uses of Class
com.google.genkit.plugins.firebase.session.FirestoreSessionStoreOptions.Builder
Packages that use FirestoreSessionStoreOptions.Builder
Package
Description
Firestore-backed session store for Genkit agents.
-
Uses of FirestoreSessionStoreOptions.Builder in com.google.genkit.plugins.firebase.session
Methods in com.google.genkit.plugins.firebase.session that return FirestoreSessionStoreOptions.BuilderModifier and TypeMethodDescriptionFirestoreSessionStoreOptions.builder()Creates a new builder.FirestoreSessionStoreOptions.Builder.checkpointInterval(int checkpointInterval) Sets the number of turns between full checkpoints.FirestoreSessionStoreOptions.Builder.collection(String collection) Sets the top-level collection name.FirestoreSessionStoreOptions.Builder.shardSize(int shardSize) Sets the shard size in bytes for checkpoint state.FirestoreSessionStoreOptions.Builder.snapshotPathPrefix(Function<SessionStoreOptions, String> snapshotPathPrefix) Sets the function that derives the per-tenant path prefix from the per-request store options.