Package com.google.genai.types
Class ListFileSearchStoresResponse
-
- All Implemented Interfaces:
public abstract class ListFileSearchStoresResponse extends JsonSerializable
Config for file_search_stores.list return value.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public abstract classListFileSearchStoresResponse.BuilderBuilder for ListFileSearchStoresResponse.
-
Field Summary
Fields Modifier and Type Field Description public final static StringMAX_READ_LENGTH_PROPERTY
-
Constructor Summary
Constructors Constructor Description ListFileSearchStoresResponse()
-
Method Summary
Modifier and Type Method Description abstract Optional<HttpResponse>sdkHttpResponse()Used to retain the full HTTP response. abstract Optional<String>nextPageToken()A token, which can be sent as `page_token` to retrieve the next page. abstract Optional<List<FileSearchStore>>fileSearchStores()The returned file search stores. static ListFileSearchStoresResponse.Builderbuilder()Instantiates a builder for ListFileSearchStoresResponse. abstract ListFileSearchStoresResponse.BuildertoBuilder()Creates a builder with the same values as this instance. static ListFileSearchStoresResponsefromJson(String jsonString)Deserializes a JSON string to a ListFileSearchStoresResponse object. -
Methods inherited from class com.google.genai.JsonSerializable
fromJsonNode, fromJsonString, objectMapper, setMaxReadLength, stringToJsonNode, toJson, toJsonNode, toJsonString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
sdkHttpResponse
abstract Optional<HttpResponse> sdkHttpResponse()
Used to retain the full HTTP response.
-
nextPageToken
abstract Optional<String> nextPageToken()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no more pages.
-
fileSearchStores
abstract Optional<List<FileSearchStore>> fileSearchStores()
The returned file search stores.
-
builder
static ListFileSearchStoresResponse.Builder builder()
Instantiates a builder for ListFileSearchStoresResponse.
-
toBuilder
abstract ListFileSearchStoresResponse.Builder toBuilder()
Creates a builder with the same values as this instance.
-
fromJson
static ListFileSearchStoresResponse fromJson(String jsonString)
Deserializes a JSON string to a ListFileSearchStoresResponse object.
-
-
-
-