Package com.google.genai.types
Class DeleteCachedContentConfig
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.DeleteCachedContentConfig
Optional parameters for caches.delete method.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for DeleteCachedContentConfig. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Instantiates a builder for DeleteCachedContentConfig.static DeleteCachedContentConfig
Deserializes a JSON string to a DeleteCachedContentConfig object.abstract Optional<HttpOptions>
Used to override HTTP request options.abstract DeleteCachedContentConfig.Builder
Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
DeleteCachedContentConfig
public DeleteCachedContentConfig()
-
-
Method Details
-
httpOptions
Used to override HTTP request options. -
builder
Instantiates a builder for DeleteCachedContentConfig. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a DeleteCachedContentConfig object.
-