Uses of Class
com.google.genai.types.ProxyOptions
Packages that use ProxyOptions
-
Uses of ProxyOptions in com.google.genai.types
Methods in com.google.genai.types that return ProxyOptionsModifier and TypeMethodDescriptionabstract ProxyOptionsProxyOptions.Builder.build()static ProxyOptionsDeserializes a JSON string to a ProxyOptions object.Methods in com.google.genai.types that return types with arguments of type ProxyOptionsModifier and TypeMethodDescriptionabstract Optional<ProxyOptions>ClientOptions.proxyOptions()Proxy configuration to be used in the client.Methods in com.google.genai.types with parameters of type ProxyOptionsModifier and TypeMethodDescriptionabstract ClientOptions.BuilderClientOptions.Builder.proxyOptions(ProxyOptions proxyOptions) Setter for proxyOptions.