Package com.google.genai.types
Class DeleteCachedContentParameters
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.DeleteCachedContentParameters
Parameters for caches.delete method.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for DeleteCachedContentParameters. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Instantiates a builder for DeleteCachedContentParameters.abstract Optional<DeleteCachedContentConfig>
config()
Optional parameters for the request.Deserializes a JSON string to a DeleteCachedContentParameters 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
-
DeleteCachedContentParameters
public DeleteCachedContentParameters()
-
-
Method Details
-
name
The server-generated resource name of the cached content. -
config
Optional parameters for the request. -
builder
Instantiates a builder for DeleteCachedContentParameters. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a DeleteCachedContentParameters object.
-