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