Uses of Class
com.google.genai.types.ApiKeyConfig.Builder
Packages that use ApiKeyConfig.Builder
-
Uses of ApiKeyConfig.Builder in com.google.genai.types
Methods in com.google.genai.types that return ApiKeyConfig.BuilderModifier and TypeMethodDescriptionabstract ApiKeyConfig.BuilderApiKeyConfig.Builder.apiKeySecret(String apiKeySecret) Setter for apiKeySecret.abstract ApiKeyConfig.BuilderApiKeyConfig.Builder.apiKeyString(String apiKeyString) Setter for apiKeyString.static ApiKeyConfig.BuilderApiKeyConfig.builder()Instantiates a builder for ApiKeyConfig.ApiKeyConfig.Builder.clearApiKeySecret()Clears the value of apiKeySecret field.ApiKeyConfig.Builder.clearApiKeyString()Clears the value of apiKeyString field.ApiKeyConfig.Builder.clearHttpElementLocation()Clears the value of httpElementLocation field.ApiKeyConfig.Builder.clearName()Clears the value of name field.abstract ApiKeyConfig.BuilderApiKeyConfig.Builder.httpElementLocation(HttpElementLocation httpElementLocation) Setter for httpElementLocation.ApiKeyConfig.Builder.httpElementLocation(HttpElementLocation.Known knownType) Setter for httpElementLocation given a known enum.ApiKeyConfig.Builder.httpElementLocation(String httpElementLocation) Setter for httpElementLocation given a string.abstract ApiKeyConfig.BuilderSetter for name.abstract ApiKeyConfig.BuilderApiKeyConfig.toBuilder()Creates a builder with the same values as this instance.Methods in com.google.genai.types with parameters of type ApiKeyConfig.BuilderModifier and TypeMethodDescriptionAuthConfig.Builder.apiKeyConfig(ApiKeyConfig.Builder apiKeyConfigBuilder) Setter for apiKeyConfig builder.