aigentic
0.4.0-SNAPSHOT
common
google-cloud-function
/
community.flock.aigentic.cloud.google.function.http.dsl
/
HttpCloudFunctionConfig
Http
Cloud
Function
Config
class
HttpCloudFunctionConfig
<
I
:
Any
,
O
:
Any
>
Members
Constructors
Http
Cloud
Function
Config
Link copied to clipboard
constructor
(
)
Functions
agent
Link copied to clipboard
fun
agent
(
agentConfig
:
suspend
<Error class: unknown class>
<
I
,
O
>
.
(
request
:
Request
)
->
Unit
)
authentication
Link copied to clipboard
fun
authentication
(
authentication
:
Authentication
)
build
Link copied to clipboard
open
fun
build
(
)
:
GoogleHttpCloudFunction
<
I
,
O
>
entry
Point
Link copied to clipboard
fun
entryPoint
(
entryPoint
:
String
)
request
Interceptor
Link copied to clipboard
fun
requestInterceptor
(
requestInterceptor
:
suspend
(
request
:
Request
)
->
Request
)