Package com.google.genai.types
Class UpdateCachedContentParameters
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.UpdateCachedContentParameters
None
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for UpdateCachedContentParameters. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Instantiates a builder for UpdateCachedContentParameters.abstract Optional<UpdateCachedContentConfig>
config()
Configuration that contains optional parameters.Deserializes a JSON string to a UpdateCachedContentParameters object.name()
The server-generated resource name of the cached content.Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
UpdateCachedContentParameters
public UpdateCachedContentParameters()
-
-
Method Details
-
name
The server-generated resource name of the cached content. -
config
Configuration that contains optional parameters. -
builder
Instantiates a builder for UpdateCachedContentParameters. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a UpdateCachedContentParameters object.
-