Uses of Class
org.apache.camel.component.google.functions.GoogleCloudFunctionsOperations
-
-
Uses of GoogleCloudFunctionsOperations in org.apache.camel.component.google.functions
Methods in org.apache.camel.component.google.functions that return GoogleCloudFunctionsOperations Modifier and Type Method Description GoogleCloudFunctionsOperations
GoogleCloudFunctionsConfiguration. getOperation()
static GoogleCloudFunctionsOperations
GoogleCloudFunctionsOperations. valueOf(String name)
Returns the enum constant of this type with the specified name.static GoogleCloudFunctionsOperations[]
GoogleCloudFunctionsOperations. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.google.functions with parameters of type GoogleCloudFunctionsOperations Modifier and Type Method Description void
GoogleCloudFunctionsConfiguration. setOperation(GoogleCloudFunctionsOperations operation)
The operation to perform on the producer.
-