default GoogleSecretManagerEndpointBuilderFactory.GoogleSecretManagerEndpointBuilder |
GoogleSecretManagerEndpointBuilderFactory.AdvancedGoogleSecretManagerEndpointBuilder.basic() |
|
static GoogleSecretManagerEndpointBuilderFactory.GoogleSecretManagerEndpointBuilder |
GoogleSecretManagerEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
|
default GoogleSecretManagerEndpointBuilderFactory.GoogleSecretManagerEndpointBuilder |
GoogleSecretManagerEndpointBuilderFactory.GoogleSecretManagerBuilders.googleSecretManager(String path) |
Google Secret Manager (camel-google-secret-manager)
Manage Google Secret Manager Secrets
Category: cloud
Since: 3.16
Maven coordinates: org.apache.camel:camel-google-secret-manager
Syntax: google-secret-manager:project
Path parameter: project (required)
The Google Cloud Project Id name related to the Secret Manager
|
default GoogleSecretManagerEndpointBuilderFactory.GoogleSecretManagerEndpointBuilder |
GoogleSecretManagerEndpointBuilderFactory.GoogleSecretManagerBuilders.googleSecretManager(String componentName,
String path) |
Google Secret Manager (camel-google-secret-manager)
Manage Google Secret Manager Secrets
Category: cloud
Since: 3.16
Maven coordinates: org.apache.camel:camel-google-secret-manager
Syntax: google-secret-manager:project
Path parameter: project (required)
The Google Cloud Project Id name related to the Secret Manager
|
default GoogleSecretManagerEndpointBuilderFactory.GoogleSecretManagerEndpointBuilder |
GoogleSecretManagerEndpointBuilderFactory.GoogleSecretManagerEndpointBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default GoogleSecretManagerEndpointBuilderFactory.GoogleSecretManagerEndpointBuilder |
GoogleSecretManagerEndpointBuilderFactory.GoogleSecretManagerEndpointBuilder.lazyStartProducer(String lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default GoogleSecretManagerEndpointBuilderFactory.GoogleSecretManagerEndpointBuilder |
GoogleSecretManagerEndpointBuilderFactory.GoogleSecretManagerEndpointBuilder.operation(String operation) |
The operation to perform on the producer.
|
default GoogleSecretManagerEndpointBuilderFactory.GoogleSecretManagerEndpointBuilder |
GoogleSecretManagerEndpointBuilderFactory.GoogleSecretManagerEndpointBuilder.operation(org.apache.camel.component.google.secret.manager.GoogleSecretManagerOperations operation) |
The operation to perform on the producer.
|
default GoogleSecretManagerEndpointBuilderFactory.GoogleSecretManagerEndpointBuilder |
GoogleSecretManagerEndpointBuilderFactory.GoogleSecretManagerEndpointBuilder.pojoRequest(boolean pojoRequest) |
Specifies if the request is a pojo request.
|
default GoogleSecretManagerEndpointBuilderFactory.GoogleSecretManagerEndpointBuilder |
GoogleSecretManagerEndpointBuilderFactory.GoogleSecretManagerEndpointBuilder.pojoRequest(String pojoRequest) |
Specifies if the request is a pojo request.
|
default GoogleSecretManagerEndpointBuilderFactory.GoogleSecretManagerEndpointBuilder |
GoogleSecretManagerEndpointBuilderFactory.GoogleSecretManagerEndpointBuilder.serviceAccountKey(String serviceAccountKey) |
Service account key to authenticate an application as a service
account.
|