Uses of Class
org.apache.tika.pipes.fetcher.gcs.config.GCSFetcherConfig
-
Packages that use GCSFetcherConfig Package Description org.apache.tika.pipes.fetcher.gcs org.apache.tika.pipes.fetcher.gcs.config -
-
Uses of GCSFetcherConfig in org.apache.tika.pipes.fetcher.gcs
Constructors in org.apache.tika.pipes.fetcher.gcs with parameters of type GCSFetcherConfig Constructor Description GCSFetcher(GCSFetcherConfig gcsFetcherConfig)
-
Uses of GCSFetcherConfig in org.apache.tika.pipes.fetcher.gcs.config
Methods in org.apache.tika.pipes.fetcher.gcs.config that return GCSFetcherConfig Modifier and Type Method Description GCSFetcherConfig
GCSFetcherConfig. setBucket(String bucket)
GCSFetcherConfig
GCSFetcherConfig. setExtractUserMetadata(boolean extractUserMetadata)
GCSFetcherConfig
GCSFetcherConfig. setProjectId(String projectId)
GCSFetcherConfig
GCSFetcherConfig. setSpoolToTemp(boolean spoolToTemp)
-