Uses of Interface
org.apache.camel.builder.component.dsl.GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder
Packages that use GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder
-
Uses of GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.googleStorage()Google Storage (camel-google-storage) Store and retrieve objects from Google Cloud Storage Service using the google-cloud-storage library. -
Uses of GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilderModifier and TypeMethodDescriptionGoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.autoCreateBucket(boolean autoCreateBucket) Setting the autocreation of the bucket bucketName.GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.configuration(org.apache.camel.component.google.storage.GoogleCloudStorageConfiguration configuration) The component configuration.GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.deleteAfterRead(boolean deleteAfterRead) Delete objects from the bucket after they have been retrieved.GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.destinationBucket(String destinationBucket) Define the destination bucket where an object must be moved when moveAfterRead is set to true.GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.downloadFileName(String downloadFileName) The folder or filename to use when downloading the blob.A regular expression to include only blobs with name matching it.GoogleStorageComponentBuilderFactory.googleStorage()Google Storage (camel-google-storage) Store and retrieve objects from Google Cloud Storage Service using the google-cloud-storage library.GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.includeBody(boolean includeBody) If it is true, the Object exchange will be consumed and put into the body.GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.includeFolders(boolean includeFolders) If it is true, the folders/directories will be consumed.GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.moveAfterRead(boolean moveAfterRead) Move objects from the origin bucket to a different bucket after they have been retrieved.GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.objectName(String objectName) The Object name inside the bucket.GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.operation(org.apache.camel.component.google.storage.GoogleCloudStorageOperations operation) Set the operation for the producer.GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.serviceAccountKey(String serviceAccountKey) The Service account key that can be used as credentials for the Storage client.GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.storageClass(com.google.cloud.storage.StorageClass storageClass) The Cloud Storage class to use when creating the new buckets.GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.storageClient(com.google.cloud.storage.Storage storageClient) The storage client.GoogleStorageComponentBuilderFactory.GoogleStorageComponentBuilder.storageLocation(String storageLocation) The Cloud Storage location to use when creating the new buckets.