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