Uses of Class
org.springframework.ai.google.genai.cache.GoogleGenAiCachedContent.Builder
Packages that use GoogleGenAiCachedContent.Builder
-
Uses of GoogleGenAiCachedContent.Builder in org.springframework.ai.google.genai.cache
Methods in org.springframework.ai.google.genai.cache that return GoogleGenAiCachedContent.BuilderModifier and TypeMethodDescriptionGoogleGenAiCachedContent.builder()GoogleGenAiCachedContent.Builder.createTime(@Nullable Instant createTime) GoogleGenAiCachedContent.Builder.displayName(@Nullable String displayName) GoogleGenAiCachedContent.Builder.expireTime(@Nullable Instant expireTime) GoogleGenAiCachedContent.Builder.systemInstruction(@Nullable com.google.genai.types.Content systemInstruction) GoogleGenAiCachedContent.Builder.updateTime(@Nullable Instant updateTime) GoogleGenAiCachedContent.Builder.usageMetadata(@Nullable com.google.genai.types.CachedContentUsageMetadata usageMetadata)