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 GCSFetcherConfigGCSFetcherConfig. setBucket(String bucket)GCSFetcherConfigGCSFetcherConfig. setExtractUserMetadata(boolean extractUserMetadata)GCSFetcherConfigGCSFetcherConfig. setProjectId(String projectId)GCSFetcherConfigGCSFetcherConfig. setSpoolToTemp(boolean spoolToTemp)
-