retrieval Types
public final Tool.Retrieval.Builder retrievalTypes(List<Tool.Retrieval.RetrievalType> retrievalTypes)
The types of file retrieval to enable.
public final Tool.Retrieval.Builder retrievalTypes(JsonField<List<Tool.Retrieval.RetrievalType>> retrievalTypes)
Sets Builder.retrievalTypes to an arbitrary JSON value.
You should usually call Builder.retrievalTypes with a well-typed List<RetrievalType> value instead. This method is primarily for setting the field to an undocumented or not yet supported value.