Package com.google.genai.types
Class ListCachedContentsParameters
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.ListCachedContentsParameters
Parameters for caches.list method.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for ListCachedContentsParameters. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Instantiates a builder for ListCachedContentsParameters.abstract Optional<ListCachedContentsConfig>config()Configuration that contains optional parameters.static ListCachedContentsParametersDeserializes a JSON string to a ListCachedContentsParameters object.abstract ListCachedContentsParameters.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
toJson
-
Constructor Details
-
ListCachedContentsParameters
public ListCachedContentsParameters()
-
-
Method Details
-
config
Configuration that contains optional parameters. -
builder
Instantiates a builder for ListCachedContentsParameters. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a ListCachedContentsParameters object.
-