Package com.google.genai.types
Class ListCachedContentsResponse
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.ListCachedContentsResponse
None
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for ListCachedContentsResponse. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Instantiates a builder for ListCachedContentsResponse.abstract Optional<List<CachedContent>>List of cached contents.static ListCachedContentsResponseDeserializes a JSON string to a ListCachedContentsResponse object.abstract ListCachedContentsResponse.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
toJson
-
Constructor Details
-
ListCachedContentsResponse
public ListCachedContentsResponse()
-
-
Method Details
-
nextPageToken
-
cachedContents
List of cached contents. -
builder
Instantiates a builder for ListCachedContentsResponse. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a ListCachedContentsResponse object.
-