Enum Class FunctionType
- All Implemented Interfaces:
Serializable,Comparable<FunctionType>,Constable
Type of the function to be launched for your test.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionA function that implementscom.google.cloud.functions.BackgroundFunction.A function that implementscom.google.cloud.functions.CloudEventsFunction.A Funqy background function.A Funqy cloud events function.A function that implementscom.google.cloud.functions.HttpFunction.A function that implementscom.google.cloud.functions.RawBackgroundFunction. -
Method Summary
Modifier and TypeMethodDescriptionstatic FunctionTypeReturns the enum constant of this class with the specified name.static FunctionType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
HTTP
A function that implementscom.google.cloud.functions.HttpFunction. -
BACKGROUND
A function that implementscom.google.cloud.functions.BackgroundFunction. -
RAW_BACKGROUND
A function that implementscom.google.cloud.functions.RawBackgroundFunction. -
CLOUD_EVENTS
A function that implementscom.google.cloud.functions.CloudEventsFunction. -
FUNQY_BACKGROUND
A Funqy background function. -
FUNQY_CLOUD_EVENTS
A Funqy cloud events function.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getTarget
-
getSignatureType
-
getFunctionProperty
-