Uses of Class
com.google.genai.types.ApiKeyConfig
Packages that use ApiKeyConfig
-
Uses of ApiKeyConfig in com.google.genai.types
Methods in com.google.genai.types that return ApiKeyConfigModifier and TypeMethodDescriptionabstract ApiKeyConfig
ApiKeyConfig.Builder.build()
static ApiKeyConfig
Deserializes a JSON string to a ApiKeyConfig object.Methods in com.google.genai.types that return types with arguments of type ApiKeyConfigModifier and TypeMethodDescriptionabstract Optional<ApiKeyConfig>
AuthConfig.apiKeyConfig()
Config for API key auth.Methods in com.google.genai.types with parameters of type ApiKeyConfigModifier and TypeMethodDescriptionabstract AuthConfig.Builder
AuthConfig.Builder.apiKeyConfig
(ApiKeyConfig apiKeyConfig) Setter for apiKeyConfig.