Uses of Enum
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 GoogleCloudFunctionsOperationsModifier and TypeMethodDescriptionGoogleCloudFunctionsConfiguration.getOperation()
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 GoogleCloudFunctionsOperationsModifier and TypeMethodDescriptionvoid
GoogleCloudFunctionsConfiguration.setOperation
(GoogleCloudFunctionsOperations operation) The operation to perform on the producer.