aigentic
0.4.0-SNAPSHOT
common
google-cloud-function
/
community.flock.aigentic.cloud.google.function.http.dsl
Package-level
declarations
Types
Functions
Types
Authentication
Link copied to clipboard
interface
Authentication
Google
Http
Cloud
Function
Link copied to clipboard
data
class
GoogleHttpCloudFunction
<
I
:
Any
,
O
:
Any
>
(
val
entryPoint
:
String
,
val
requestInterceptor
:
suspend
(
request
:
Request
)
->
Request
,
val
agentBuilder
:
suspend
<Error class: unknown class>
<
I
,
O
>
.
(
request
:
Request
)
->
Unit
,
val
authentication
:
Authentication
?
)
Http
Cloud
Function
Config
Link copied to clipboard
class
HttpCloudFunctionConfig
<
I
:
Any
,
O
:
Any
>
Functions
google
Http
Cloud
Function
Link copied to clipboard
inline
fun
<
I
:
Any
,
O
:
Any
>
googleHttpCloudFunction
(
config
:
HttpCloudFunctionConfig
<
I
,
O
>
.
(
)
->
Unit
)
:
<Error class: unknown class>