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 AuthConfigAuthConfig.Builder.build()static AuthConfigDeserializes 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.BuilderExternalApi.Builder.authConfig(AuthConfig authConfig) Setter for authConfig.abstract GoogleMaps.BuilderGoogleMaps.Builder.authConfig(AuthConfig authConfig) Setter for authConfig.