Package com.google.genai.types
Class ExternalApiSimpleSearchParams
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.ExternalApiSimpleSearchParams
The search parameters to use for SIMPLE_SEARCH spec.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for ExternalApiSimpleSearchParams. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Instantiates a builder for ExternalApiSimpleSearchParams.Deserializes a JSON string to a ExternalApiSimpleSearchParams object.Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
ExternalApiSimpleSearchParams
public ExternalApiSimpleSearchParams()
-
-
Method Details
-
builder
Instantiates a builder for ExternalApiSimpleSearchParams. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a ExternalApiSimpleSearchParams object.
-