Package com.google.genai.types
Class StringList.Builder
java.lang.Object
com.google.genai.types.StringList.Builder
- Enclosing class:
- StringList
Builder for StringList.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StringListbuild()Clears the value of values field.Setter for values.abstract StringList.BuilderSetter for values.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
values
Setter for values.values: The string values of the metadata to store.
-
values
Setter for values.values: The string values of the metadata to store.
-
clearValues
Clears the value of values field. -
build
-