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