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
static final String OPERATION
- See Also:
- Constant Field Values
-
ENTRY_POINT
static final String ENTRY_POINT
- See Also:
- Constant Field Values
-
RUNTIME
static final String RUNTIME
- See Also:
- Constant Field Values
-
SOURCE_ARCHIVE_URL
static final String SOURCE_ARCHIVE_URL
- See Also:
- Constant Field Values
-
RESPONSE_OBJECT
static final String RESPONSE_OBJECT
- See Also:
- Constant Field Values
-
-