Uses of Class
com.google.genai.types.AuthConfig
Packages that use AuthConfig
-
Uses of AuthConfig in com.google.genai.types
Methods in com.google.genai.types that return AuthConfigModifier and TypeMethodDescriptionabstract AuthConfig
AuthConfig.Builder.build()
static AuthConfig
Deserializes a JSON string to a AuthConfig object.Methods in com.google.genai.types that return types with arguments of type AuthConfigModifier and TypeMethodDescriptionabstract Optional<AuthConfig>
ExternalApi.authConfig()
The authentication config to access the API.abstract Optional<AuthConfig>
GoogleMaps.authConfig()
Optional.Methods in com.google.genai.types with parameters of type AuthConfigModifier and TypeMethodDescriptionabstract ExternalApi.Builder
ExternalApi.Builder.authConfig
(AuthConfig authConfig) Setter for authConfig.abstract GoogleMaps.Builder
GoogleMaps.Builder.authConfig
(AuthConfig authConfig) Setter for authConfig.