Package com.google.genai.types
Class CreateFileSearchStoreConfig
-
- All Implemented Interfaces:
public abstract class CreateFileSearchStoreConfig extends JsonSerializable
Optional parameters for creating a file search store.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public abstract classCreateFileSearchStoreConfig.BuilderBuilder for CreateFileSearchStoreConfig.
-
Field Summary
Fields Modifier and Type Field Description public final static StringMAX_READ_LENGTH_PROPERTY
-
Constructor Summary
Constructors Constructor Description CreateFileSearchStoreConfig()
-
Method Summary
Modifier and Type Method Description abstract Optional<HttpOptions>httpOptions()Used to override HTTP request options. abstract Optional<String>displayName()The human-readable display name for the file search store. static CreateFileSearchStoreConfig.Builderbuilder()Instantiates a builder for CreateFileSearchStoreConfig. abstract CreateFileSearchStoreConfig.BuildertoBuilder()Creates a builder with the same values as this instance. static CreateFileSearchStoreConfigfromJson(String jsonString)Deserializes a JSON string to a CreateFileSearchStoreConfig 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
-
httpOptions
abstract Optional<HttpOptions> httpOptions()
Used to override HTTP request options.
-
displayName
abstract Optional<String> displayName()
The human-readable display name for the file search store.
-
builder
static CreateFileSearchStoreConfig.Builder builder()
Instantiates a builder for CreateFileSearchStoreConfig.
-
toBuilder
abstract CreateFileSearchStoreConfig.Builder toBuilder()
Creates a builder with the same values as this instance.
-
fromJson
static CreateFileSearchStoreConfig fromJson(String jsonString)
Deserializes a JSON string to a CreateFileSearchStoreConfig object.
-
-
-
-