apiKeyConfig = $apiKeyConfig; } /** * @return GoogleCloudAiplatformV1AuthConfigApiKeyConfig */ public function getApiKeyConfig() { return $this->apiKeyConfig; } /** * @param string */ public function setAuthType($authType) { $this->authType = $authType; } /** * @return string */ public function getAuthType() { return $this->authType; } /** * @param GoogleCloudAiplatformV1AuthConfigGoogleServiceAccountConfig */ public function setGoogleServiceAccountConfig(GoogleCloudAiplatformV1AuthConfigGoogleServiceAccountConfig $googleServiceAccountConfig) { $this->googleServiceAccountConfig = $googleServiceAccountConfig; } /** * @return GoogleCloudAiplatformV1AuthConfigGoogleServiceAccountConfig */ public function getGoogleServiceAccountConfig() { return $this->googleServiceAccountConfig; } /** * @param GoogleCloudAiplatformV1AuthConfigHttpBasicAuthConfig */ public function setHttpBasicAuthConfig(GoogleCloudAiplatformV1AuthConfigHttpBasicAuthConfig $httpBasicAuthConfig) { $this->httpBasicAuthConfig = $httpBasicAuthConfig; } /** * @return GoogleCloudAiplatformV1AuthConfigHttpBasicAuthConfig */ public function getHttpBasicAuthConfig() { return $this->httpBasicAuthConfig; } /** * @param GoogleCloudAiplatformV1AuthConfigOauthConfig */ public function setOauthConfig(GoogleCloudAiplatformV1AuthConfigOauthConfig $oauthConfig) { $this->oauthConfig = $oauthConfig; } /** * @return GoogleCloudAiplatformV1AuthConfigOauthConfig */ public function getOauthConfig() { return $this->oauthConfig; } /** * @param GoogleCloudAiplatformV1AuthConfigOidcConfig */ public function setOidcConfig(GoogleCloudAiplatformV1AuthConfigOidcConfig $oidcConfig) { $this->oidcConfig = $oidcConfig; } /** * @return GoogleCloudAiplatformV1AuthConfigOidcConfig */ public function getOidcConfig() { return $this->oidcConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1AuthConfig::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1AuthConfig');