Builder
Builder for AuthConfig.
Functions
Link copied to clipboard
Setter for apiKey.
Link copied to clipboard
Setter for apiKeyConfig.
@CanIgnoreReturnValue()
Setter for apiKeyConfig builder.
Link copied to clipboard
Setter for authType.
Setter for authType given a known enum.
Setter for authType given a string.
Link copied to clipboard
Link copied to clipboard
Clears the value of apiKey field.
Link copied to clipboard
Clears the value of apiKeyConfig field.
Link copied to clipboard
Clears the value of authType field.
Link copied to clipboard
Clears the value of googleServiceAccountConfig field.
Link copied to clipboard
Clears the value of httpBasicAuthConfig field.
Link copied to clipboard
Clears the value of oauthConfig field.
Link copied to clipboard
Clears the value of oidcConfig field.
Link copied to clipboard
public abstract AuthConfig.Builder googleServiceAccountConfig(AuthConfigGoogleServiceAccountConfig googleServiceAccountConfig)
Setter for googleServiceAccountConfig.
@CanIgnoreReturnValue()
Setter for googleServiceAccountConfig builder.
Link copied to clipboard
public abstract AuthConfig.Builder httpBasicAuthConfig(AuthConfigHttpBasicAuthConfig httpBasicAuthConfig)
Setter for httpBasicAuthConfig.
@CanIgnoreReturnValue()
Setter for httpBasicAuthConfig builder.
Link copied to clipboard
Setter for oauthConfig.
@CanIgnoreReturnValue()
Setter for oauthConfig builder.
Link copied to clipboard
Setter for oidcConfig.
@CanIgnoreReturnValue()
Setter for oidcConfig builder.