Uses of Class
com.google.genai.types.ExternalApiSimpleSearchParams
Packages that use ExternalApiSimpleSearchParams
-
Uses of ExternalApiSimpleSearchParams in com.google.genai.types
Methods in com.google.genai.types that return ExternalApiSimpleSearchParamsModifier and TypeMethodDescriptionabstract ExternalApiSimpleSearchParams
ExternalApiSimpleSearchParams.Builder.build()
Deserializes a JSON string to a ExternalApiSimpleSearchParams object.Methods in com.google.genai.types that return types with arguments of type ExternalApiSimpleSearchParamsModifier and TypeMethodDescriptionabstract Optional<ExternalApiSimpleSearchParams>
ExternalApi.simpleSearchParams()
Parameters for the simple search API.Methods in com.google.genai.types with parameters of type ExternalApiSimpleSearchParamsModifier and TypeMethodDescriptionabstract ExternalApi.Builder
ExternalApi.Builder.simpleSearchParams
(ExternalApiSimpleSearchParams simpleSearchParams) Setter for simpleSearchParams.