Package com.google.genai.types
Class GroundingChunkStringList
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.GroundingChunkStringList
A list of string values. This data type is not supported in Vertex AI.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for GroundingChunkStringList. -
Field Summary
Fields inherited from class com.google.genai.JsonSerializable
MAX_READ_LENGTH_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Instantiates a builder for GroundingChunkStringList.static GroundingChunkStringListDeserializes a JSON string to a GroundingChunkStringList object.abstract GroundingChunkStringList.BuilderCreates a builder with the same values as this instance.values()The string values of the list.Methods inherited from class com.google.genai.JsonSerializable
fromJsonNode, fromJsonString, objectMapper, setMaxReadLength, stringToJsonNode, toJson, toJsonNode, toJsonString
-
Constructor Details
-
GroundingChunkStringList
public GroundingChunkStringList()
-
-
Method Details
-
values
The string values of the list. -
builder
Instantiates a builder for GroundingChunkStringList. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a GroundingChunkStringList object.
-