Package com.google.genai.types
Class GetFileSearchStoreParameters
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.GetFileSearchStoreParameters
Config for file_search_stores.get parameters.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for GetFileSearchStoreParameters. -
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 GetFileSearchStoreParameters.abstract Optional<GetFileSearchStoreConfig>config()Optional parameters for the request.static GetFileSearchStoreParametersDeserializes a JSON string to a GetFileSearchStoreParameters object.name()The resource name of the FileSearchStore.abstract GetFileSearchStoreParameters.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
setMaxReadLength, stringToJsonNode, toJson
-
Constructor Details
-
GetFileSearchStoreParameters
public GetFileSearchStoreParameters()
-
-
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 GetFileSearchStoreParameters. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a GetFileSearchStoreParameters object.
-