Package com.google.genai.types
Class ListFileSearchStoresResponse
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.ListFileSearchStoresResponse
Config for file_search_stores.list return value.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for ListFileSearchStoresResponse. -
Field Summary
Fields inherited from class com.google.genai.JsonSerializable
MAX_READ_LENGTH_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Instantiates a builder for ListFileSearchStoresResponse.abstract Optional<List<FileSearchStore>>The returned file search stores.static ListFileSearchStoresResponseDeserializes a JSON string to a ListFileSearchStoresResponse object.abstract Optional<HttpResponse>Used to retain the full HTTP response.abstract ListFileSearchStoresResponse.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
fromJsonNode, fromJsonString, objectMapper, setMaxReadLength, stringToJsonNode, toJson, toJsonNode, toJsonString
-
Constructor Details
-
ListFileSearchStoresResponse
public ListFileSearchStoresResponse()
-
-
Method Details
-
sdkHttpResponse
Used to retain the full HTTP response. -
nextPageToken
-
fileSearchStores
The returned file search stores. -
builder
Instantiates a builder for ListFileSearchStoresResponse. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a ListFileSearchStoresResponse object.
-