Uses of Class
com.google.genai.types.ApiAuthApiKeyConfig.Builder
Packages that use ApiAuthApiKeyConfig.Builder
-
Uses of ApiAuthApiKeyConfig.Builder in com.google.genai.types
Methods in com.google.genai.types that return ApiAuthApiKeyConfig.BuilderModifier and TypeMethodDescriptionabstract ApiAuthApiKeyConfig.Builder
ApiAuthApiKeyConfig.Builder.apiKeySecretVersion
(String apiKeySecretVersion) Setter for apiKeySecretVersion.abstract ApiAuthApiKeyConfig.Builder
ApiAuthApiKeyConfig.Builder.apiKeyString
(String apiKeyString) Setter for apiKeyString.static ApiAuthApiKeyConfig.Builder
ApiAuthApiKeyConfig.builder()
Instantiates a builder for ApiAuthApiKeyConfig.abstract ApiAuthApiKeyConfig.Builder
ApiAuthApiKeyConfig.toBuilder()
Creates a builder with the same values as this instance.Methods in com.google.genai.types with parameters of type ApiAuthApiKeyConfig.BuilderModifier and TypeMethodDescriptionApiAuth.Builder.apiKeyConfig
(ApiAuthApiKeyConfig.Builder apiKeyConfigBuilder) Setter for apiKeyConfig builder.