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 AuthConfigGoogleServiceAccountConfigAuthConfigGoogleServiceAccountConfig.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.BuilderAuthConfig.Builder.googleServiceAccountConfig(AuthConfigGoogleServiceAccountConfig googleServiceAccountConfig) Setter for googleServiceAccountConfig.