blob: f992f71efc809a8279f90d3dd3fd491e30353cab [file] [log] [blame]
{"component":{"kind":"component","name":"google-functions","title":"Google Cloud Functions","description":"Manage and invoke Google Cloud Functions","deprecated":false,"firstVersion":"3.9.0","label":"cloud","javaType":"org.apache.camel.component.google.functions.GoogleCloudFunctionsComponent","supportLevel":"Stable","groupId":"org.apache.camel","artifactId":"camel-google-functions","version":"3.18.1","scheme":"google-functions","extendsScheme":"","syntax":"google-functions:functionName","async":false,"api":false,"consumerOnly":false,"producerOnly":true,"lenientProperties":false},"headers":{"GoogleCloudFunctionsOperation":{"kind":"header","displayName":"","group":"producer","label":"","required":false,"javaType":"org.apache.camel.component.google.functions.GoogleCloudFunctionsOperations","enum":["listFunctions","getFunction","callFunction","generateDownloadUrl","generateUploadUrl","createFunction","updateFunction","deleteFunction"],"deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The operation to perform","constantName":"org.apache.camel.component.google.functions.GoogleCloudFunctionsConstants#OPERATION"},"GoogleCloudFunctionsEntryPoint":{"kind":"header","displayName":"","group":"producer","label":"","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The name of the function (as defined in source code) that will be executed. Used for createFunction operation","constantName":"org.apache.camel.component.google.functions.GoogleCloudFunctionsConstants#ENTRY_POINT"},"GoogleCloudFunctionsRuntime":{"kind":"header","displayName":"","group":"producer","label":"","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The runtime in which to run the function. Possible values are: nodejs10 nodejs12 nodejs14 python37 python38 python39 go111 go113 java11 dotnet3 ruby26 nodejs6 nodejs8 Used for createFunction operation.","constantName":"org.apache.camel.component.google.functions.GoogleCloudFunctionsConstants#RUNTIME"},"GoogleCloudFunctionsSourceArchiveUrl":{"kind":"header","displayName":"","group":"producer","label":"","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The Google Cloud Storage URL, starting with gs://, pointing to the zip archive which contains the function. Used for createFunction operation.","constantName":"org.apache.camel.component.google.functions.GoogleCloudFunctionsConstants#SOURCE_ARCHIVE_URL"},"GoogleCloudFunctionsResponseObject":{"kind":"header","displayName":"","group":"producer","label":"","required":false,"javaType":"Object","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The response object resulting from the Google Functions Client invocation","constantName":"org.apache.camel.component.google.functions.GoogleCloudFunctionsConstants#RESPONSE_OBJECT"}},"properties":{"functionName":{"kind":"path","displayName":"Function Name","group":"common","label":"common","required":true,"type":"string","javaType":"java.lang.String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.google.functions.GoogleCloudFunctionsConfiguration","configurationField":"configuration","description":"The user-defined name of the function"},"serviceAccountKey":{"kind":"parameter","displayName":"Service Account Key","group":"common","label":"common","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.google.functions.GoogleCloudFunctionsConfiguration","configurationField":"configuration","description":"Service account key to authenticate an application as a service account"},"location":{"kind":"parameter","displayName":"Location","group":"producer","label":"producer","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.google.functions.GoogleCloudFunctionsConfiguration","configurationField":"configuration","description":"The Google Cloud Location (Region) where the Function is located"},"operation":{"kind":"parameter","displayName":"Operation","group":"producer","label":"producer","required":false,"type":"object","javaType":"org.apache.camel.component.google.functions.GoogleCloudFunctionsOperations","enum":["listFunctions","getFunction","callFunction","generateDownloadUrl","generateUploadUrl","createFunction","updateFunction","deleteFunction"],"deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.google.functions.GoogleCloudFunctionsConfiguration","configurationField":"configuration","description":"The operation to perform on the producer."},"pojoRequest":{"kind":"parameter","displayName":"Pojo Request","group":"producer","label":"","required":false,"type":"boolean","javaType":"boolean","deprecated":false,"autowired":false,"secret":false,"defaultValue":false,"configurationClass":"org.apache.camel.component.google.functions.GoogleCloudFunctionsConfiguration","configurationField":"configuration","description":"Specifies if the request is a pojo request"},"project":{"kind":"parameter","displayName":"Project","group":"producer","label":"producer","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.google.functions.GoogleCloudFunctionsConfiguration","configurationField":"configuration","description":"The Google Cloud Project name where the Function is located"},"lazyStartProducer":{"kind":"parameter","displayName":"Lazy Start Producer","group":"producer (advanced)","label":"producer,advanced","required":false,"type":"boolean","javaType":"boolean","deprecated":false,"autowired":false,"secret":false,"defaultValue":false,"description":"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing."},"client":{"kind":"parameter","displayName":"Client","group":"advanced","label":"advanced","required":false,"type":"object","javaType":"com.google.cloud.functions.v1.CloudFunctionsServiceClient","deprecated":false,"deprecationNote":"","autowired":true,"secret":false,"configurationClass":"org.apache.camel.component.google.functions.GoogleCloudFunctionsConfiguration","configurationField":"configuration","description":"The client to use during service invocation."}}}