google-genai
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
google-genai
google-genai
/
com.google.genai.types
/
Content
/
Builder
Builder
public
abstract
class
Builder
Builder for Content.
Members
Constructors
Content.
Builder
Link copied to clipboard
public
void
Content.Builder
(
)
Functions
build
Link copied to clipboard
public
abstract
Content
build
(
)
clear
Parts
Link copied to clipboard
@
CanIgnoreReturnValue
(
)
public
Content.Builder
clearParts
(
)
Clears the value of parts field.
clear
Role
Link copied to clipboard
@
CanIgnoreReturnValue
(
)
public
Content.Builder
clearRole
(
)
Clears the value of role field.
parts
Link copied to clipboard
@
CanIgnoreReturnValue
(
)
public
Content.Builder
parts
(
Array
<
Part
>
parts
)
public
abstract
Content.Builder
parts
(
List
<
Part
>
parts
)
Setter for parts.
@
CanIgnoreReturnValue
(
)
public
Content.Builder
parts
(
Array
<
Part.Builder
>
partsBuilders
)
Setter for parts builder.
role
Link copied to clipboard
public
abstract
Content.Builder
role
(
String
role
)
Setter for role.