B C F G H I R S V W 
All Classes All Packages

B

BACKGROUND - io.quarkus.google.cloud.functions.test.FunctionType
A function that implements com.google.cloud.functions.BackgroundFunction.

C

CLOUD_EVENTS - 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

functionName() - Method in annotation type io.quarkus.google.cloud.functions.test.WithFunction
 
FunctionType - Enum in io.quarkus.google.cloud.functions.test
Type of the function to be launched for your test.
FUNQY_BACKGROUND - io.quarkus.google.cloud.functions.test.FunctionType
A Funqy background function.
FUNQY_CLOUD_EVENTS - io.quarkus.google.cloud.functions.test.FunctionType
A Funqy cloud events function.

G

getFunctionProperty() - Method in enum io.quarkus.google.cloud.functions.test.FunctionType
 
getSignatureType() - Method in enum io.quarkus.google.cloud.functions.test.FunctionType
 
getTarget() - Method in enum io.quarkus.google.cloud.functions.test.FunctionType
 

H

HTTP - 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 - io.quarkus.google.cloud.functions.test.FunctionType
A function that implements com.google.cloud.functions.RawBackgroundFunction.

S

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() - Method in annotation type io.quarkus.google.cloud.functions.test.WithFunction
 
valueOf(String) - Static method in enum io.quarkus.google.cloud.functions.test.FunctionType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.quarkus.google.cloud.functions.test.FunctionType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WithFunction - Annotation Type in io.quarkus.google.cloud.functions.test
This annotation can be used to start a Google Cloud Function for a test.
B C F G H I R S V W 
All Classes All Packages