Package com.google.genai.types
Class GoogleSearch
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.GoogleSearch
Tool to support Google Search in Model. Powered by Google.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.google.genai.JsonSerializable
objectMapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GoogleSearch.Builderbuilder()Instantiates a builder for GoogleSearch.static GoogleSearchDeserializes a JSON string to a GoogleSearch object.abstract GoogleSearch.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
fromJsonNode, fromJsonString, toJson, toJsonNode, toJsonString
-
Constructor Details
-
GoogleSearch
public GoogleSearch()
-
-
Method Details
-
builder
Instantiates a builder for GoogleSearch. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a GoogleSearch object.
-