Uses of Class
com.google.genai.types.AuthConfigHttpBasicAuthConfig
Packages that use AuthConfigHttpBasicAuthConfig
-
Uses of AuthConfigHttpBasicAuthConfig in com.google.genai.types
Methods in com.google.genai.types that return AuthConfigHttpBasicAuthConfigModifier and TypeMethodDescriptionabstract AuthConfigHttpBasicAuthConfigAuthConfigHttpBasicAuthConfig.Builder.build()Deserializes a JSON string to a AuthConfigHttpBasicAuthConfig object.Methods in com.google.genai.types that return types with arguments of type AuthConfigHttpBasicAuthConfigModifier and TypeMethodDescriptionabstract Optional<AuthConfigHttpBasicAuthConfig>AuthConfig.httpBasicAuthConfig()Config for HTTP Basic auth.Methods in com.google.genai.types with parameters of type AuthConfigHttpBasicAuthConfigModifier and TypeMethodDescriptionabstract AuthConfig.BuilderAuthConfig.Builder.httpBasicAuthConfig(AuthConfigHttpBasicAuthConfig httpBasicAuthConfig) Setter for httpBasicAuthConfig.