Interface GoogleCloudFunctionsConstants
-
public interface GoogleCloudFunctionsConstants
-
-
Field Summary
Fields Modifier and Type Field Description static String
ENTRY_POINT
static String
OPERATION
static String
RESPONSE_OBJECT
static String
RUNTIME
static String
SOURCE_ARCHIVE_URL
-
-
-
Field Detail
-
OPERATION
@Metadata(description="The operation to perform", javaType="org.apache.camel.component.google.functions.GoogleCloudFunctionsOperations") static final String OPERATION
- See Also:
- Constant Field Values
-
ENTRY_POINT
@Metadata(description="The name of the function (as defined in source code) that will be executed. Used for createFunction operation", javaType="String") static final String ENTRY_POINT
- See Also:
- Constant Field Values
-
RUNTIME
@Metadata(description="The runtime in which to run the function.\n\nPossible values are:\n\n* `nodejs10`\n* `nodejs12`\n* `nodejs14`\n* `python37`\n* `python38`\n* `python39`\n* `go111`\n* `go113`\n* `java11`\n* `dotnet3`\n* `ruby26`\n* `nodejs6`\n* `nodejs8`\n\nUsed for createFunction operation.", javaType="String") static final String RUNTIME
- See Also:
- Constant Field Values
-
SOURCE_ARCHIVE_URL
@Metadata(description="The Google Cloud Storage URL, starting with `gs://`, pointing to the zip archive which contains the function. Used for createFunction operation.", javaType="String") static final String SOURCE_ARCHIVE_URL
- See Also:
- Constant Field Values
-
RESPONSE_OBJECT
@Metadata(description="The response object resulting from the Google Functions Client invocation", javaType="Object") static final String RESPONSE_OBJECT
- See Also:
- Constant Field Values
-
-