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.BuilderApiAuthApiKeyConfig.Builder.apiKeySecretVersion(String apiKeySecretVersion) Setter for apiKeySecretVersion.abstract ApiAuthApiKeyConfig.BuilderApiAuthApiKeyConfig.Builder.apiKeyString(String apiKeyString) Setter for apiKeyString.static ApiAuthApiKeyConfig.BuilderApiAuthApiKeyConfig.builder()Instantiates a builder for ApiAuthApiKeyConfig.abstract ApiAuthApiKeyConfig.BuilderApiAuthApiKeyConfig.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.