fileSearchStoreNames

public final Tool.FileSearch.Builder fileSearchStoreNames(List<String> fileSearchStoreNames)

The file search store names to search.


public final Tool.FileSearch.Builder fileSearchStoreNames(JsonField<List<String>> fileSearchStoreNames)

Sets Builder.fileSearchStoreNames to an arbitrary JSON value.

You should usually call Builder.fileSearchStoreNames with a well-typed List<String> value instead. This method is primarily for setting the field to an undocumented or not yet supported value.