Uses of Class
com.google.genai.types.ApiAuthApiKeyConfig
Packages that use ApiAuthApiKeyConfig
-
Uses of ApiAuthApiKeyConfig in com.google.genai.types
Methods in com.google.genai.types that return ApiAuthApiKeyConfigModifier and TypeMethodDescriptionabstract ApiAuthApiKeyConfig
ApiAuthApiKeyConfig.Builder.build()
static ApiAuthApiKeyConfig
Deserializes a JSON string to a ApiAuthApiKeyConfig object.Methods in com.google.genai.types that return types with arguments of type ApiAuthApiKeyConfigModifier and TypeMethodDescriptionabstract Optional<ApiAuthApiKeyConfig>
ApiAuth.apiKeyConfig()
The API secret.Methods in com.google.genai.types with parameters of type ApiAuthApiKeyConfigModifier and TypeMethodDescriptionabstract ApiAuth.Builder
ApiAuth.Builder.apiKeyConfig
(ApiAuthApiKeyConfig apiKeyConfig) Setter for apiKeyConfig.