Package com.google.genai.types
Class ApiAuth.Builder
-
- All Implemented Interfaces:
public abstract class ApiAuth.BuilderBuilder for ApiAuth.
-
-
Constructor Summary
Constructors Constructor Description ApiAuth.Builder()
-
Method Summary
Modifier and Type Method Description abstract ApiAuth.BuilderapiKeyConfig(ApiAuthApiKeyConfig apiKeyConfig)Setter for apiKeyConfig. ApiAuth.BuilderapiKeyConfig(ApiAuthApiKeyConfig.Builder apiKeyConfigBuilder)Setter for apiKeyConfig builder. ApiAuth.BuilderclearApiKeyConfig()Clears the value of apiKeyConfig field. abstract ApiAuthbuild()-
-
Method Detail
-
apiKeyConfig
abstract ApiAuth.Builder apiKeyConfig(ApiAuthApiKeyConfig apiKeyConfig)
Setter for apiKeyConfig.
apiKeyConfig: The API secret.
-
apiKeyConfig
@CanIgnoreReturnValue() ApiAuth.Builder apiKeyConfig(ApiAuthApiKeyConfig.Builder apiKeyConfigBuilder)
Setter for apiKeyConfig builder.
apiKeyConfig: The API secret.
-
clearApiKeyConfig
@CanIgnoreReturnValue() ApiAuth.Builder clearApiKeyConfig()
Clears the value of apiKeyConfig field.
-
-
-
-