Uses of Class
com.google.genai.types.CreateCachedContentConfig.Builder
Packages that use CreateCachedContentConfig.Builder
-
Uses of CreateCachedContentConfig.Builder in com.google.genai.types
Methods in com.google.genai.types that return CreateCachedContentConfig.BuilderModifier and TypeMethodDescriptionCreateCachedContentConfig.builder()Instantiates a builder for CreateCachedContentConfig.CreateCachedContentConfig.Builder.clearContents()Clears the value of contents field.CreateCachedContentConfig.Builder.clearDisplayName()Clears the value of displayName field.CreateCachedContentConfig.Builder.clearExpireTime()Clears the value of expireTime field.CreateCachedContentConfig.Builder.clearHttpOptions()Clears the value of httpOptions field.CreateCachedContentConfig.Builder.clearKmsKeyName()Clears the value of kmsKeyName field.CreateCachedContentConfig.Builder.clearSystemInstruction()Clears the value of systemInstruction field.CreateCachedContentConfig.Builder.clearToolConfig()Clears the value of toolConfig field.CreateCachedContentConfig.Builder.clearTools()Clears the value of tools field.CreateCachedContentConfig.Builder.clearTtl()Clears the value of ttl field.Setter for contents.CreateCachedContentConfig.Builder.contents(Content.Builder... contentsBuilders) Setter for contents builder.abstract CreateCachedContentConfig.BuilderSetter for contents.abstract CreateCachedContentConfig.BuilderCreateCachedContentConfig.Builder.displayName(String displayName) Setter for displayName.abstract CreateCachedContentConfig.BuilderCreateCachedContentConfig.Builder.expireTime(Instant expireTime) Setter for expireTime.abstract CreateCachedContentConfig.BuilderCreateCachedContentConfig.Builder.httpOptions(HttpOptions httpOptions) Setter for httpOptions.CreateCachedContentConfig.Builder.httpOptions(HttpOptions.Builder httpOptionsBuilder) Setter for httpOptions builder.abstract CreateCachedContentConfig.BuilderCreateCachedContentConfig.Builder.kmsKeyName(String kmsKeyName) Setter for kmsKeyName.abstract CreateCachedContentConfig.BuilderCreateCachedContentConfig.Builder.systemInstruction(Content systemInstruction) Setter for systemInstruction.CreateCachedContentConfig.Builder.systemInstruction(Content.Builder systemInstructionBuilder) Setter for systemInstruction builder.abstract CreateCachedContentConfig.BuilderCreateCachedContentConfig.toBuilder()Creates a builder with the same values as this instance.abstract CreateCachedContentConfig.BuilderCreateCachedContentConfig.Builder.toolConfig(ToolConfig toolConfig) Setter for toolConfig.CreateCachedContentConfig.Builder.toolConfig(ToolConfig.Builder toolConfigBuilder) Setter for toolConfig builder.Setter for tools.CreateCachedContentConfig.Builder.tools(Tool.Builder... toolsBuilders) Setter for tools builder.abstract CreateCachedContentConfig.BuilderSetter for tools.abstract CreateCachedContentConfig.BuilderSetter for ttl.Methods in com.google.genai.types with parameters of type CreateCachedContentConfig.BuilderModifier and TypeMethodDescriptionCreateCachedContentParameters.Builder.config(CreateCachedContentConfig.Builder configBuilder) Setter for config builder.