Package com.google.genai.types
Class DeleteFileSearchStoreParameters
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.DeleteFileSearchStoreParameters
Config for file_search_stores.delete parameters.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for DeleteFileSearchStoreParameters. -
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 DeleteFileSearchStoreParameters.abstract Optional<DeleteFileSearchStoreConfig>config()Optional parameters for the request.Deserializes a JSON string to a DeleteFileSearchStoreParameters object.name()The resource name of the FileSearchStore.Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
setMaxReadLength, stringToJsonNode, toJson
-
Constructor Details
-
DeleteFileSearchStoreParameters
public DeleteFileSearchStoreParameters()
-
-
Method Details
-
name
The resource name of the FileSearchStore. Example: `fileSearchStores/my-file-search-store-123` -
config
Optional parameters for the request. -
builder
Instantiates a builder for DeleteFileSearchStoreParameters. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a DeleteFileSearchStoreParameters object.
-