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 ExternalApiSimpleSearchParamsExternalApiSimpleSearchParams.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.BuilderExternalApi.Builder.simpleSearchParams(ExternalApiSimpleSearchParams simpleSearchParams) Setter for simpleSearchParams.