Uses of Class
org.apache.camel.component.google.functions.GoogleCloudFunctionsConfiguration
-
-
Uses of GoogleCloudFunctionsConfiguration in org.apache.camel.component.google.functions
Methods in org.apache.camel.component.google.functions that return GoogleCloudFunctionsConfiguration Modifier and Type Method Description GoogleCloudFunctionsConfiguration
GoogleCloudFunctionsConfiguration. copy()
GoogleCloudFunctionsConfiguration
GoogleCloudFunctionsComponent. getConfiguration()
GoogleCloudFunctionsConfiguration
GoogleCloudFunctionsEndpoint. getConfiguration()
Methods in org.apache.camel.component.google.functions with parameters of type GoogleCloudFunctionsConfiguration Modifier and Type Method Description static com.google.cloud.functions.v1.CloudFunctionsServiceClient
GoogleCloudFunctionsClientFactory. create(org.apache.camel.CamelContext context, GoogleCloudFunctionsConfiguration configuration)
void
GoogleCloudFunctionsEndpoint. setConfiguration(GoogleCloudFunctionsConfiguration configuration)
Setup configurationConstructors in org.apache.camel.component.google.functions with parameters of type GoogleCloudFunctionsConfiguration Constructor Description GoogleCloudFunctionsEndpoint(String uri, GoogleCloudFunctionsComponent component, GoogleCloudFunctionsConfiguration configuration)
-