allowedCredentialTypes = $allowedCredentialTypes; } /** * @return string[] */ public function getAllowedCredentialTypes() { return $this->allowedCredentialTypes; } /** * @param bool */ public function setAllowedServiceAccountInContext($allowedServiceAccountInContext) { $this->allowedServiceAccountInContext = $allowedServiceAccountInContext; } /** * @return bool */ public function getAllowedServiceAccountInContext() { return $this->allowedServiceAccountInContext; } /** * @param string */ public function setAuthConfigId($authConfigId) { $this->authConfigId = $authConfigId; } /** * @return string */ public function getAuthConfigId() { return $this->authConfigId; } /** * @param string */ public function setScope($scope) { $this->scope = $scope; } /** * @return string */ public function getScope() { return $this->scope; } /** * @param bool */ public function setUseServiceAccountInContext($useServiceAccountInContext) { $this->useServiceAccountInContext = $useServiceAccountInContext; } /** * @return bool */ public function getUseServiceAccountInContext() { return $this->useServiceAccountInContext; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterpriseCrmEventbusAuthconfigAuthConfigTaskParam::class, 'Google_Service_Integrations_EnterpriseCrmEventbusAuthconfigAuthConfigTaskParam');