Uses of Class
com.google.genai.types.ProxyOptions.Builder
Packages that use ProxyOptions.Builder
-
Uses of ProxyOptions.Builder in com.google.genai.types
Methods in com.google.genai.types that return ProxyOptions.BuilderModifier and TypeMethodDescriptionstatic ProxyOptions.BuilderProxyOptions.builder()Instantiates a builder for ProxyOptions.ProxyOptions.Builder.clearHost()Clears the value of host field.ProxyOptions.Builder.clearPassword()Clears the value of password field.ProxyOptions.Builder.clearPort()Clears the value of port field.ProxyOptions.Builder.clearType()Clears the value of type field.ProxyOptions.Builder.clearUsername()Clears the value of username field.abstract ProxyOptions.BuilderSetter for host.abstract ProxyOptions.BuilderSetter for password.abstract ProxyOptions.BuilderSetter for port.abstract ProxyOptions.BuilderProxyOptions.toBuilder()Creates a builder with the same values as this instance.abstract ProxyOptions.BuilderSetter for type.ProxyOptions.Builder.type(ProxyType.Known knownType) Setter for type given a known enum.Setter for type given a string.abstract ProxyOptions.BuilderSetter for username.Methods in com.google.genai.types with parameters of type ProxyOptions.BuilderModifier and TypeMethodDescriptionClientOptions.Builder.proxyOptions(ProxyOptions.Builder proxyOptionsBuilder) Setter for proxyOptions builder.