Package com.google.genai.types
Class CreateFileSearchStoreParameters
-
- All Implemented Interfaces:
@InternalApi() public abstract class CreateFileSearchStoreParameters extends JsonSerializable
Config for file_search_stores.create parameters.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public abstract classCreateFileSearchStoreParameters.BuilderBuilder for CreateFileSearchStoreParameters.
-
Field Summary
Fields Modifier and Type Field Description public final static StringMAX_READ_LENGTH_PROPERTY
-
Constructor Summary
Constructors Constructor Description CreateFileSearchStoreParameters()
-
Method Summary
Modifier and Type Method Description abstract Optional<CreateFileSearchStoreConfig>config()Optional parameters for creating a file search store. static CreateFileSearchStoreParameters.Builderbuilder()Instantiates a builder for CreateFileSearchStoreParameters. abstract CreateFileSearchStoreParameters.BuildertoBuilder()Creates a builder with the same values as this instance. static CreateFileSearchStoreParametersfromJson(String jsonString)Deserializes a JSON string to a CreateFileSearchStoreParameters 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
-
config
abstract Optional<CreateFileSearchStoreConfig> config()
Optional parameters for creating a file search store.
-
builder
static CreateFileSearchStoreParameters.Builder builder()
Instantiates a builder for CreateFileSearchStoreParameters.
-
toBuilder
abstract CreateFileSearchStoreParameters.Builder toBuilder()
Creates a builder with the same values as this instance.
-
fromJson
static CreateFileSearchStoreParameters fromJson(String jsonString)
Deserializes a JSON string to a CreateFileSearchStoreParameters object.
-
-
-
-