google-genai
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
google-genai
google-genai
/
com.google.genai
/
Common
/
BuiltRequest
Built
Request
public
class
BuiltRequest
A class that holds the path, body, and http options of an API request.
Members
Constructors
Common.
Built
Request
Link copied to clipboard
public
void
Common.BuiltRequest
(
String
path
,
String
body
,
Optional
<
HttpOptions
>
httpOptions
)
Constructor for BuiltRequest.
Functions
body
Link copied to clipboard
public
String
body
(
)
http
Options
Link copied to clipboard
public
Optional
<
HttpOptions
>
httpOptions
(
)
path
Link copied to clipboard
public
String
path
(
)