Interface GoogleCloudFunctionsEndpointBuilderFactory.AdvancedGoogleCloudFunctionsEndpointBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
- GoogleCloudFunctionsEndpointBuilderFactory
public static interface GoogleCloudFunctionsEndpointBuilderFactory.AdvancedGoogleCloudFunctionsEndpointBuilder extends org.apache.camel.builder.EndpointProducerBuilderAdvanced builder for endpoint for the Google Cloud Functions component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsEndpointBuilderbasic()default GoogleCloudFunctionsEndpointBuilderFactory.AdvancedGoogleCloudFunctionsEndpointBuilderclient(com.google.cloud.functions.v1.CloudFunctionsServiceClient client)The client to use during service invocation.default GoogleCloudFunctionsEndpointBuilderFactory.AdvancedGoogleCloudFunctionsEndpointBuilderclient(String client)The client to use during service invocation.
-
-
-
Method Detail
-
basic
default GoogleCloudFunctionsEndpointBuilderFactory.GoogleCloudFunctionsEndpointBuilder basic()
-
client
default GoogleCloudFunctionsEndpointBuilderFactory.AdvancedGoogleCloudFunctionsEndpointBuilder client(com.google.cloud.functions.v1.CloudFunctionsServiceClient client)
The client to use during service invocation. The option is a: <code>com.google.cloud.functions.v1.CloudFunctionsServiceClient</code> type. Group: advanced- Parameters:
client- the value to set- Returns:
- the dsl builder
-
client
default GoogleCloudFunctionsEndpointBuilderFactory.AdvancedGoogleCloudFunctionsEndpointBuilder client(String client)
The client to use during service invocation. The option will be converted to a <code>com.google.cloud.functions.v1.CloudFunctionsServiceClient</code> type. Group: advanced- Parameters:
client- the value to set- Returns:
- the dsl builder
-
-