Index
All Classes and Interfaces|All Packages
B
- BACKGROUND - Enum constant in enum class io.quarkus.google.cloud.functions.test.FunctionType
-
A function that implements
com.google.cloud.functions.BackgroundFunction.
C
- CLOUD_EVENTS - Enum constant in enum class io.quarkus.google.cloud.functions.test.FunctionType
-
A function that implements
com.google.cloud.functions.CloudEventsFunction. - CloudFunctionsInvoker - Class in io.quarkus.google.cloud.functions.test
- CloudFunctionsInvoker(FunctionType) - Constructor for class io.quarkus.google.cloud.functions.test.CloudFunctionsInvoker
- CloudFunctionsInvoker(FunctionType, int) - Constructor for class io.quarkus.google.cloud.functions.test.CloudFunctionsInvoker
- CloudFunctionTestResource - Class in io.quarkus.google.cloud.functions.test
-
Test resource that starts a Google Cloud Function invoker at the beginning of the test and stops it at the end.
- CloudFunctionTestResource() - Constructor for class io.quarkus.google.cloud.functions.test.CloudFunctionTestResource
F
- findAvailablePort() - Static method in class io.quarkus.google.cloud.functions.test.SocketUtil
- functionName() - Element in annotation interface io.quarkus.google.cloud.functions.test.WithFunction
- FunctionType - Enum Class in io.quarkus.google.cloud.functions.test
-
Type of the function to be launched for your test.
- FUNQY_BACKGROUND - Enum constant in enum class io.quarkus.google.cloud.functions.test.FunctionType
-
A Funqy background function.
- FUNQY_CLOUD_EVENTS - Enum constant in enum class io.quarkus.google.cloud.functions.test.FunctionType
-
A Funqy cloud events function.
G
- getFunctionProperty() - Method in enum class io.quarkus.google.cloud.functions.test.FunctionType
- getSignatureType() - Method in enum class io.quarkus.google.cloud.functions.test.FunctionType
- getTarget() - Method in enum class io.quarkus.google.cloud.functions.test.FunctionType
H
- HTTP - Enum constant in enum class io.quarkus.google.cloud.functions.test.FunctionType
-
A function that implements
com.google.cloud.functions.HttpFunction.
I
- init(WithFunction) - Method in class io.quarkus.google.cloud.functions.test.CloudFunctionTestResource
- inject(QuarkusTestResourceLifecycleManager.TestInjector) - Method in class io.quarkus.google.cloud.functions.test.CloudFunctionTestResource
- io.quarkus.google.cloud.functions.test - package io.quarkus.google.cloud.functions.test
R
- RAW_BACKGROUND - Enum constant in enum class io.quarkus.google.cloud.functions.test.FunctionType
-
A function that implements
com.google.cloud.functions.RawBackgroundFunction.
S
- SocketUtil - Class in io.quarkus.google.cloud.functions.test
- start() - Method in class io.quarkus.google.cloud.functions.test.CloudFunctionsInvoker
- start() - Method in class io.quarkus.google.cloud.functions.test.CloudFunctionTestResource
- stop() - Method in class io.quarkus.google.cloud.functions.test.CloudFunctionsInvoker
- stop() - Method in class io.quarkus.google.cloud.functions.test.CloudFunctionTestResource
V
- value() - Element in annotation interface io.quarkus.google.cloud.functions.test.WithFunction
- valueOf(String) - Static method in enum class io.quarkus.google.cloud.functions.test.FunctionType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.quarkus.google.cloud.functions.test.FunctionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WithFunction - Annotation Interface in io.quarkus.google.cloud.functions.test
-
This annotation can be used to start a Google Cloud Function for a test.
All Classes and Interfaces|All Packages