| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointBuilder |
StaticEndpointBuilders.googleStorage(String path)
Google Storage (camel-google-storage)
Store and retrieve objects from Google Cloud Storage Service using the
google-cloud-storage library.
|
static GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointBuilder |
StaticEndpointBuilders.googleStorage(String componentName,
String path)
Google Storage (camel-google-storage)
Store and retrieve objects from Google Cloud Storage Service using the
google-cloud-storage library.
|
| Modifier and Type | Method and Description |
|---|---|
default GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointBuilder |
GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointBuilder.autoCreateBucket(boolean autoCreateBucket)
Setting the autocreation of the bucket bucketName.
|
default GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointBuilder |
GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointBuilder.autoCreateBucket(String autoCreateBucket)
Setting the autocreation of the bucket bucketName.
|
default GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointBuilder |
GoogleCloudStorageEndpointBuilderFactory.AdvancedGoogleCloudStorageEndpointBuilder.basic() |
static GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointBuilder |
GoogleCloudStorageEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointBuilder |
GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageBuilders.googleStorage(String path)
Google Storage (camel-google-storage)
Store and retrieve objects from Google Cloud Storage Service using
the google-cloud-storage library.
|
default GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointBuilder |
GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageBuilders.googleStorage(String componentName,
String path)
Google Storage (camel-google-storage)
Store and retrieve objects from Google Cloud Storage Service using
the google-cloud-storage library.
|
default GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointBuilder |
GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointBuilder.serviceAccountKey(String serviceAccountKey)
The Service account key that can be used as credentials for the
Storage client.
|
default GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointBuilder |
GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointBuilder.storageClass(Object storageClass)
The Cloud Storage class to use when creating the new buckets.
|
default GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointBuilder |
GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointBuilder.storageClass(String storageClass)
The Cloud Storage class to use when creating the new buckets.
|
default GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointBuilder |
GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointBuilder.storageClient(Object storageClient)
The storage client.
|
default GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointBuilder |
GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointBuilder.storageClient(String storageClient)
The storage client.
|
default GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointBuilder |
GoogleCloudStorageEndpointBuilderFactory.GoogleCloudStorageEndpointBuilder.storageLocation(String storageLocation)
The Cloud Storage location to use when creating the new buckets.
|
Apache Camel