aigentic
0.4.0-SNAPSHOT
common
google-cloud-function
/
community.flock.aigentic.cloud.google.function.http.dsl
/
GoogleHttpCloudFunction
Google
Http
Cloud
Function
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
?
)
Members
Constructors
Google
Http
Cloud
Function
Link copied to clipboard
constructor
(
entryPoint
:
String
,
requestInterceptor
:
suspend
(
request
:
Request
)
->
Request
,
agentBuilder
:
suspend
<Error class: unknown class>
<
I
,
O
>
.
(
request
:
Request
)
->
Unit
,
authentication
:
Authentication
?
)
Properties
agent
Builder
Link copied to clipboard
val
agentBuilder
:
suspend
<Error class: unknown class>
<
I
,
O
>
.
(
request
:
Request
)
->
Unit
authentication
Link copied to clipboard
val
authentication
:
Authentication
?
entry
Point
Link copied to clipboard
val
entryPoint
:
String
request
Interceptor
Link copied to clipboard
val
requestInterceptor
:
suspend
(
request
:
Request
)
->
Request