Uses of Class
io.quarkus.gcp.functions.GoogleCloudFunctionInfo.FunctionType
-
-
Uses of GoogleCloudFunctionInfo.FunctionType in io.quarkus.gcp.functions
Methods in io.quarkus.gcp.functions that return GoogleCloudFunctionInfo.FunctionType Modifier and Type Method Description GoogleCloudFunctionInfo.FunctionTypeGoogleCloudFunctionInfo. getFunctionType()static GoogleCloudFunctionInfo.FunctionTypeGoogleCloudFunctionInfo.FunctionType. valueOf(String name)Returns the enum constant of this type with the specified name.static GoogleCloudFunctionInfo.FunctionType[]GoogleCloudFunctionInfo.FunctionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.gcp.functions with parameters of type GoogleCloudFunctionInfo.FunctionType Modifier and Type Method Description voidGoogleCloudFunctionInfo. setFunctionType(GoogleCloudFunctionInfo.FunctionType functionType)
-