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 ApiAuthApiKeyConfigApiAuthApiKeyConfig.Builder.build()static ApiAuthApiKeyConfigDeserializes 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.BuilderApiAuth.Builder.apiKeyConfig(ApiAuthApiKeyConfig apiKeyConfig) Setter for apiKeyConfig.