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 ApiKeyConfigApiKeyConfig.Builder.build()static ApiKeyConfigDeserializes 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.BuilderAuthConfig.Builder.apiKeyConfig(ApiKeyConfig apiKeyConfig) Setter for apiKeyConfig.