Uses of Class
com.google.genai.types.AuthConfigGoogleServiceAccountConfig
Packages that use AuthConfigGoogleServiceAccountConfig
-
Uses of AuthConfigGoogleServiceAccountConfig in com.google.genai.types
Methods in com.google.genai.types that return AuthConfigGoogleServiceAccountConfigModifier and TypeMethodDescriptionabstract AuthConfigGoogleServiceAccountConfig
AuthConfigGoogleServiceAccountConfig.Builder.build()
Deserializes a JSON string to a AuthConfigGoogleServiceAccountConfig object.Methods in com.google.genai.types that return types with arguments of type AuthConfigGoogleServiceAccountConfigModifier and TypeMethodDescriptionabstract Optional<AuthConfigGoogleServiceAccountConfig>
AuthConfig.googleServiceAccountConfig()
Config for Google Service Account auth.Methods in com.google.genai.types with parameters of type AuthConfigGoogleServiceAccountConfigModifier and TypeMethodDescriptionabstract AuthConfig.Builder
AuthConfig.Builder.googleServiceAccountConfig
(AuthConfigGoogleServiceAccountConfig googleServiceAccountConfig) Setter for googleServiceAccountConfig.